Skip to content
Success

Changes

Summary

  1. Add missing party chat permission check to the party chat command (commit: 4bac586) (details)
  2. move chat config options from config.yml -> chat.yml (commit: 8856d2b) (details)
  3. Added 'Chat.Channels.Party.Spies.Automatically_Enable_Spying' which allows chat spys to join servers with spying toggled on instead of off (commit: 4494074) (details)
Commit 4bac5862538bbc0a13478393a862de952dee8801 by nossr50
Add missing party chat permission check to the party chat command
(commit: 4bac586)
The file was modified src/main/java/com/gmail/nossr50/commands/CommandManager.java (diff)
Commit 8856d2b071eb0f76e8e9380a80d2c1f5423444d8 by nossr50
move chat config options from config.yml -> chat.yml
(commit: 8856d2b)
The file was modified src/main/java/com/gmail/nossr50/chat/author/AdminAuthor.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/party/Party.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/chat/ChatManager.java (diff)
The file was removedsrc/main/java/com/gmail/nossr50/runnables/party/PartyChatTask.java
The file was modified src/main/java/com/gmail/nossr50/commands/CommandManager.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/config/ChatConfig.java
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/chat/author/PartyAuthor.java (diff)
The file was addedsrc/main/resources/chat.yml
The file was modified src/main/java/com/gmail/nossr50/config/Config.java (diff)
Commit 449407439a88406a263699d7778c7338a4417775 by nossr50
Added 'Chat.Channels.Party.Spies.Automatically_Enable_Spying' which allows chat spys to join servers with spying toggled on instead of off
its a QOL feature for people who are always spying on chat
(commit: 4494074)
The file was modified src/main/java/com/gmail/nossr50/chat/ChatManager.java (diff)
The file was modified src/main/resources/chat.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/config/ChatConfig.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)