Skip to content
Success

Changes

Summary

  1. Always use localized names for skills, vs just non-english (commit: 3a4de97) (details)
  2. Fix fishing exploit prevention (commit: 4a5bcaa) (details)
  3. CompatibilityLayer framework (commit: 5984230) (details)
  4. Update EntityListener.java (#4169) (commit: 76536f0) (details)
  5. Combat fix (commit: 145b243) (details)
  6. Less verbose unsupported material warnings (commit: 34fe19e) (details)
  7. New Command mmoxpbar (commit: 2325c4e) (details)
  8. NPE fix (commit: 92c4ddc) (details)
  9. Localize more things (commit: 666729c) (details)
  10. update log (commit: 4a7b43c) (details)
  11. 2.1.126 (commit: 07b838d) (details)
  12. back to work (commit: e6289a0) (details)
  13. child skills can have their xp bars turned on (commit: 239200a) (details)
Commit 3a4de97c9bb3548f2fbb7e1b623b778a9281968e by theboyetronic
Always use localized names for skills, vs just non-english
(commit: 3a4de97)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/PrimarySkillType.java (diff)
Commit 4a5bcaa92d8b26dae7f82df401575351530554bc by josh
Fix fishing exploit prevention
(commit: 4a5bcaa)
The file was modified src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java (diff)
Commit 5984230bf371a9768caa4b519bc2616b36be304b by nossr50
CompatibilityLayer framework
(commit: 5984230)
The file was modified src/main/resources/plugin.yml (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/MinecraftGameVersion.java
The file was addedsrc/main/java/com/gmail/nossr50/commands/admin/CompatibilityCommand.java
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/ServerSoftwareType.java
The file was modified src/main/java/com/gmail/nossr50/skills/swords/SwordsManager.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/version/SimpleNumericVersion.java
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/Platform.java
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/layers/DummyPlayerAttackCooldownExploitPreventionLayer.java
The file was addedsrc/main/java/com/gmail/nossr50/util/nms/NMSVersion.java
The file was modified src/main/java/com/gmail/nossr50/util/commands/CommandRegistrationManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/version/SimpleVersion.java
The file was modified src/main/java/com/gmail/nossr50/events/skills/secondaryabilities/SubSkillEvent.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/PlatformManager.java
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/CompatibilityLayer.java
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/unarmed/UnarmedManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/random/RandomChanceSkill.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/layers/PlayerAttackCooldownMethods.java
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/MajorMinorPatchVersion.java
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/version/NumericVersioned.java
The file was addedsrc/main/java/com/gmail/nossr50/util/nms/NMSConstants.java
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/AbstractPlatform.java
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/layers/PlayerAttackCooldownExploitPreventionLayer.java
The file was modified Changelog.txt (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/CompatibilityManager.java
The file was modified src/main/java/com/gmail/nossr50/util/random/RandomChanceUtil.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/layers/AbstractCompatibilityLayer.java
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/BukkitPlatform.java
The file was modified src/main/java/com/gmail/nossr50/util/random/RandomChanceSkillStatic.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/compat/CompatibilityType.java
The file was modified pom.xml (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/PlatformBuilder.java
The file was addedsrc/main/java/com/gmail/nossr50/util/platform/version/Versioned.java
The file was modified src/main/java/com/gmail/nossr50/skills/axes/AxesManager.java (diff)
Commit 76536f0a18e1cfb807cd5d9dff002e2b1af01b87 by github
Update EntityListener.java (#4169)
Remove debug broadcasts
(commit: 76536f0)
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.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 34fe19e35c229962925506336e4ad835fb5dd3c5 by nossr50
Less verbose unsupported material warnings
(commit: 34fe19e)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/compat/CompatibilityManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/repair/RepairConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modified src/main/resources/locale/locale_ko.properties (diff)
The file was modified src/main/resources/locale/locale_lt_LT.properties (diff)
The file was modified src/main/resources/locale/locale_hu_HU.properties (diff)
The file was modified src/main/resources/locale/locale_ja_JP.properties (diff)
The file was addedsrc/main/java/com/gmail/nossr50/commands/player/XPBarCommand.java
The file was modified src/main/resources/locale/locale_es.properties (diff)
The file was modified src/main/resources/locale/locale_th_TH.properties (diff)
The file was modified src/main/resources/locale/locale_zh_CN.properties (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/locale/locale_cs_CZ.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)
The file was modified src/main/resources/locale/locale_cy.properties (diff)
The file was modified src/main/resources/locale/locale_fi.properties (diff)
The file was modified src/main/resources/locale/locale_da.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/util/experience/ExperienceBarManager.java (diff)
The file was modified src/main/resources/locale/locale_ru.properties (diff)
The file was modified src/main/resources/locale/locale_de.properties (diff)
The file was modified src/main/resources/locale/locale_pt_BR.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/util/commands/CommandRegistrationManager.java (diff)
The file was modified src/main/resources/locale/locale_zh_TW.properties (diff)
The file was modified src/main/resources/locale/locale_fr.properties (diff)
The file was modified src/main/resources/locale/locale_it.properties (diff)
The file was modified src/main/resources/plugin.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.java (diff)
The file was modified src/main/resources/locale/locale_pl.properties (diff)
The file was modified src/main/resources/locale/locale_nl.properties (diff)
The file was modified src/main/resources/locale/locale_sv.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/util/experience/ExperienceBarManager.java (diff)
The file was modified src/main/resources/locale/locale_pl.properties (diff)
The file was modified src/main/resources/locale/locale_es.properties (diff)
The file was modified src/main/resources/locale/locale_th_TH.properties (diff)
The file was modified src/main/resources/locale/locale_nl.properties (diff)
The file was modified src/main/resources/locale/locale_it.properties (diff)
The file was modified src/main/resources/locale/locale_zh_TW.properties (diff)
The file was modified src/main/resources/locale/locale_ru.properties (diff)
The file was modified src/main/resources/locale/locale_hu_HU.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/util/commands/CommandRegistrationManager.java (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified src/main/resources/locale/locale_fr.properties (diff)
The file was modified src/main/resources/locale/locale_da.properties (diff)
The file was modified src/main/resources/locale/locale_cs_CZ.properties (diff)
The file was modified src/main/resources/locale/locale_de.properties (diff)
The file was modified src/main/resources/locale/locale_ja_JP.properties (diff)
The file was modified src/main/resources/locale/locale_ko.properties (diff)
The file was modified src/main/resources/locale/locale_sv.properties (diff)
The file was modified src/main/resources/locale/locale_fi.properties (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/experience/ExperienceCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/player/XPBarCommand.java (diff)
The file was modified src/main/resources/locale/locale_lt_LT.properties (diff)
The file was modified src/main/resources/locale/locale_zh_CN.properties (diff)
The file was modified src/main/resources/locale/locale_cy.properties (diff)
The file was modified src/main/resources/locale/locale_pt_BR.properties (diff)
The file was modified Changelog.txt (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/compat/CompatibilityManager.java (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified pom.xml (diff)
The file was modified pom.xml (diff)
Commit 239200a3d2abd7aca92a4c22c3d96a20847faf16 by nossr50
child skills can have their xp bars turned on
(commit: 239200a)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/experience/ExperienceBarManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)