Guest User

PrisonProfessional rewards.yml

a guest
Mar 27th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. PrisonProfessional rewards.yml
  2.  
  3. ####################
  4. # PlayTime Rewards #
  5. ####################
  6. # This configuration lets you edit the rewards for play time
  7. # The message displayed on viewing rewards
  8. playtime-rewards-messages:
  9. - '&d---------------------------------------------'
  10. - '&f1 hour&d: &625 Tokens'
  11. - '&f12 hours&d: &650 Tokens and a fortune 20 pickaxe'
  12. - '&f1 day&d: &6100 Tokens and a fortune 30 pickaxe'
  13. - '&d---------------------------------------------'
  14. playtime-rewards:
  15. 3600:
  16. messages:
  17. - '&d---------------------------------------------'
  18. - '&fYou have played on this server for 1 hour and received&d: &625 Tokens'
  19. - '&d---------------------------------------------'
  20. commands:
  21. - 'token give %PLAYER% 25'
  22. items:
  23. 43200:
  24. messages:
  25. - '&d---------------------------------------------'
  26. - '&fYou have played on this server for 12 hours and received&d: &650 Tokens and a fortune 20 pickaxe'
  27. - '&d---------------------------------------------'
  28. commands:
  29. - 'token give %PLAYER% 50'
  30. items:
  31. '278:0':
  32. amount: 1
  33. name: '&b6 Hour Pickaxe'
  34. enchantments:
  35. FORTUNE: 20
  36. UNBREAKING: 100
  37. EFFICIENCY: 100
  38. lores:
  39. - '&7Achieved from playing on the server for 6 hours'
  40. 86400:
  41. messages:
  42. - '&d---------------------------------------------'
  43. - '&fYou have played on this server for 1 day and received&d: &6100 Tokens and a fortune 30 pickaxe'
  44. - '&d---------------------------------------------'
  45. commands:
  46. - 'token give %PLAYER% 100'
  47. items:
  48. '278:0':
  49. amount: 1
  50. name: '&b1 Day Pickaxe'
  51. enchantments:
  52. FORTUNE: 30
  53. UNBREAKING: 100
  54. EFFICIENCY: 100
  55. lores:
  56. - '&7Achieved from playing on the server for 1 day'
Add Comment
Please, Sign In to add comment