mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-14 22:56:27 +01:00
Update ChestLinkCommand.java
Removed unused command
This commit is contained in:
parent
0bc7a09cc4
commit
d5a4e0be85
@ -31,8 +31,7 @@ public class ChestLinkCommand extends ServerCommand {
|
||||
REMOVE("/chestlink remove <Group>", "Delete a ChestLink and drop its inventory at your feet!"),
|
||||
RENAME("/chestlink rename <group> <new-name>","Rename a ChestLink."),
|
||||
SETPUBLIC("/chestlink setpublic <group> <true/false>", "Set a ChestLink to be accessible by anyone."),
|
||||
SORT("/chestlink sort <group> <sort-method>","Set the sorting option for the given ChestLink."),
|
||||
AUTOCRAFT("autocraft","craft");
|
||||
SORT("/chestlink sort <group> <sort-method>","Set the sorting option for the given ChestLink.");
|
||||
|
||||
String description, commandHelp;
|
||||
static List<String> valuesList;
|
||||
|
Loading…
Reference in New Issue
Block a user