Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. command /prestige:
  2. trigger:
  3. {gold::%player%} >= 200000000000:
  4. broadcast "&e&lGold&6&lClicks &7%player% has &6prestiged!"
  5. set {gold::%player%} to 0
  6. add 1 to {prestige::%player%}
  7. set {GPC::%player%} to 1
  8. set {GPS::%player%} to 0
  9. stop
  10. {gold::%player%} <= 200000000000:
  11. message "&7You need &6200,000,000,000 gold &7to prestige!" to player
  12. #
  13. on right click on gold block:
  14. set {_amount} to {GPC::%player%}
  15. add {_amount} to {gold::%player%}
  16. wait 1 tick
  17. send player title "&e&lGold" with subtitle "&8&l» &2&l%{gold::%player%}%" for 0.2 seconds
  18. {gold::%player%} >= 1000000
  19. {goldbroadcast::%player%} is not set
  20. set {goldbroadcast::%player%} to true
  21. broadcast "&e&lGold&6&lClicks &6%player% &7has a small &61 million &e&lGold!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement