knugi

Untitled

May 30th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. command /skgod:
  2. trigger:
  3. if player has permission "jakas.permissia":
  4. if {god.%player%} is true:
  5. set {god.%player%} to false
  6. send "Wylaczyles goda"
  7. stop
  8. if {god.%player%} is false:
  9. set {god.%player%} to true
  10. send "Wlaczyles god'a"
  11. stop
  12. stop
  13. send "Nie posiadasz permisii"
  14. stop
  15. on damage:
  16. if {god.%victim%} is true:
  17. cancel event
Advertisement
Add Comment
Please, Sign In to add comment