Forked from the original plugin repo with permission from Mac_Genius, this revived plugin is all about implementing a simple way to have custom levels on your server. It allows you to enter a level and how much xp it will take to get there. The best part? The xp bar correctly displays the user's xp level!
I will be updating this plugin so if you have any issues or suggestions, please leave a comment below.
Simply drop the plugin in the plugins folder! From there, boot up the server and let the configuration file be generated. Then you can edit the config to add your custom levels. The formatting is "1 150". 1 is for the next level, and 150 is how much xp it takes to reach that level. Make sure your remove "none" from the config, and start with level 1. The last level you enter will be the highest the player can achieve.
cl.* - Allows the user to use all commands
cl.reload - Allows a user to reload the config file
cl.help - Displays the commands for the plugin
/cl reload - Reloads the config
/cl help - Shows the plugin commands
7/25 Fixed custom levels not working beyond level 9
5/21 Updated config readability and added an example (Requested by Flexrawr)
3/18 Major fix - config integration
3/17 First Release