Add back the pc and ac command aliases

This commit is contained in:
nossr50
2020-11-02 14:03:58 -08:00
parent a945e2e6b3
commit 28b6a457f2
3 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import com.gmail.nossr50.mcMMO;
import com.gmail.nossr50.util.player.UserManager;
import org.jetbrains.annotations.NotNull;
@CommandAlias("a|adminchat|achat") //Kept for historical reasons
@CommandAlias("ac|a|adminchat|achat") //Kept for historical reasons
public class AdminChatCommand extends BaseCommand {
private final @NotNull mcMMO pluginRef;

View File

@ -16,7 +16,7 @@ import com.gmail.nossr50.util.player.UserManager;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
@CommandAlias("p|partychat|pchat") //Kept for historical reasons
@CommandAlias("pc|p|partychat|pchat") //Kept for historical reasons
public class PartyChatCommand extends BaseCommand {
private final @NotNull mcMMO pluginRef;