Skip to content

Changes

Started 9 days 2 hr ago
Took 59 sec on Builder

Summary

  1. Add test coverage for denying per-skill xprate changes without permission (commit: 5230292) (details)
  2. Fix exploited endermen giving full combat XP (commit: 04bd480) (details)
  3. Fix Graceful Roll using the normal Roll damage threshold (commit: 7f9f722) (details)
  4. Fix Tridents and Maces Limit Break checking unregistered permission nodes (commit: e69de79) (details)
  5. Fix Rupture never playing its bleed sound (commit: 8e8f8cf) (details)
  6. Remove sound types that never played (commit: bd6a04d) (details)
  7. Accept MaterialType in repair and salvage configs and update repair.vanilla.yml (commit: ef8f57b) (details)
  8. Remove dead Serrated Strikes and Rupture settings from advanced.yml (commit: 2c957d5) (details)
  9. Remove dead Blast Mining settings and deprecate their accessors (commit: 900beb2) (details)
  10. Remove unused hidden.yml options (commit: 203613d) (details)
  11. Remove inert Tree Feller ranks and the orphan Fishing Mastery block from skillranks.yml (commit: ba32354) (details)
  12. Add Player_Tamed XP multiplier to experience.yml (commit: 4d45eed) (details)
  13. Remove unused Particles settings from config.yml (commit: 17fa9b6) (details)
  14. Remove unused Fishing.Exhausting locale entry (commit: c9a608e) (details)
  15. Update changelog (commit: 8102f5a) (details)
  16. Update changelog (commit: 7cf0584) (details)
  17. Update changelog (commit: 25d7c94) (details)
Commit 5230292a803b7a4ca1e4ff1f13449ea3ae72bc9a by nossr50
Add test coverage for denying per-skill xprate changes without permission
(commit: 5230292)
The file was modifiedsrc/test/java/com/gmail/nossr50/commands/XprateCommandTest.java (diff)
Commit 04bd480661854807e401c50c05d4b8349a67312e by nossr50
Fix exploited endermen giving full combat XP
(commit: 04bd480)
The file was modifiedsrc/main/resources/persistent_data.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modifiedsrc/test/java/com/gmail/nossr50/util/skills/CombatUtilsTest.java (diff)
Commit 7f9f7229a17b8b75a8989cf4a6fc4dd6dfdbd837 by nossr50
Fix Graceful Roll using the normal Roll damage threshold
(commit: 7f9f722)
The file was modifiedsrc/test/java/com/gmail/nossr50/skills/acrobatics/AcrobaticsTest.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/datatypes/skills/subskills/acrobatics/Roll.java (diff)
Commit e69de798cb3db15388b1cfa76acc9737927b2532 by nossr50
Fix Tridents and Maces Limit Break checking unregistered permission nodes
(commit: e69de79)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/Permissions.java (diff)
Commit 8e8f8cfc1bf6e9844de05be5f2fdfed41935e374 by nossr50
Fix Rupture never playing its bleed sound
(commit: 8e8f8cf)
The file was modifiedsrc/main/java/com/gmail/nossr50/runnables/skills/RuptureTask.java (diff)
Commit bd6a04d2888ed96856432bce2e8cda0516b28535 by nossr50
Remove sound types that never played
(commit: bd6a04d)
The file was modifiedsrc/main/resources/sounds.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/sounds/SoundManager.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/sounds/SoundType.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)
Commit ef8f57b56e10f8f0596d07237ee48449ca8d5c5c by nossr50
Accept MaterialType in repair and salvage configs and update repair.vanilla.yml
(commit: ef8f57b)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/skills/repair/RepairConfig.java (diff)
The file was modifiedsrc/main/resources/repair.vanilla.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
Commit 2c957d59ba3911797773447cf3e3c1cff4158cc3 by nossr50
Remove dead Serrated Strikes and Rupture settings from advanced.yml
(commit: 2c957d5)
The file was modifiedsrc/main/resources/advanced.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/AdvancedConfig.java (diff)
Commit 900beb21c7a6e90e0402a13630c43666cb3dd5ba by nossr50
Remove dead Blast Mining settings and deprecate their accessors
(commit: 900beb2)
The file was modifiedsrc/main/resources/advanced.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/AdvancedConfig.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/commands/skills/MiningCommand.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
Commit 203613dc6ff38f59075cca0f8dbfafe17b97b964 by nossr50
Remove unused hidden.yml options
(commit: 203613d)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/HiddenConfig.java (diff)
The file was modifiedsrc/main/resources/hidden.yml (diff)
Commit ba323541bf1551e3be6eabcaee5976015fa21d3b by nossr50
Remove inert Tree Feller ranks and the orphan Fishing Mastery block from skillranks.yml
(commit: ba32354)
The file was modifiedsrc/main/resources/skillranks.yml (diff)
Commit 4d45eedbff881ac5d7d5c6d3e28f097378b8f1bc by nossr50
Add Player_Tamed XP multiplier to experience.yml
(commit: 4d45eed)
The file was modifiedsrc/main/resources/persistent_data.yml (diff)
The file was modifiedsrc/main/resources/experience.yml (diff)
Commit 17fa9b6ca21815e1a47f6497e794d590045fdffc by nossr50
Remove unused Particles settings from config.yml
(commit: 17fa9b6)
The file was modifiedsrc/main/resources/config.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/GeneralConfig.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/skills/ParticleEffectUtils.java (diff)
Commit c9a608e188598797b8347a6c599b7d979fa809ff by nossr50
Remove unused Fishing.Exhausting locale entry
(commit: c9a608e)
The file was modifiedsrc/main/resources/locale/locale_lt_LT.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_fr.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_ko.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_es.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_ru.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_en_US.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_zh_CN.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_it.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_pt_BR.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_de.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_hu_HU.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_pl.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_ja_JP.properties (diff)
The file was modifiedsrc/main/resources/locale/locale_zh_TW.properties (diff)
The file was modifiedChangelog.txt (diff)
The file was modifiedChangelog.txt (diff)
The file was modifiedChangelog.txt (diff)