Skip to content
Success

Changes

Summary

  1. Update kyori dependencies (commit: d84a5b3) (details)
  2. Add support for upcoming Cherry trees (commit: 668cc0e) (details)
  3. Add chiseled_bookshelf to tool readiness blacklist (commit: ca710b4) (details)
  4. Add new hanging signs to tool readiness blacklist (commit: db4b820) (details)
  5. Added Pink_Petals to experience.yml (commit: 4c792c4) (details)
  6. Added pink_petals, cherry_wood, and cherry_log to bonus drops in config.yml (commit: 100a7f8) (details)
  7. Added Pitcher_Plants to bonus drops and herbalism experience (commit: 6106f70) (details)
  8. Add Sniffer and Snifflet to combat experience in experience.yml (commit: 0b4d87a) (details)
  9. Added Torchflower to herbalism experience and bonus drops (commit: ae961ca) (details)
  10. Change isHerbalismDrop to use strings.. this method still needs more work (commit: cd96bc7) (details)
  11. Add support for torchflower replanting to herbalism (commit: 5f388a9) (details)
  12. Add Camel, Sniffer, and Snifflet to taming XP (commit: 283fa14) (details)
  13. Added smithing_table to tool readiness blacklist (commit: e011f54) (details)
  14. Small tweaks (commit: 7264e1a) (details)
  15. Fixed wiki url being incorrect in various commands (commit: 7973038) (details)
  16. Fix /party teleport NPE (#4885) (commit: 606a92f) (details)
  17. Fix dots not being replaced when renaming party (#4882) (commit: 69ef484) (details)
  18. Make party loading more resilient (#4881) (commit: 9b0632d) (details)
  19. Fixed fishing exploiting compatibility (#4859) (commit: 4553310) (details)
The file was modified pom.xml (diff)
Commit 668cc0e4a333602e3c64ad5cd7f93c598669d34e by nossr50
Add support for upcoming Cherry trees
(commit: 668cc0e)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified src/main/resources/experience.yml (diff)
Commit ca710b4302573b8f9ff0a14da406e78d8903a3cb by nossr50
Add chiseled_bookshelf to tool readiness blacklist
(commit: ca710b4)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
Commit db4b820f80ab0d0b6de06df15ca9b7d9f2835f89 by nossr50
Add new hanging signs to tool readiness blacklist
(commit: db4b820)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
Commit 4c792c4f2cef08596038ae302ad2faf4638bebfe by nossr50
Added Pink_Petals to experience.yml
(commit: 4c792c4)
The file was modified src/main/resources/experience.yml (diff)
The file was modified Changelog.txt (diff)
Commit 100a7f8a8f178c486d7076f24aa64ea0624bd33c by nossr50
Added pink_petals, cherry_wood, and cherry_log to bonus drops in config.yml
(commit: 100a7f8)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/config.yml (diff)
Commit 6106f70c240160492cca63ba0f8afa4da3f8f720 by nossr50
Added Pitcher_Plants to bonus drops and herbalism experience
(commit: 6106f70)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/resources/experience.yml (diff)
Commit 0b4d87aebc759ee5dff08f47b3da2368f752fc99 by nossr50
Add Sniffer and Snifflet to combat experience in experience.yml
(commit: 0b4d87a)
The file was modified src/main/resources/experience.yml (diff)
The file was modified Changelog.txt (diff)
Commit ae961caeab3ed569b69afca3055b2864ad27c265 by nossr50
Added Torchflower to herbalism experience and bonus drops
(commit: ae961ca)
The file was modified src/main/resources/experience.yml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/config.yml (diff)
Commit cd96bc79d8cf1f60e5d6d1caf6e26d9d31472160 by nossr50
Change isHerbalismDrop to use strings.. this method still needs more work
(commit: cd96bc7)
The file was modified src/main/java/com/gmail/nossr50/util/ItemUtils.java (diff)
The file was modified Changelog.txt (diff)
Commit 5f388a9906764191635fe8f9ebec08f3adef8594 by nossr50
Add support for torchflower replanting to herbalism
(commit: 5f388a9)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
Commit 283fa14380a2f59a441394c8c7280a7890e791c4 by nossr50
Add Camel, Sniffer, and Snifflet to taming XP
(commit: 283fa14)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/experience.yml (diff)
Commit e011f545a77d85a0d83b754f31a586e6b30a9f96 by nossr50
Added smithing_table to tool readiness blacklist
(commit: e011f54)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified Changelog.txt (diff)
Commit 79730383ab21aa9eee2269dc9a63efcf08ecd514 by nossr50
Fixed wiki url being incorrect in various commands
(commit: 7973038)
The file was modified src/main/java/com/gmail/nossr50/datatypes/json/McMMOUrl.java (diff)
The file was modified .gitignore (diff)
The file was modified src/main/java/com/gmail/nossr50/util/text/TextComponentFactory.java (diff)
The file was modified Changelog.txt (diff)
Commit 606a92f1efff1b86f2026e2bed377c9ff1f80e9a by github
Fix /party teleport NPE (#4885)

(commit: 606a92f)
The file was modified src/main/java/com/gmail/nossr50/commands/party/PartyCommand.java (diff)
Commit 69ef484b8621ac7f90afe79d8679f7b53e6f7c92 by github
Fix dots not being replaced when renaming party (#4882)

(commit: 69ef484)
The file was modified src/main/java/com/gmail/nossr50/commands/party/PartyRenameCommand.java (diff)
Commit 9b0632d63c4ddaace1c99a45229737f57fcfbe19 by github
Make party loading more resilient (#4881)

(commit: 9b0632d)
The file was modified src/main/java/com/gmail/nossr50/party/PartyManager.java (diff)
Commit 4553310bb93091642c426448305388a873ea0921 by github
Fixed fishing exploiting compatibility (#4859)

* Fixed fishing exploiting compatibility

* Moved same target to class variable
(commit: 4553310)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java (diff)