Example config.yml
#Time in seconds, this can go into a float (0.1, etc.)
#Default: 10
timeInSeconds: 10
#This is how long it will take to give out exp to every player.
#Exp will be changed at this value (more values below to control)
#Default: 150
minExpPoints: 150
#When a player goes over this amount, they will start to get "expGivenForAboveMin", when under, they will have "expGivenForUnderMin"
#Players will get a certain amount of experience if they are under minExpPoints
#Default: 3
expGivenForUnderMin: 3
#Self explanatory. If they're under minExpPoints, they'll get this amount.
#Players will get a certain amount of experience if they are above minExpPoints
#Default: 1
expGivenForAboveMin: 1
#If they're over minExpPoints, player will get this amount.
#Donator permission autoexp.donor multiplier. Ensure this is an INTEGER (1, 2, 3, etc.) otherwise
#It'll break.
#Default: 2
donorMultiplier: 2
#This is how much multiply by expGivenForAboveMin or expGivenForUnderMin.
#Do you want permissions to allow the receiving of EXP?
#Permission is autoexp.receiveexp
useReceiveExpPermission: false
(v1.2 file.)