Oxalist

Untitled

Jan 26th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. options:
  2. permission: clans.admin
  3. permission message: &8» &7You do not have permission to do this.
  4. prefix: &8» Clans &8«
  5.  
  6. command /clan [<text>] [<text>]:
  7. trigger:
  8. if arg 1 is "list":
  9. send "%{clan::*}%"
  10. if arg 1 is "create":
  11. if arg 2 is set:
  12. set {clan::%player%} to arg 2
  13. if arg 1 is "disband":
  14. remove {clan::%player%} from player
Advertisement
Add Comment
Please, Sign In to add comment