mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-23 02:25:26 +01:00
Add an alias.
This commit is contained in:
parent
dfeb73199d
commit
c722bd36a0
@ -29,7 +29,7 @@ public class CommandSerializer {
|
||||
static {
|
||||
commandTypesMap.put(commandPattern("console:"), ConsoleIconCommand.class);
|
||||
commandTypesMap.put(commandPattern("op:"), OpIconCommand.class);
|
||||
commandTypesMap.put(commandPattern("open:"), OpenIconCommand.class);
|
||||
commandTypesMap.put(commandPattern("(open|menu):"), OpenIconCommand.class);
|
||||
commandTypesMap.put(commandPattern("server:?"), ServerIconCommand.class); // The colon is optional.
|
||||
commandTypesMap.put(commandPattern("tell:"), TellIconCommand.class);
|
||||
commandTypesMap.put(commandPattern("broadcast:"), BroadcastIconCommand.class);
|
||||
|
Loading…
Reference in New Issue
Block a user