Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. variables:
  2. {god.%player%} = false
  3. oprions:
  4. blad: &3Wpisz on/off
  5. on damage:
  6. if victim is a player:
  7. if {god.%victim%} is "true":
  8. cancel event
  9. commnad /god [<text>]:
  10. aliases: godmode, GamePL7
  11. trigger:
  12. if player has permission "god":
  13. if arg 1 is not set:
  14. send "{@blad}"
  15. if arg 1 is "on":
  16. send "&aWlaczyles &aGOD'a"
  17. set {god.%player%} to true
  18. if arg 1 is "off":
  19. send "&cWylaczyles GOD'a"
  20. set {god.%player%} to false
  21. if arg 1 is "info":
  22. if {god.%player%} is true:
  23. send "&cMasz god'a!"
  24. if {god.%player%} is false
  25. send "&cNie masz god'a!"
  26. else:
  27. send "&aBrak premisji!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement