Advertisement
Guest User

Untitled

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