Skip to content

Commit

Permalink
2.2.004
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Apr 2, 2024
1 parent e509876 commit c769813
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ If you are using maven, you can add mcMMO API to your plugin by adding it to pom
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.2.002</version>
<version>2.2.004</version>
</dependency>
```
### Builds
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.2.004-SNAPSHOT</version>
<version>2.2.004</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>
Expand Down

0 comments on commit c769813

Please sign in to comment.