Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /control [<text>] [<text>] [<player>]:
- permission: sadmin.use
- permission message: &cYou are not op!
- trigger:
- if arg-1 is not set:
- send "&b/control set op [player] "
- send "&b/control unset op [player]"
- stop
- if arg-1 is "set":
- if arg-2 is "op":
- if arg-3 is set:
- op the arg-3
- stop
- if arg-1 is "unset":
- if arg-2 is "op":
- if arg-3 is set:
- deop the arg-3
- stop
Advertisement
Add Comment
Please, Sign In to add comment