Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Command /dailyrewards:
  2. #No perms needed
  3. trigger:
  4. open chest with 34 rows named "&4&lDaily Rewards" to player
  5. play raw sound "note.pling" at player with pitch 1 volume 1
  6. Wait 1 tick
  7. format slot 0 of player with 57 named "&8&lDay &f&l1" to close then run [make player execute command "keygive %player% Tier1 1"]
  8. format slot 1 of player with diamond_block named "&8&lDay &f&l2" with lore "<&1Daily Rewards>" to close then run make player execute command "/keygive %player% Tier1 2"
  9. format slot 2 of player with diamond_block named "&8&lDay &f&l3" to close then run make player execute command "/keygive player% Tier1 5"
  10. format slot 3 of player with diamond_block named "&8&lDay &f&l4" to close then run make player execute command "/keygive %player% Tier1 10"
  11. format slot 4 of player with diamond_block named "&8&lDay &f&l5" to close then run make player execute command "/keygive %player% Tier2 2"
  12. format slot 5 of player with diamond_block named "&8&lDay &f&l6" to close then run make player execute command "/keygive %player% Tier2 5"
  13. format slot 6 of player with diamond_block named "&8&lDay &f&l7" to close then run make player execute command "/keygive %player% Tier2 10"
  14. format slot 7 of player with diamond_block named "&8&lDay &f&l8" to close then run make player execute command "/keygive %player% Tier2 12"
  15. format slot 8 of player with diamond_block named "&8&lDay &f&l9" to close then run make player execute command "/keygive %player% Tier2 15"
  16. format slot 9 of player with diamond_block named "&8&lDay &f&l10" to close then run make player execute command "/keygive %player% Tier2 15"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement