knugi

Untitled

Jun 23rd, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. variables:
  2. {sektor.%player%} = "a"
  3. options:
  4. kasa.sektor.b: 500
  5. kasa.sektor.c: 1000
  6. kasa.sektor.d: 1500
  7. kasa.sektor.e: 2000
  8. command /sektor [<text>]:
  9. trigger:
  10. player has permission "sektor.b":
  11. arg 1 is "b":
  12. {sektor.%player%} is "a":
  13. player's money is greater than {@kasa.sektor.b} - 1:
  14. remove {@kasa.sektor.b}$ from player account
  15. execute console command "/pex user %player% group set sektorb"
  16. send "&2Awansoales na sektor &cB" to the player
  17. broadcast "&9%display name of player% &2Awansowal na sektor &cB"
  18. set {sektor.%player%} to "b"
  19. stop
  20. send "&cNie posiadasz {@kasa.sektor.b}$"
  21. stop
  22. send "&cJestes juz w wyzszym sektorze!"
  23. stop
  24. arg 1 is "c":
  25. {sektor.%player%} is "b":
  26. player's money is greater than {@kasa.sektor.c} - 1:
  27. remove {@kasa.sektor.c}$ from player account
  28. execute console command "/pex user %player% group set sektorc"
  29. send "&2Awansoales na sektor &cC" to the player
  30. broadcast "&9%display name of player% &2Awansowal na sektor &cC"
  31. set {sektor.%player%} to "c"
  32. stop
  33. send "&cNie posiadasz {@kasa.sektor.c}$"
  34. stop
  35. send "&4Nie masz, lub masz wyzszy sektor niż &cB"
  36. stop
  37. arg 1 is "d":
  38. {sektor.%player%} is "c":
  39. player's money is greater than {@kasa.sektor.d} - 1:
  40. remove {@kasa.sektor.d}$ from player account
  41. execute console command "?pex user %player% group set sektord"
  42. send "&2Awansoales na sektor &cD" to the player
  43. broadcast "&9%display name of player% &2Awansowal na sektor &cD"
  44. set {sektor.%player%} to "d"
  45. stop
  46. send "&cNie posiadsaz {@kasa.sektor.d}$"
  47. stop
  48. send "&cNie masz, lub asz wyzszy sektor nic &cC"
  49. stop
  50. send "&cBlad: &4/sektor <a,b,c,...>"
  51. stop
  52. send "&cNo permission"
  53. stop
Advertisement
Add Comment
Please, Sign In to add comment