Skip to content
Success

Changes

Summary

  1. Update all locale files to use & codes instead of [[color]] codes (commit: cf6a2e9) (details)
  2. Complete rewrite of Admin & Party chat code (commit: 749c83a) (details)
  3. remove some unwanted code comments (commit: 8372fae) (details)
  4. Fix ArrayIndexOutOfBoundsException for Skill Reset command (commit: e6e9fdc) (details)
  5. Add NMS definition for 1.16.4 (commit: 33287b6) (details)
Commit cf6a2e9e97c97d88b29515889b227faf9d9ff234 by nossr50
Update all locale files to use & codes instead of [[color]] codes
(commit: cf6a2e9)
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 modified src/main/resources/locale/locale_zh_CN.properties (diff)
The file was modified src/main/resources/locale/locale_es.properties (diff)
The file was modified src/main/resources/locale/locale_pl.properties (diff)
The file was modified src/main/resources/locale/locale_cs_CZ.properties (diff)
The file was modified src/main/resources/locale/locale_lt_LT.properties (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_nl.properties (diff)
The file was modified src/main/resources/locale/locale_th_TH.properties (diff)
The file was modified src/main/resources/locale/locale_pt_BR.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/locale/locale_sv.properties (diff)
The file was modified src/main/resources/locale/locale_ko.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/resources/locale/locale_cy.properties (diff)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was modified src/main/resources/locale/locale_zh_TW.properties (diff)
Commit 749c83ac59ab8a5c47a322759fd0ddf7e090b461 by nossr50
Complete rewrite of Admin & Party chat code
There are some API breaks as a result of these rewrites, I tried to keep it minimal, but I'm sure some plugins will need to update.
(commit: 749c83a)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
The file was removedsrc/main/java/com/gmail/nossr50/chat/AdminChatManager.java
The file was modified src/main/java/com/gmail/nossr50/datatypes/party/Party.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/message/AdminChatMessage.java
The file was removedsrc/main/java/com/gmail/nossr50/chat/ChatManagerFactory.java
The file was addedsrc/main/java/com/gmail/nossr50/chat/mailer/PartyChatMailer.java
The file was modified src/main/java/com/gmail/nossr50/commands/party/PartyCommand.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/commands/CommandManager.java
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was removedsrc/main/java/com/gmail/nossr50/commands/chat/ChatCommand.java
The file was modified src/main/java/com/gmail/nossr50/util/commands/CommandRegistrationManager.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/mailer/AdminChatMailer.java
The file was modified src/main/java/com/gmail/nossr50/events/chat/McMMOAdminChatEvent.java (diff)
The file was modified pom.xml (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/mailer/AbstractChatMailer.java
The file was addedsrc/main/java/com/gmail/nossr50/chat/message/PartyChatMessage.java
The file was addedsrc/main/java/com/gmail/nossr50/chat/author/Author.java
The file was modified src/main/java/com/gmail/nossr50/util/TransientMetadataTools.java (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/AprilCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/subskills/acrobatics/Roll.java (diff)
The file was modified src/main/java/com/gmail/nossr50/api/ChatAPI.java (diff)
The file was modified src/main/java/com/gmail/nossr50/events/chat/McMMOChatEvent.java (diff)
The file was modified src/main/java/com/gmail/nossr50/events/chat/McMMOPartyChatEvent.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/author/PartyAuthor.java
The file was removedsrc/main/java/com/gmail/nossr50/datatypes/chat/ChatMode.java
The file was addedsrc/main/java/com/gmail/nossr50/chat/SamePartyPredicate.java
The file was modified src/main/java/com/gmail/nossr50/commands/chat/PartyChatCommand.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/mailer/ChatMailer.java
The file was modified src/main/java/com/gmail/nossr50/util/compat/layers/persistentdata/AbstractPersistentDataLayer.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/TextComponentFactory.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)
The file was modified src/main/java/com/gmail/nossr50/party/PartyManager.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/author/ConsoleAuthor.java
The file was addedsrc/main/java/com/gmail/nossr50/chat/author/AdminAuthor.java
The file was modified src/main/java/com/gmail/nossr50/util/compat/layers/persistentdata/SpigotPersistentDataLayer_1_14.java (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/player/NotificationManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/chat/ChatManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/chat/AdminChatCommand.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/datatypes/chat/ChatChannel.java
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/McMMOMessageType.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/chat/message/AbstractChatMessage.java
The file was addedsrc/main/java/com/gmail/nossr50/chat/message/ChatMessage.java
The file was removedsrc/main/java/com/gmail/nossr50/chat/PartyChatManager.java
Commit 8372fae6f8fc64d38a4ffe990390d78702d391b8 by nossr50
remove some unwanted code comments
(commit: 8372fae)
The file was modified src/main/java/com/gmail/nossr50/commands/CommandManager.java (diff)
Commit e6e9fdca31317a3f6d2f08ca489d03d879bcef97 by nossr50
Fix ArrayIndexOutOfBoundsException for Skill Reset command
(commit: e6e9fdc)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/commands/experience/SkillresetCommand.java (diff)
Commit 33287b650f2f5ff33554736a6fd65813098c9585 by nossr50
Add NMS definition for 1.16.4
(commit: 33287b6)
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/util/nms/NMSVersion.java (diff)