knugi

Untitled

Jun 23rd, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. variables:
  2. {sektor.%player%} = "a"
  3. command /sektor [<text>]:
  4. trigger:
  5. player has permission "sektor.b":
  6. arg 1 is "b":
  7. {sektor.%player%} is "a":
  8. player's money is greater than 499:
  9. execute consloe command "/pex user %player% group set sektorb"
  10. send "&2Awansoales na sektor &cB" to the player
  11. broadcast "&9%display name of player% &2Awansowal na sektor &cB"
  12. set {sektor.%player%} to "b"
  13. stop
  14. send "&cNie posiadasz 500$"
  15. stop
  16. send "&cJestes juz w wyzszym sektorze!"
  17. stop
  18. send "&cBlad: &4/sektor b"
  19. stop
  20. send "&cNo permission"
  21. stop
Advertisement
Add Comment
Please, Sign In to add comment