nossr50 1 năm trước cách đây
mục cha
commit
c769813892
3 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 4 1
      Changelog.txt
  2. 1 1
      README.md
  3. 1 1
      pom.xml

+ 4 - 1
Changelog.txt

@@ -1,5 +1,8 @@
 Version 2.2.004
 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
 Version 2.2.003
     (SQLDB) Fixed a bug where lastlogin was using a value that was too large
     (SQLDB) Fixed a bug where lastlogin was using a value that was too large

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ If you are using maven, you can add mcMMO API to your plugin by adding it to pom
 <dependency>
 <dependency>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <artifactId>mcMMO</artifactId>
     <artifactId>mcMMO</artifactId>
-    <version>2.2.002</version>
+    <version>2.2.004</version>
 </dependency>
 </dependency>
 ```
 ```
 ### Builds
 ### Builds

+ 1 - 1
pom.xml

@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <artifactId>mcMMO</artifactId>
     <artifactId>mcMMO</artifactId>
-    <version>2.2.004-SNAPSHOT</version>
+    <version>2.2.004</version>
     <name>mcMMO</name>
     <name>mcMMO</name>
     <url>https://github.com/mcMMO-Dev/mcMMO</url>
     <url>https://github.com/mcMMO-Dev/mcMMO</url>
     <scm>
     <scm>