Skip to content
Success

Changes

Summary

  1. Adding back some missing colors (commit: 7c5ebb9) (details)
  2. Swords Counter-Attacks no longer require blocking (commit: fb8213d) (details)
  3. Treasure Hunter (Exc.) is now Archaelogy, retro mode now scales up (commit: 97670f1) (details)
  4. Updating strings related to Archaeology (commit: 657e66f) (details)
  5. mcrank now works again with scoreboards disabled (commit: 4f3174c) (details)
  6. "mcmmo help" command no longer shows players the category for admin type (commit: 11461cc) (details)
Commit 7c5ebb990239bcfa06f89c2e2fff58e243bd803c by nossr50
Adding back some missing colors
(commit: 7c5ebb9)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
Commit fb8213d87c7dd00b5b35e180af099e105040665b by nossr50
Swords Counter-Attacks no longer require blocking
(commit: fb8213d)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/config/AdvancedConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/swords/Swords.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/swords/SwordsManager.java (diff)
The file was modified src/main/resources/advanced.yml (diff)
Commit 97670f14d18b17abbdc6a82986c807a2ad4c186b by nossr50
Treasure Hunter (Exc.) is now Archaelogy, retro mode now scales up
treasure drop level requirements by 10, the default file has been edited
to reflect this change, I recommend regenerating your treasures.yml by
deleting it for now
(commit: 97670f1)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/ExcavationCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/SubSkillType.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/treasure/Treasure.java (diff)
The file was modified src/main/resources/treasures.yml (diff)
The file was modified src/main/resources/skillranks.yml (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/skills/PrimarySkillType.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/excavation/ExcavationManager.java (diff)
The file was modified Changelog.txt (diff)
Commit 657e66f3c52a581f703818aeb3937df8d678e70b by nossr50
Updating strings related to Archaeology
(commit: 657e66f)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
Commit 4f3174c68b6c3d788ec73bade168613784cd8e67 by nossr50
mcrank now works again with scoreboards disabled
(commit: 4f3174c)
The file was modified src/main/java/com/gmail/nossr50/commands/player/McrankCommand.java (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
Commit 11461cc220947fb10a1554b1e8080825655194d9 by nossr50
"mcmmo help" command no longer shows players the category for admin type
commands if they lack permissions for said commands
(commit: 11461cc)
The file was modified src/main/java/com/gmail/nossr50/commands/McmmoCommand.java (diff)
The file was modified Changelog.txt (diff)