My script is supposed to add a permission to a player but it is having errors
here is the code i have:
It gives the error
here is the code i have:
Code:
command /permissions <add|remove> <player> <permission>:
permission: op
permission message: "You must Be an OP to change permissions"
aliases: perm
usage: No sytex error
executable by: console
trigger:
if %arg-1% is "remove":
remove %arg-3% from %arg-2%'s permissions
else if %arg-1% is "add"
add %arg-3% to %arg-2%'s permissions