Advertisement
Guest User

Config

a guest
Sep 30th, 2013
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 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: 10
  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. - world
  27. - world3
  28. - world5
  29. - world4
  30. - townworld
  31. #
  32. #
  33. groups:
  34. - Lvl0
  35. - Lvl1
  36. - Lvl2
  37. - Lvl3
  38. - Lvl4
  39. - Lvl5
  40. - Lvl6
  41. - Lvl7
  42. - Lvl8
  43. - Lvl9
  44. - Lvl10
  45. - moderator
  46. - admin
  47. - owner
  48. #
  49. #
  50. commands:
  51. #
  52. #
  53. kits:
  54.  
  55. #
  56. #
  57. rewards:
  58. - V,A,T,P,null,default,0,0,0,0,0,1,4,+R,1,Lvl1,S1PROMOTION1Lvl1
  59. - V,A,T,P,null,default,0,0,0,0,0,1,24,+R,1,Lvl2,S0PROMOTION1Lvl2
  60. - V,A,T,P,null,default,0,0,0,0,0,1,44,+R,1,Lvl3,S1PROMOTION1Lvl3
  61. - V,A,T,P,null,default,0,0,0,0,0,1,64,+R,1,Lvl4,S2PROMOTION1Lvl4
  62. - V,A,T,P,null,default,0,0,0,0,0,1,84,+R,1,Lvl5,S3PROMOTION1Lvl5
  63. - V,A,T,P,null,default,0,0,0,0,0,1,104,+R,1,Lvl6,S4PROMOTION1Lvl6
  64. - V,A,T,R,null,default,0,0,0,0,0,1,124,+R,1,Lvl7,S5PROMOTION1Lvl7
  65. - V,A,T,P,null,default,0,0,0,0,0,1,144,+R,1,Lvl8,S6PROMOTION1Lvl8
  66. - V,A,T,P,null,default,0,0,0,0,0,1,200,+R,1,Lvl9,S7PROMOTION1Lvl9
  67. - V,A,T,P,null,default,0,0,0,0,0,1,264,+R,1,Lvl10,S7PROMOTION1Lvl10
  68. - V,A,T,P,null,default,0,0,0,0,0,1,4,X,85,XP,S0XP85XP
  69. - V,A,T,P,null,default,0,0,0,0,0,1,4,E,1,100,S1ECONOMY1100
  70. #
  71. #
  72. #
  73. # END rewards.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement