mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-31 10:01:45 +02:00
Remove some BungeeCord/Velocity command aliases
This commit is contained in:
@@ -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(
|
||||
|
@@ -39,7 +39,7 @@ import java.util.List;
|
||||
public class VelocityCommandExecutor extends CommandManager implements RawCommand {
|
||||
/* The command aliases */
|
||||
private static final String PRIMARY_ALIAS = "luckpermsvelocity";
|
||||
private static final String[] ALIASES = {"lpv", "vperm", "vperms", "vpermission", "vpermissions"};
|
||||
private static final String[] ALIASES = {"lpv"};
|
||||
|
||||
/* The command aliases, prefixed with '/' */
|
||||
private static final String SLASH_PRIMARY_ALIAS = "/luckpermsvelocity";
|
||||
|
Reference in New Issue
Block a user