Fix typo
This commit is contained in:
parent
e5038fce31
commit
7128b45ade
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class ServerUtils extends JavaPlugin implements CommandExecutor {
|
||||||
CommandCompletions<BukkitCommandCompletionContext> completions = commandManager.getCommandCompletions();
|
CommandCompletions<BukkitCommandCompletionContext> completions = commandManager.getCommandCompletions();
|
||||||
completions.registerAsyncCompletion("plugins", context -> manager.getPluginNames());
|
completions.registerAsyncCompletion("plugins", context -> manager.getPluginNames());
|
||||||
completions.registerAsyncCompletion("pluginJars", context -> manager.getPluginFileNames());
|
completions.registerAsyncCompletion("pluginJars", context -> manager.getPluginFileNames());
|
||||||
completions.registerAsyncCompletion("supportedConfigs ", context -> CommandServerUtils.getSupportedConfigs());
|
completions.registerAsyncCompletion("supportedConfigs", context -> CommandServerUtils.getSupportedConfigs());
|
||||||
completions.registerAsyncCompletion("commands", context -> {
|
completions.registerAsyncCompletion("commands", context -> {
|
||||||
try {
|
try {
|
||||||
return RCommandMap.getKnownCommands(RCraftServer.getCommandMap()).keySet();
|
return RCommandMap.getKnownCommands(RCraftServer.getCommandMap()).keySet();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue