Advertisement
Guest User

Untitled

a guest
Dec 29th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. options:
  2. Prefix: &3SilkSw
  3. Perm: silksw.admin
  4. SemPerm: &cVocê não tem permissão para usar este comando!
  5.  
  6.  
  7. command /askywars [<text>] [<text>] [<text>]:
  8. aliases: asw
  9. permission: {@Perm}
  10. permission message: {@SemPerm}
  11. trigger:
  12. if arg 1 is "setar":
  13. if arg 2 is "spawn":
  14. if arg 3 is not set:
  15. set {SilkSw.%arg 3%} to player's location
  16. send "{@Prefix} {@SpawnSetado}"
  17. set {SilkSw.%arg 3.set} to true
  18. stop
  19. if arg 2 is "ilha":
  20. if arg 3 is "1":
  21. set {SilkSw.%arg 2%.%arg 3%} to player's location
  22. send "{@Prefix} {@IlhaSetada}"
  23. set {SilkSw.%arg 2%.%arg 3%} to true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement