Skip to content
Success

Changes

Summary

  1. Add setting to turn off knock on wood XP orb drops for Tree Feller (commit: ac57615) (details)
  2. Move some permissions closer to the top (commit: 4fea543) (details)
  3. Add permission node 'mcmmo.broadcast.levelup' for level up broadcasts (commit: 80a1b39) (details)
  4. Use locale instead of hard coded message for pending load on certain commands (commit: 1b5dd86) (details)
  5. Message about missing permissions on certain commands no longer hard coded (commit: 4b4643f) (details)
  6. Make ACF aware of the permission nodes for the commands it handles (commit: f43f3a7) (details)
  7. Fix compile issue (commit: 8181743) (details)
  8. Updated bStats (#4384) (commit: 67f29d5) (details)
  9. Fixed an error in bstats where Retro Mode was reported as Standard mode and vice versa (commit: 6c5eb72) (details)
  10. Update changelog (commit: 6e63007) (details)
  11. Have correct bStats data point to a new id (commit: a85fd02) (details)
Commit ac57615383b798485a472ec5e69fc51aff16bf2c by nossr50
Add setting to turn off knock on wood XP orb drops for Tree Feller
(commit: ac57615)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java (diff)
The file was modified src/main/resources/advanced.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/config/AdvancedConfig.java (diff)
Commit 4fea5438feda6644226d4daad815a195a7a4658f by nossr50
Move some permissions closer to the top
(commit: 4fea543)
The file was modified src/main/resources/plugin.yml (diff)
Commit 80a1b3949ec02e5e330035dbb5135cb6f4d29176 by nossr50
Add permission node 'mcmmo.broadcast.levelup' for level up broadcasts
(commit: 80a1b39)
The file was modified src/main/resources/plugin.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/util/Permissions.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/player/NotificationManager.java (diff)
Commit 1b5dd867969a673cf82091c6eb119d6996dab567 by nossr50
Use locale instead of hard coded message for pending load on certain commands
Fixes #4391
(commit: 1b5dd86)
The file was modified src/main/java/com/gmail/nossr50/commands/CommandManager.java (diff)
Commit 4b4643f510df45686287e085c4e3666832164219 by nossr50
Message about missing permissions on certain commands no longer hard coded
(commit: 4b4643f)
The file was modified src/main/java/com/gmail/nossr50/commands/CommandManager.java (diff)
Commit f43f3a7fb16b138536e6dff652e3158b0d7f52ff by nossr50
Make ACF aware of the permission nodes for the commands it handles
Fixes #4396
(commit: f43f3a7)
The file was modified src/main/java/com/gmail/nossr50/commands/chat/AdminChatCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/chat/PartyChatCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MobHealthbarUtils.java (diff)
Commit 67f29d52b37a22bcd38250b67a2779eeef05869c by github
Updated bStats (#4384)

Thank you
(commit: 67f29d5)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
Commit 6c5eb72ab4f49b258a9fefdb67e45a0ef8ad366d by nossr50
Fixed an error in bstats where Retro Mode was reported as Standard mode and vice versa
I might be the most dyslexic person ever
(commit: 6c5eb72)
The file was modified src/main/java/com/gmail/nossr50/util/MobHealthbarUtils.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/util/skills/CombatUtils.java (diff)
The file was modified Changelog.txt (diff)
Commit a85fd024b2320ac6d083cbc3d5bc0a3f5175b153 by nossr50
Have correct bStats data point to a new id
(commit: a85fd02)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)