Unable to level up or down, this bug is caused by the terrible if statement logic within the plugin.
Within this plugin if you search for if( Exp >= Level.ExpRequired ) you see this section can't be entered. even in the best case.... Before, this plugin was working flawlessly with this statement in place but I don't know what changed recently other then myself switching to the mysql database rather then the sqlite database.
Known Bugs
Can't level up or Lose Levels
Currency resets when admin uses /Reload (only effects the currency tied to exp)
Currency is set to 0 on one statement... (this is a big no no... even for professionals)
Serious bugs
Can't join the server if no class is defined
Players can't connect sometimes while the plugin is installed/
Unable to level up or down, this bug is caused by the terrible if statement logic within the plugin.
Within this plugin if you search for if( Exp >= Level.ExpRequired ) you see this section can't be entered. even in the best case.... Before, this plugin was working flawlessly with this statement in place but I don't know what changed recently other then myself switching to the mysql database rather then the sqlite database.
Known Bugs
Serious bugs