Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. options:
  2. tag:&8[&6OX&8]&7
  3.  
  4.  
  5. command /ox [<text>] [<text>]:
  6. trigger:
  7. if arg 1 is "dolacz":
  8. if {ox.lobby} is true:
  9. teleport player to {lobby.ox}
  10. send "&8[&6OX&8]&7 Dolaczyles do poczekalni."
  11. else:
  12. send "&8{@tag} Lobby jest &cwylaczone"
  13. if arg 1 is not set:
  14. if player has permission "Admin.*":
  15. send "{@tag} Komendy administratora:"
  16. send "&4/ox lobby &coff&8/&aon&8 -&7 Zmienia mozliwosc wchodzenia do lobby."
  17. send "&4/ox start&8 -&7 Startuje ox."
  18. send "&4/ox nagroda nick/all&8 -&7 Daje nagrode kazdemu graczowi lub wybranemu"
  19. else:
  20. send "{@tag} Dolaczasz po przez &6/ox dolacz"
  21. if arg 1 is "lobby":
  22. if player has permission "Admin.*":
  23. if arg 1 is "on":
  24. if {ox.lobby} is false:
  25. set {ox.lobby} to true
  26. send "{@tag} Gracze teraz moga dolaczac do lobby!"
  27. else:
  28. send "{@tag} Lobby jest aktualnie &2ON"
  29. if arg 1 is "off":
  30. if {ox.lobby} is false:
  31. send "{@tag} Lobby jest aktualnie &4OFF"
  32. else:
  33. set {ox.lobby} to false
  34. send "{@tag} Gracze teraz nie moga dolaczac do lobby!"
  35. else:
  36.  
  37. if arg 1 is "start":
  38. if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement