1 parent 4e15148 commit bd2ae9fCopy full SHA for bd2ae9f
1 file changed
multiworld-bukkit/src/main/java/com/dev7ex/multiworld/command/WorldCommand.java
@@ -37,6 +37,7 @@ public WorldCommand(final MultiWorldPlugin plugin) {
37
super.registerSubCommand(new HelpCommand(plugin));
38
super.registerSubCommand(new ImportCommand(plugin));
39
super.registerSubCommand(new InfoCommand(plugin));
40
+ super.registerSubCommand(new LinkCommand(plugin));
41
super.registerSubCommand(new ListCommand(plugin));
42
super.registerSubCommand(new LoadCommand(plugin));
43
super.registerSubCommand(new ReloadCommand(plugin));
0 commit comments