Satoru7135

Untitled

Nov 17th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. command /control [<text>] [<text>] [<player>]:
  2. permission: sadmin.use
  3. permission message: &cYou are not op!
  4. trigger:
  5. if arg-1 is not set:
  6. send "&b/control set op [player] "
  7. send "&b/control unset op [player]"
  8. stop
  9. if arg-1 is "set":
  10. if arg-2 is "op":
  11. if arg-3 is set:
  12. op the arg-3
  13. stop
  14. if arg-1 is "unset":
  15. if arg-2 is "op":
  16. if arg-3 is set:
  17. deop the arg-3
  18. stop
Advertisement
Add Comment
Please, Sign In to add comment