Renamed party things to not conflict with mcmmo hopefully
This commit is contained in:
@@ -48,8 +48,8 @@ public class ChatPlugin extends JavaPlugin {
|
||||
registerCommand("unignore", new Unignore());
|
||||
registerCommand("muteserver", new MuteServer());
|
||||
registerCommand("spy", new Spy());
|
||||
registerCommand("party", new PartyCommand());
|
||||
registerCommand("pc", new PartyChatCommand());
|
||||
registerCommand("chatparty", new ChatParty());
|
||||
registerCommand("pc", new PartyChat());
|
||||
for (Channel channel : Channel.getChannels()) {
|
||||
if (!(channel instanceof CustomChannel customChannel)) continue;
|
||||
this.getServer().getCommandMap().register(channel.getChannelName().toLowerCase(), new ChatChannel(customChannel));
|
||||
|
||||
Reference in New Issue
Block a user