You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/paper/dev/api/commands.mdx
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,42 @@ For now, you can find specific examples of arguments, among other things, on the
124
124
Custom arguments can be created by implementing the <Javadocname={"io.papermc.paper.command.brigadier.argument.CustomArgumentType"}>CustomArgumentType</Javadoc>
125
125
interface. See the Javadocs for more information on how they work.
126
126
127
+
### Command suggestions
128
+
129
+
Custom command suggestions can be supplied by either overriding the
0 commit comments