Advertisement
Guest User

Untitled

a guest
Jul 28th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. on right click:
  2. if player's tool is tripwire hook named "&7Common Key":
  3. add 10000 to {money::%player's uuid%}
  4. send "&7You Got $10000 From a Common Key!" to player
  5. remove 1 tripwire hook named "&7Common Key" from player's inventory
  6. if player's tool is tripwire hook named "&1Uncommon Key":
  7. add 50000 to {money::%player's uuid%}
  8. send "&1You Got $50000 From an Uncommon Key!" to player
  9. remove 1 tripwire hook named "&1Uncommon Key" from player's inventory
  10. if player's tool is tripwire hook named "&6Token Key":
  11. add 5000 to {tokens::%player's uuid%}
  12. send "&1You Got 5000 tokens From a &6Token Key!" to player
  13. remove 1 tripwire hook named "&6Token Key" from player's inventory
  14. if player's tool is tripwire hook named "&bPrestige Key":
  15. give player 1 firework star named "+1 Prestige" with lore "&7(Right-Click to Redeem)"
  16. send "&1You Got 1 Prestiges From a &bPrestige Key!" to player
  17. remove 1 tripwire hook named "&bPrestige Key" from player's inventory
  18. if player's tool is tripwire hook named "&dEpic Key":
  19. add 200000 to {money::%player's uuid%}
  20. send "&1You Got $200000 From an &dEpic Key!" to player
  21. remove 1 tripwire hook named "&dEpic Key" from player's inventory
  22. if player's tool is tripwire hook named "&5Mythical Key":
  23. set {mythicalopen::%player's uuid%} to a random integer between 1 and 4
  24. if {mythicalopen::%player's uuid%} is 1:
  25. add 50000 to {tokens::%player's uuid%}
  26. send "&1You Got 50000 Tokens From an &5Mythical Key" to player
  27. else:
  28. add 2000000 to {money::%player's uuid%}
  29. send "&1You Got $500000 From an &5Mythical Key" to player
  30. remove 1 tripwire hook named "&5Mythical Key" from player's inventory
  31. if player's tool is tripwire hook named "&eLegendary Key":
  32. add 1000000 to {money::%player's uuid%}
  33. send "&1You Got $1000000 From an &eLegendary Key!" to player
  34. remove 1 tripwire hook named "&eLegendary Key" from player's inventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement