Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on right click:
- if player's tool is tripwire hook named "&7Common Key":
- add 10000 to {money::%player's uuid%}
- send "&7You Got $10000 From a Common Key!" to player
- remove 1 tripwire hook named "&7Common Key" from player's inventory
- if player's tool is tripwire hook named "&1Uncommon Key":
- add 50000 to {money::%player's uuid%}
- send "&1You Got $50000 From an Uncommon Key!" to player
- remove 1 tripwire hook named "&1Uncommon Key" from player's inventory
- if player's tool is tripwire hook named "&6Token Key":
- add 5000 to {tokens::%player's uuid%}
- send "&1You Got 5000 tokens From a &6Token Key!" to player
- remove 1 tripwire hook named "&6Token Key" from player's inventory
- if player's tool is tripwire hook named "&bPrestige Key":
- give player 1 firework star named "+1 Prestige" with lore "&7(Right-Click to Redeem)"
- send "&1You Got 1 Prestiges From a &bPrestige Key!" to player
- remove 1 tripwire hook named "&bPrestige Key" from player's inventory
- if player's tool is tripwire hook named "&dEpic Key":
- add 200000 to {money::%player's uuid%}
- send "&1You Got $200000 From an &dEpic Key!" to player
- remove 1 tripwire hook named "&dEpic Key" from player's inventory
- if player's tool is tripwire hook named "&5Mythical Key":
- set {mythicalopen::%player's uuid%} to a random integer between 1 and 4
- if {mythicalopen::%player's uuid%} is 1:
- add 50000 to {tokens::%player's uuid%}
- send "&1You Got 50000 Tokens From an &5Mythical Key" to player
- else:
- add 2000000 to {money::%player's uuid%}
- send "&1You Got $500000 From an &5Mythical Key" to player
- remove 1 tripwire hook named "&5Mythical Key" from player's inventory
- if player's tool is tripwire hook named "&eLegendary Key":
- add 1000000 to {money::%player's uuid%}
- send "&1You Got $1000000 From an &eLegendary Key!" to player
- remove 1 tripwire hook named "&eLegendary Key" from player's inventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement