Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # OnTime Rewards Configuration YAML
- # Author: Edge209
- #
- # NOTE: (May 27, 2013) In prior versions of the rewards.yml I included a full explanation of the content and format, but
- # this was leading to problems for new users. So I have moved this information to a bukkitdev page, so if
- # your still want the full details please visit "http://dev.bukkit.org/server-mods/ontime/pages/"
- #
- #
- ##################################################
- # DO NOT CHANGE THE VERSION number for this file #
- version: 10
- ##################################################
- #
- ##################################################
- # DO NOT CHANGE THE FOLLOWING rewardIDCounter #
- rewardIDCounter: 0
- ##################################################
- #
- # Worlds enabled for Rewards
- # List here the worlds in which you would like to have rewards enabled. You can also use
- # " - global", for permissions plugins that support a "global" configuration that is applied to all worlds. Alternatively you can use
- # " - all", in which case OnTime will detect all defined worlds and apply all group and permission changes to each world individually. This
- # should be used if are using world "mirrors".
- #
- worlds:
- - world
- - world3
- - world5
- - world4
- - townworld
- #
- #
- groups:
- - Lvl0
- - Lvl1
- - Lvl2
- - Lvl3
- - Lvl4
- - Lvl5
- - Lvl6
- - Lvl7
- - Lvl8
- - Lvl9
- - Lvl10
- - moderator
- - admin
- - owner
- #
- #
- commands:
- #
- #
- kits:
- #
- #
- rewards:
- - V,A,T,P,null,default,0,0,0,0,0,1,4,+R,1,Lvl1,S1PROMOTION1Lvl1
- - V,A,T,P,null,default,0,0,0,0,0,1,24,+R,1,Lvl2,S0PROMOTION1Lvl2
- - V,A,T,P,null,default,0,0,0,0,0,1,44,+R,1,Lvl3,S1PROMOTION1Lvl3
- - V,A,T,P,null,default,0,0,0,0,0,1,64,+R,1,Lvl4,S2PROMOTION1Lvl4
- - V,A,T,P,null,default,0,0,0,0,0,1,84,+R,1,Lvl5,S3PROMOTION1Lvl5
- - V,A,T,P,null,default,0,0,0,0,0,1,104,+R,1,Lvl6,S4PROMOTION1Lvl6
- - V,A,T,R,null,default,0,0,0,0,0,1,124,+R,1,Lvl7,S5PROMOTION1Lvl7
- - V,A,T,P,null,default,0,0,0,0,0,1,144,+R,1,Lvl8,S6PROMOTION1Lvl8
- - V,A,T,P,null,default,0,0,0,0,0,1,200,+R,1,Lvl9,S7PROMOTION1Lvl9
- - V,A,T,P,null,default,0,0,0,0,0,1,264,+R,1,Lvl10,S7PROMOTION1Lvl10
- - V,A,T,P,null,default,0,0,0,0,0,1,4,X,85,XP,S0XP85XP
- - V,A,T,P,null,default,0,0,0,0,0,1,4,E,1,100,S1ECONOMY1100
- #
- #
- #
- # END rewards.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement