We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e04a81 commit c0d3b9cCopy full SHA for c0d3b9c
getting-started.md
@@ -115,7 +115,7 @@ Non-complex commands can be created with little effort using built-in API.
115
local Bukkit = import("org.bukkit.Bukkit")
116
117
-- Function to handle command tab-completion.
118
-function onTabComplete(sender, alias, args)
+function onTabComplete(sender, args)
119
-- No suggestions will be shown for this command.
120
return {}
121
end
0 commit comments