Advertisement
Guest User

werwt hjebjt

a guest
Dec 6th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. command /ranks:
  2. trigger:
  3. open virtual chest inventory with size 3 named "&b&lSky&f&lPerk &9&lRanks" to player
  4. format gui slot 10 of player with pink wool named "&d&lPig Rank" with lore "&d5 Million Dollars" to run:
  5. if player’s balance is greater than or equal to 5000000:
  6. remove 5000000 from player's balance
  7. command "lp user %player% group set pig"
  8. format gui slot 13 of player with Melon named "&a&lKiwi Rank" with lore "&a10 Million Dollars" to run:
  9. if player’s balance is greater than or equal to 10000000:
  10. remove 10000000 from player's balance
  11. command "lp user %player% group set kiwi"
  12. format gui slot 16 of player with white wool named "&f&lGoogle Rank" with lore "&775 Million Dollars" to run:
  13. if player’s balance is greater than or equal to 75000000:
  14. remove 75000000 from player's balance
  15. command "lp user %player% group set googlepop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement