Advertisement
Guest User

Rewards.yml file

a guest
Feb 4th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 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: 0
  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. - factions
  27. #
  28. #
  29. groups:
  30. - Peasant
  31. - [A]Peasant
  32. - [V]Peasant
  33. - Citizen
  34. - [A]Citizen
  35. - [V]Citizen
  36. - Traveler
  37. - [A]Traveler
  38. - [V]Traveler
  39. - Explorer
  40. - [A]Explorer
  41. - [V]Explorer
  42. - Knight
  43. - [A]Knight
  44. - [V]Knight
  45. - Master
  46. - [A]Master
  47. - [V]Master
  48. - Builder
  49. - [A]Builder
  50. - [v]Builder
  51. - Architect
  52. - [A]Architect
  53. - [v]Architect
  54. - Mod
  55. - Admin
  56. - Owner
  57. #
  58. #
  59. commands:
  60.  
  61. #
  62. #
  63. kits:
  64.  
  65. #
  66. #
  67. rewards:
  68.  
  69. #
  70. #
  71. #
  72. # END rewards.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement