So I was making something to help the admins on the server I'm on and when everything works but the "suslist" command it shows up as <none> please help.
Code:
command suslist:
trigger:
message "&6&lMagma&4&lLands &7&l>> &7Sus list: "
message "%{_suslist::*}%"
command susadd <offline player>:
trigger:
add arg 1 to {_suslist::%arg 1%}
message "&6&lMagma&4&lLands &7&l>> &7Added %arg 1% &7to suslist"
command susremove <offline player>:
permission: op
trigger:
delete {_suslist::%arg 1%}
message "&6&lMagma&4&lLands &7&l>> &7Removed %arg 1%&7 from suslist"
Last edited: