Advertisement
Guest User

Rewards.yml

a guest
Feb 18th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. # OnTime Rewards Configuration YAML
  2. # Author: Edge209
  3. #
  4. # NOTE: (May 27, 2013) In prior versions of the rewards.yml I included a full explanation of the content and format, but
  5. # this was leading to problems for new users. So I have moved this information to a bukkitdev page, so if
  6. # your still want the full details please visit "http://dev.bukkit.org/server-mods/ontime/pages/"
  7. #
  8. #
  9. ##################################################
  10. # DO NOT CHANGE THE VERSION number for this file #
  11. version: 13
  12. ##################################################
  13. #
  14. ##################################################
  15. # DO NOT CHANGE THE FOLLOWING rewardIDCounter #
  16. rewardIDCounter: 2
  17. ##################################################
  18. #
  19. # Worlds enabled for Rewards
  20. # List here the worlds in which you would like to have rewards enabled. You can also use
  21. # " - global", for permissions plugins that support a "global" configuration that is applied to all worlds. Alternatively you can use
  22. # " - all", in which case OnTime will detect all defined worlds and apply all group and permission changes to each world individually. This
  23. # should be used if are using world "mirrors".
  24. #
  25. worlds:
  26. - world
  27. - world_nether
  28. - world_the_end
  29. #
  30. #
  31. groups:
  32. # - Beginner
  33. # - Member
  34. # - Memberplus
  35. # - Builder
  36. # - Moderator
  37. # - Admin
  38. # - Owner
  39. #
  40. commands:
  41. #
  42. #
  43. kits:
  44.  
  45. #
  46. #
  47. rewards:
  48. - R,A,T,P,null,default,all,0,1,0,0,1,0,-1,E,1,30,pay30
  49. - R,A,T,P,null,default,all,1,0,0,1,0,0,-1,E,1,720,pay720
  50. #
  51. #
  52. #
  53. # END rewards.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement