Guest User

Untitled

a guest
Jul 16th, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. rewards:
  2. 100: # At exactly 100 blocks mined this is rewarded.
  3. commands:
  4. - "say &a%player% mined 100 blocks!"
  5. economies:
  6. etokens: 50
  7. 500:
  8. commands:
  9. - "say &b%player% reached 500 blocks mined!"
  10. economies:
  11. etokens: 200
  12. 1000:
  13. commands:
  14. - "say &c%player% hit 1000 blocks!"
  15. economies:
  16. etokens: 500
  17.  
  18. repeat-rewards:
  19. 1000: # Every 1,000 blocks mined the player would receive 5K eTokens.
  20. commands:
  21. - "say &b%player% &fmined another 1,000 blocks!"
  22. economies:
  23. etokens: 5000
Advertisement
Add Comment
Please, Sign In to add comment