mirror of
https://github.com/aikar/commands.git
synced 2026-06-16 12:20:36 +00:00
ae87e7440a
Just add ", c" to your registerCompletion handler:
commandManager.getCommandCompletions().registerCompletion("test", (sender, config, input, c) -> {
});