Skip to content

Commit

Permalink
Reworking command tab-completion system
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Feb 5, 2023
1 parent f017930 commit f0e1258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private void registerCommands() {
commandManager.registerCommand(new UserCommands());
commandManager.registerCommand(new SetupCommands());
}

/**
* This method checks if FAWE (FastAsyncWorldEdit) is installed.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void mwCommand(CommandSender sender) {
sendHelpMessage(sender, "mw.debug", "/mw debug", "Show debug info.");
sendHelpMessage(sender, "mw.restartall", "/mw restartall", "Restart all games.");

sendHelpMessage(sender, "mw.setup", "/mw setup <main|lobby|arena> <value> <set|teleport> [lobby]", "Setup the MW Locations or the lobby/arena locations.");
sendHelpMessage(sender, "mw.setup", "/mw setup <main|lobby|arena> <value> <set|teleport> [lobby]", "Setup the MW locations or the lobby/arena locations.");
}

@Subcommand("listgames|list|games")
Expand Down

0 comments on commit f0e1258

Please sign in to comment.