From 79d5c6192fbe2284bbf97290cd94e66fb4ed044d Mon Sep 17 00:00:00 2001 From: "Robert A. C" Date: Mon, 8 Apr 2019 03:17:16 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06675f851..1c4b4bc25 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I plan to post links to our new wiki (its still under development), downloads, a ### Builds -Currently, you can obtain our builds via the Spigot resource page: https://spigot.mcmmo.org +Currently, you can obtain our builds via the Spigot resource page: http://spigot.mcmmo.org ### Brief Description The goal of mcMMO is to take core Minecraft game mechanics and expand them into add an extensive and quality RPG experience. Everything in mcMMO has been carefully thought out and is constantly being improved upon. Currently, mcMMO adds fourteen unique skills to train and level in. Each of these skills is highly customizable through our configuration files, allowing server admins to tweak mcMMO to best suit the needs of his or her server. Know that the mcMMO team is dedicated to providing an ever-evolving experience, and that we carefully read all feedback and bug reports in order to evaluate and balance the mechanics of mcMMO in every update. From 0ba3d7bd68ebb55ae332e46e7ac37046440ca83b Mon Sep 17 00:00:00 2001 From: "Robert A. C" Date: Mon, 8 Apr 2019 03:17:36 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4b4bc25..efd8e3c37 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Required Libraries: * Bukkit * JUnit -https://spigot.mcmmo.org for more up to date information. +http://spigot.mcmmo.org for more up to date information. From e5de240eb429c3db78eb768e31c228ed9f4f80fd Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 8 Apr 2019 17:58:06 -0700 Subject: [PATCH 3/4] Reduced Roll XP CD from 60s - > 10s --- Changelog.txt | 5 +++++ .../gmail/nossr50/skills/acrobatics/AcrobaticsManager.java | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index cc10e60f8..e4544e808 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -7,6 +7,11 @@ Key: ! Change - Removal +Version 2.1.38 + Roll XP cooldown down from 60 seconds to 10 + Updated pt_BR localization (thanks FabioZumbi12) + NOTE: The XP Cooldown will be configurable in 2.2 which is nearing the finish line + Version 2.1.37 Fixed a potential IndexOutOfBoundsException when informing a disconnected player that their Blast Mining was off CD Updated hu_HU locale (thanks andris) diff --git a/src/main/java/com/gmail/nossr50/skills/acrobatics/AcrobaticsManager.java b/src/main/java/com/gmail/nossr50/skills/acrobatics/AcrobaticsManager.java index 2ddd80da0..238f8dde3 100644 --- a/src/main/java/com/gmail/nossr50/skills/acrobatics/AcrobaticsManager.java +++ b/src/main/java/com/gmail/nossr50/skills/acrobatics/AcrobaticsManager.java @@ -26,7 +26,7 @@ public class AcrobaticsManager extends SkillManager { } private long rollXPCooldown = 0; - private long rollXPInterval = (1000 * 60); //1 Minute + private long rollXPInterval = (1000 * 10); //1 Minute private long rollXPIntervalLengthen = (1000 * 10); //10 Seconds public boolean canGainRollXP() From f7b07899c14df87473b7ba94d5cab5b23d50c7f2 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 8 Apr 2019 17:58:44 -0700 Subject: [PATCH 4/4] 2.1.38 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9918c6b95..db20bde63 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.1.37 + 2.1.38 mcMMO https://github.com/mcMMO-Dev/mcMMO