1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 18:32:33 +02:00

Remove some BungeeCord/Velocity command aliases

This commit is contained in:
Luck
2021-03-23 13:45:34 +00:00
parent 2dc6902001
commit f0e1a8f092
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ public class BungeeCommandExecutor extends Command implements TabExecutor {
private static final String NAME = "luckpermsbungee";
/** The command aliases */
private static final String[] ALIASES = {"lpb", "bperm", "bperms", "bpermission", "bpermissions"};
private static final String[] ALIASES = {"lpb"};
/** The main command name + aliases, prefixed with '/' */
private static final String[] SLASH_ALIASES = Stream.concat(