Skip to content
Success

Changes

Summary

  1. Blast Mining shouldn't drop Budding Amethyst (commit: 6d9a9d1) (details)
  2. Fixed plugin incompatibility and exploits regarding buffed tools remaining buffed (commit: f91a221) (details)
  3. update locale_zh_CN.properties (#4585) (commit: 8805a25) (details)
  4. Set TNT source in blast mining (#4580) (commit: dfa16c7) (details)
  5. Update changelog (commit: d3f012d) (details)
  6. Reupload new Chinese Traditional translation (#4584) (commit: 7fc7125) (details)
  7. Update locale_pt_BR.properties (#4566) (commit: b422789) (details)
  8. Add /<skill> keep (#4512) (commit: 264c0e2) (details)
  9. Fix for impact armor damage formula (#4425) (commit: cd937a8) (details)
Commit 6d9a9d165db8a4dd65bad7ec14f99275017faf33 by nossr50
Blast Mining shouldn't drop Budding Amethyst
Fixes #4589
(commit: 6d9a9d1)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified Changelog.txt (diff)
Commit f91a2217c869ac44aa3484f860d7f074c5e0714f by nossr50
Fixed plugin incompatibility and exploits regarding buffed tools remaining buffed
Fixes #4616
(commit: f91a221)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/InventoryListener.java (diff)
Commit 8805a25d85368b40c16f1d113fd0c85131c3c1df by github
update locale_zh_CN.properties (#4585)

Thank you
(commit: 8805a25)
The file was modified src/main/resources/locale/locale_zh_CN.properties (diff)
Commit dfa16c70a71e0a4aa1d591b3a12b989526529764 by github
Set TNT source in blast mining (#4580)

* Set TNT source in blast mining

* Compatibility with older versions

Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>

Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
(commit: dfa16c7)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified Changelog.txt (diff)
Commit 7fc7125ed37b98bc9e9a0aafa773ff9d804b4635 by github
Reupload new Chinese Traditional translation (#4584)

Hello, I have completed the Chinese Traditional translation. :)
(commit: 7fc7125)
The file was modified src/main/resources/locale/locale_zh_TW.properties (diff)
Commit b42278932e4fe4347c71edd967188dd1d6620a05 by github
Update locale_pt_BR.properties (#4566)

(commit: b422789)
The file was modified src/main/resources/locale/locale_pt_BR.properties (diff)
Commit 264c0e2c78170a306781996552f9b7eb4c6bb560 by github
Add /<skill> keep (#4512)

* Add /<skill> keep

* Add keep to tab completion

* Case insensitive
(commit: 264c0e2)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java (diff)
Commit cd937a812d38158903ab57055bf27769e462e193 by github
Fix for impact armor damage formula (#4425)

* Update SkillUtils.java

Add handleArmorDurabilityChange() to handle armor damage reduction correctly

* Update AxesManager.java

Changed method to handle impact damage calculation

* Update SkillUtils.java
(commit: cd937a8)
The file was modified src/main/java/com/gmail/nossr50/skills/axes/AxesManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java (diff)