diff --git a/Changelog.txt b/Changelog.txt index 0ff255915..fa5a2e9c9 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,8 @@ Version 2.2.004 - Fixed bug where values from Experience_Formula.Skill_Multiplier were not being used + Fixed bug where values from Experience_Formula.Skill_Multiplier were not functioning + + NOTES: + A reminder that these values are multipliers and no longer divisors, if you want 10x lower XP, a value of .1 would do the job. Version 2.2.003 (SQLDB) Fixed a bug where lastlogin was using a value that was too large diff --git a/README.md b/README.md index e1c9a1d61..e36806569 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you are using maven, you can add mcMMO API to your plugin by adding it to pom com.gmail.nossr50.mcMMO mcMMO - 2.2.002 + 2.2.004 ``` ### Builds diff --git a/pom.xml b/pom.xml index e70f2bcfa..bf6499032 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.2.004-SNAPSHOT + 2.2.004 mcMMO https://github.com/mcMMO-Dev/mcMMO