Renamed party things to not conflict with mcmmo hopefully

This commit is contained in:
2021-08-08 12:46:56 +02:00
parent 7a4bc0eeb4
commit 30cc4b3ead
4 changed files with 7 additions and 7 deletions
@@ -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));