Advertisement
Guest User

Untitled

a guest
Dec 15th, 2021
2,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. cooldown: 86400000
  2. savetoip: false
  3. regenerate-default-rewards: true
  4. mysql:
  5. enabled: false
  6. host-name: localhost
  7. port: 3306
  8. database: example
  9. username: root
  10. password: password
  11. loginclaim:
  12. enabled: false
  13. delay: 3
  14. claim:
  15. sound:
  16. enabled: true
  17. type: ENTITY_PLAYER_LEVELUP
  18. volume: 1
  19. pitch: 1
  20. noreward:
  21. sound:
  22. enabled: true
  23. type: BLOCK_ANVIL_LAND
  24. volume: 1
  25. pitch: 1
  26. rewards:
  27. basic:
  28. name: Basic
  29. permission: false
  30. random: false
  31. claim-message: '&a&lDaily &2&l>> &aYou claimed the &7Basic&f Daily Reward!'
  32. broadcast: ''
  33. commands:
  34. - give %player% minecraft:diamond 1
  35. advanced:
  36. name: Advanced
  37. permission: true
  38. random: true
  39. claim-message: ''
  40. broadcast: '&a&lDaily &2&l>> &a%player% claimed the &eAdvanced&f Daily Reward!'
  41. commands:
  42. - give %player% minecraft:diamond 1;say %player% earned a common diamond
  43. - give %player% minecraft:diamond 1;say %player% earned a common diamond
  44. - give %player% minecraft:emerald 1;say %player% earned a rare emerald
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement