Kokoszka

Untitled

Dec 21st, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. variables:
  2. {moby.status} = true
  3.  
  4.  
  5.  
  6. command /mbs [<text>] [<text>]:
  7. aliases: mobss
  8. trigger:
  9. if arg 1 is "wlacz" or "on":
  10. if player has permissions "mobss.wlacz" or "mobss.*":
  11. set {moby.status} to true
  12. send "Spawnowanie mobow jest aktualnie wlaczone"
  13.  
  14. if arg 1 is "wylacz" or "off":
  15. if player has permissions "mobss.wylacz" or "mobss.*":
  16. set {moby.status} to false
  17. send "Spawnowanie mobow jest aktualnie wylaczone"
  18.  
  19. if arg 1 is "status" or "sprawdz":
  20. if player has permissions "mobss.status' or "mobss.*":
  21. if {moby.status} is true:
  22. send "Spawnowanie mobow jest aktualnie wlaczone"
  23. if {moby.status} is false:
  24. send "Spawnowanie mobow jest aktualnie wylaczone"
  25.  
  26. on spawn:
  27. if {moby.status} is false:
  28. cancel event
  29. send "Spawnowanie mobow jest aktualnie wylaczone"
Advertisement
Add Comment
Please, Sign In to add comment