mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 05:05:22 +01:00
Remove some BungeeCord/Velocity command aliases
This commit is contained in:
parent
2dc6902001
commit
f0e1a8f092
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user