Skip to content
Success

Changes

Summary

  1. Added config option to easily disable all scoreboards (commit: f828084) (details)
  2. Classic mode setting is now UseOldLevelScaling to lessen confusion (commit: 7c02431) (details)
  3. mcMMO is now a lot more compatible with plugins that use scoreboards (commit: 3dca32a) (details)
  4. Converting from MySQL -> FlatFile now accounts for users that don't (commit: 1e8d950) (details)
Commit f828084246567eb6536234ad4dc37369327d6dd5 by nossr50
Added config option to easily disable all scoreboards
(commit: f828084)
The file was modified src/main/java/com/gmail/nossr50/database/SQLDatabaseManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/config/Config.java (diff)
The file was modified src/main/resources/config.yml (diff)
The file was modified Changelog.txt (diff)
Commit 7c024314b7156a73bf8fc56f4726ccfb8d6268d5 by nossr50
Classic mode setting is now UseOldLevelScaling to lessen confusion
(commit: 7c02431)
The file was modified src/main/java/com/gmail/nossr50/config/Config.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/experience/FormulaManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified src/main/resources/config.yml (diff)
Commit 3dca32a226db4e8ea2993200482461764594e4dd by nossr50
mcMMO is now a lot more compatible with plugins that use scoreboards
Citizens 2 for example
(commit: 3dca32a)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/scoreboards/ScoreboardWrapper.java (diff)
Commit 1e8d95076710ea50226c9feabde9d5f7d1d892e6 by nossr50
Converting from MySQL -> FlatFile now accounts for users that don't
exist yet in mcmmo.users Fixes #3130
(commit: 1e8d950)
The file was modified src/main/java/com/gmail/nossr50/database/FlatfileDatabaseManager.java (diff)
The file was modified Changelog.txt (diff)