Hi I'm using Skript 2.2 (dev32d) which is one of Bensku's forks. I am also using SkQuery-Lime.
It won't work somehow, it's supposed to show me any recieved mail with /mail read, remove all mail messages with /mail clear, and send someone mail with /mail send.
The problem is with /mail read or /mail send, since they wont work.
code_language.skript:
command /mail [<text>] [<player>] [<text>]:
permission: iBasics.mail
permission message: {@no-permission-message}
trigger:
if arg 1 is "read":
message "&6Your messages: &f%{iBasics::mail::%player's uuid%::*}%"
if arg 1 is "clear":
clear {iBasics::mail::%player's uuid%::*}
message "&6Your mail has been cleared!"
if arg 1 is "send":
if arg 2 is set:
if arg 3 is set:
add "&f[%player%] %argument 3%" to {iBasics::mail::player's uuid::*}
It won't work somehow, it's supposed to show me any recieved mail with /mail read, remove all mail messages with /mail clear, and send someone mail with /mail send.
The problem is with /mail read or /mail send, since they wont work.