Oxalist

Untitled

Jan 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 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. every 1 second in world "world":
  7. loop all players:
  8. if {clan::%loop-player%} is not set:
  9. set {clan::%loop-player%} to "&7"
  10.  
  11. command /clan [<text>] [<text>]:
  12. trigger:
  13. if arg 1 is "list":
  14. send "%{clan::*}%"
  15. if arg 1 is "create":
  16. if arg 2 is set:
  17. set {clan::%player%} to arg 2
Advertisement
Add Comment
Please, Sign In to add comment