Oxalist

Untitled

Jan 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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« &7
  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 "remove":
  14. if arg 2 is set:
  15. set {clan::%player%} to ""
Advertisement
Add Comment
Please, Sign In to add comment