Skip to content
Success

Changes

Summary

  1. Use minimum level of salvagable properly (commit: 4f16181) (details)
  2. update changelog (commit: 8e8024e) (details)
  3. Fix default permission for Critical Strikes (commit: 38d64f2) (details)
  4. Fix potential NPE for salvage (commit: ab6dbe3) (details)
  5. tweak and fix salvage result chance (commit: 4e21f1a) (details)
  6. Immature plants will be replanted if weilding a hoe (commit: 8f26544) (details)
  7. Immature crop replanting, green thumb tweaks, replant accidental break (commit: e2073ff) (details)
  8. Green Thumb requires a hoe, sneak to break with a hoe (commit: 7c6d5c4) (details)
  9. Fix sneak check on GT (commit: a333f36) (details)
  10. More tweaks to GT (commit: a598796) (details)
  11. More tweaks to GT (commit: 95c403a) (details)
  12. 2.1.115 (commit: 6168309) (details)
  13. 2.1.116 (commit: 4cd9135) (details)
  14. Reduce mojang profile API call limit (Fixes #4121) (commit: d4ba9d7) (details)
  15. dev mode (commit: 705b57a) (details)
  16. 2.1.117 (commit: 441125d) (details)
  17. Dev mode (commit: 0a59b79) (details)
  18. Blast Mining Tweaks (commit: 9f0fe26) (details)
  19. Update blast mining info in /mining (commit: 326ff1c) (details)
  20. Rupture fires a FakeEntityDamageByEntityEvent fixes #4122 (commit: 12abd68) (details)
  21. 2.1.118 (commit: c2bbe33) (details)
  22. dev mode (commit: 31a9879) (details)
  23. 1.16 Support part 1 (commit: efea1c5) (details)
  24. 1.16 Support part 2 (commit: 1101815) (details)
  25. 1.16 support part 3 (commit: d585b1c) (details)
  26. Another dupe fix + 1.16 support part 4 (commit: 89a990f) (details)
  27. 1.16 support part 5 (commit: 3a81d94) (details)
  28. 2.1.119 - 1.16 Support (commit: 2644de5) (details)
  29. 2.1.120 (commit: 325cbca) (details)
  30. 2.1.120 (commit: a7d2c90) (details)
  31. sigh (commit: 51e80f4) (details)
  32. 2.1.121 (commit: ff8c94b) (details)
  33. Wart blocks are now treated like leaves (commit: 3aa9f38) (details)
  34. Move roots to herbalism xp tables (commit: b9d05d8) (details)
  35. 2.1.122 (commit: ce1051c) (details)
  36. Update ability black lists (commit: 8f8dfcf) (details)
  37. Show correct minimum level in adept salvage message (commit: 1bd4454) (details)
Commit 4f161812aa85c6fb138b4d6d69233dd103a13003 by theboyetronic
Use minimum level of salvagable properly
(commit: 4f16181)
The file was modified src/main/java/com/gmail/nossr50/skills/salvage/SalvageManager.java (diff)
The file was modified Changelog.txt (diff)
Commit 38d64f207d0532f8158eb9cfc0c8be3261c02200 by theboyetronic
Fix default permission for Critical Strikes
(commit: 38d64f2)
The file was modified src/main/resources/plugin.yml (diff)
The file was modified Changelog.txt (diff)
Commit ab6dbe306d04e0d66fe5429d8a3128cab63bdb3c by nossr50
Fix potential NPE for salvage
(commit: ab6dbe3)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/salvage/SalvageManager.java (diff)
Commit 4e21f1a2009689872d9867d9be34c5087c516b44 by nossr50
tweak and fix salvage result chance
(commit: 4e21f1a)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/salvage/SalvageManager.java (diff)
The file was modified Changelog.txt (diff)
Commit 8f265441884a2aba2b359cd924b25eda2ac74199 by nossr50
Immature plants will be replanted if weilding a hoe
(commit: 8f26544)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified Changelog.txt (diff)
Commit e2073ff9f7c8fe92ebf8c0fb785ce5cfba4958c0 by nossr50
Immature crop replanting, green thumb tweaks, replant accidental break
protection
(commit: e2073ff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/meta/OldName.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/sounds/SoundManager.java (diff)
The file was modified Changelog.txt (diff)
The file was addedsrc/main/java/com/gmail/nossr50/datatypes/meta/RecentlyReplantedCropMeta.java
The file was addedsrc/main/java/com/gmail/nossr50/runnables/skills/DelayedCropReplant.java
Commit 7c6d5c476d28295d138b874a02653e7ec0c30334 by nossr50
Green Thumb requires a hoe, sneak to break with a hoe
(commit: 7c6d5c4)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/sounds/SoundManager.java (diff)
The file was modified src/main/resources/sounds.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/util/sounds/SoundType.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/meta/RecentlyReplantedCropMeta.java (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/BlockListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/DelayedCropReplant.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/Herbalism.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/Herbalism.java (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/DelayedCropReplant.java (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/BlockListener.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/DelayedCropReplant.java (diff)
Commit d4ba9d7605aa5689112c2ff2d0e80b476433d52b by theboyetronic
Reduce mojang profile API call limit (Fixes #4121)
(commit: d4ba9d7)
The file was modified src/main/java/com/gmail/nossr50/util/uuid/UUIDFetcher.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/config/experience/ExperienceConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
Commit 326ff1cd7042bd1cd83cca78e1fd8e56b6b7acc6 by nossr50
Update blast mining info in /mining
(commit: 326ff1c)
The file was modified src/main/resources/locale/locale_ja_JP.properties (diff)
The file was modified src/main/resources/locale/locale_lt_LT.properties (diff)
The file was modified src/main/resources/locale/locale_hu_HU.properties (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified src/main/resources/locale/locale_cs_CZ.properties (diff)
The file was modified src/main/resources/locale/locale_ru.properties (diff)
The file was modified src/main/resources/locale/locale_th_TH.properties (diff)
The file was modified src/main/resources/locale/locale_zh_TW.properties (diff)
The file was modified src/main/resources/locale/locale_de.properties (diff)
The file was modified src/main/resources/locale/locale_ko.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/MiningCommand.java (diff)
The file was modified src/main/resources/locale/locale_zh_CN.properties (diff)
The file was modified src/main/resources/locale/locale_fr.properties (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified src/main/resources/locale/locale_it.properties (diff)
The file was modified src/main/resources/locale/locale_pt_BR.properties (diff)
The file was modified src/main/resources/locale/locale_es.properties (diff)
Commit 12abd68adde9b0529fa695806c12806544aff702 by nossr50
Rupture fires a FakeEntityDamageByEntityEvent fixes #4122
(commit: 12abd68)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/BleedTimerTask.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/resources/treasures.yml (diff)
The file was modified src/main/resources/experience.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/ItemUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/ItemUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialUtils.java (diff)
Commit 89a990f0cb53037db03488da20b7d15386d3ca7c by nossr50
Another dupe fix + 1.16 support part 4
(commit: 89a990f)
The file was modified src/main/java/com/gmail/nossr50/skills/swords/SwordsManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/MaterialType.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/Misc.java (diff)
The file was modified src/main/resources/repair.vanilla.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
The file was modified src/main/resources/salvage.vanilla.yml (diff)
The file was modified pom.xml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/salvage.vanilla.yml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/repair.vanilla.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/MaterialType.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/ItemUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/swords/SwordsManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/resources/repair.vanilla.yml (diff)
The file was modified src/main/resources/salvage.vanilla.yml (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/repair/RepairConfig.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
Commit 3aa9f385e59d841eecd88835d39298ba334f817c by nossr50
Wart blocks are now treated like leaves
(commit: 3aa9f38)
The file was modified src/main/resources/experience.yml (diff)
The file was modified pom.xml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
Commit b9d05d8d670442bf0721564cfd37c45dd0144afa by nossr50
Move roots to herbalism xp tables
(commit: b9d05d8)
The file was modified src/main/resources/experience.yml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/repair/RepairConfig.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)
Commit 1bd4454a6bb9d51d7d62d7fd8e398ab21ea38994 by theboyetronic
Show correct minimum level in adept salvage message
(commit: 1bd4454)
The file was modified src/main/java/com/gmail/nossr50/skills/salvage/SalvageManager.java (diff)