ExpLimiter
ExpLimiter
Ever wanted to limit your player's exp gaining by assigning them a limit to how much they can gain? Well now you can! With ExpLimiter you can setup a named limit and then assign a permission node to your group/player to limit their EXP.
Features
Stop a player's exp gain at a certain level or EXP amount easily with custom limits and permissions.
Ability to send message to player when the limit is reached. Not recommended. bit of a hidden function.
Exp is deleted when it is collected by someone who is already at their level cap.
More features coming soon!
Commands
/explimiterreload Reloads the configuration
Permissions
explimit.admin.command access to explimiterreload defaults to OP explimit.admin.bypass bypass all limits defaults to OP explimit.<limitname> Limit permission defaults to false
Config
limits: << Where your custom limits are listed example: << limit name. Also where the permission is decided. (explimit.<limitname> type: 'level' << limit type. Must be "exp" or "level" otherwise it will go to the default backup value limit: 10 << limit. set to 0 to stop exp gain all together. default: << Default limit. These are the values for when custom parameters are invalid type: 'level' << Limit type MUST. MUST be "exp" or "level" limit: 30 << limit number.
Current Issues
Exp setting can be a tad bit buggy due to the way the exp setting code works. I am trying to fix this issue, but it's stable for the most part. Just try not to make your EXP limit close to a level up point.
-
View User Profile
-
Send Message
Posted Sep 30, 2013Hey mate. Just FYI was having real trouble getting things to work and couldn't figure out why. It was due to the "Default" setup of the config file. The file is currently setting up:
limits: example: type: 'level' limit: 10 default: type: 'level' limit: 10
Upon changing "default" to be set like "example" with spacing:
limits: example: type: 'level' limit: 10 default: type: 'level' limit: 10
saw my problem solved.
Great plugin.