Add config option to auto-truncate player skill levels that exceed the configured max level. Adds #2512

Also removes a good bit of magic numbering from FlatFileDatabaseManager
This commit is contained in:
t00thpick1
2015-11-12 19:10:09 -05:00
parent b966529487
commit f4b6d7845e
4 changed files with 236 additions and 116 deletions

View File

@ -20,6 +20,8 @@ General:
Update_Check: true
Prefer_Beta: false
Power_Level_Cap: 0
# Should mcMMO truncate levels if you lower your max level cap for a skillname
TruncateSkills: false
# Should mcMMO print out debug messages?
Verbose_Logging: false
# Should mcMMO over-write configs to update, or make new ones ending in .new?