Skip to content
Success

Changes

Summary

  1. You can now turn off sound effects used by mcMMO (commit: b42b4ca) (details)
  2. mmoinfo command now links to the official wiki (commit: f8b7d5e) (details)
  3. Ability lengths now have a default skill cap at which they stop (commit: 6c77017) (details)
  4. Adding some missing color to party commands (commit: d3765ef) (details)
Commit b42b4cadbe997efdbea880435a211c6560f4286c by nossr50
You can now turn off sound effects used by mcMMO
(commit: b42b4ca)
The file was modified src/main/java/com/gmail/nossr50/config/SoundConfig.java (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)
Commit f8b7d5e10de5d6902b09a49ef3bb944a987f3396 by nossr50
mmoinfo command now links to the official wiki
(commit: f8b7d5e)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/MmoInfoCommand.java (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/util/TextComponentFactory.java (diff)
Commit 6c77017658b8220d2a196b699c687cac40782ae9 by nossr50
Ability lengths now have a default skill cap at which they stop
increasing in length, you can change this in advanced.yml
(commit: 6c77017)
The file was modified src/main/java/com/gmail/nossr50/config/AdvancedConfig.java (diff)
The file was modified src/main/resources/advanced.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)
The file was modified Changelog.txt (diff)
Commit d3765effe086fad7a3ae57e2d156883062785b4a by nossr50
Adding some missing color to party commands
(commit: d3765ef)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)