mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 14:21:56 +00:00
ae87e7440a
Just add ", c" to your registerCompletion handler:
commandManager.getCommandCompletions().registerCompletion("test", (sender, config, input, c) -> {
});