CommandAPI
CommandAPI copied to clipboard
A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
### CommandAPI version 9.20 ### Minecraft version 1.20.1 ### Are you shading the CommandAPI? Yes ### What I did - I added all the prerequisites for CommandAPI & everything is...
### Documentation URL https://commandapi.jorel.dev/9.2.0/tooltips.html ### What the documentation currently says ```java StringTooltip none(String suggestion); StringTooltip ofString(String suggestion, String tooltip); StringTooltip ofMessage(String suggestion, Message tooltip); StringTooltip ofBaseComponents(String suggestion, BaseComponent... tooltip); StringTooltip...
### CommandAPI version 9.2.0 ### Minecraft version 1.19.4 Running Paper git-Paper-524 (MC: 1.19.4) (Git: 9846d0d) ### Are you shading the CommandAPI? Yes ### What I did Using the below test...
### CommandAPI version 9.2.0 ### Minecraft version 1.20.1 ### Are you shading the CommandAPI? Yes ### What I did I attempted to run the following command on a Paper server...
### CommandAPI version 9.0.3 ### Minecraft version 1.19.3 ### Are you shading the CommandAPI? Yes ### What I did - I registered a command with a requirement that could not...
This PR adds a "delayed commands" example project to resolve #451. After [some discussion on Discord](https://discord.com/channels/745416925924032523/745419648970784821/1116325766423138365), the general idea was that the CommandAPI is focused on providing an interface to...
### Documentation URL https://commandapi.jorel.dev/javadocs/html/annotated.html ### What the documentation currently says ### Proposed fix Stuff in these missing areas that describe what the classes/packages do:
### Description This suggestion comes from a common question on the CommandAPI Discord. Most recently, a [comment from Lear](https://discord.com/channels/745416925924032523/745757702608912556/1142062958801866752) reminded me of this, but there have also been ideas from...
Suggestions filtering for namespaced keys and locations when replacing suggestions works differently
### CommandAPI version 9.0.4 ### Minecraft version 1.20.1 ### Are you shading the CommandAPI? Yes ### What I did This issue was originally reported by [Zoom on the CommandAPI discord](https://discord.com/channels/745416925924032523/745757702608912556/1138130603368255611)....
### CommandAPI version 9.0.4-SNAPSHOT ### Minecraft version 1.20.1 ### Are you shading the CommandAPI? Yes ### What I did I registered this `test` command in `onEnable`: ```java new CommandAPICommand("test") .executesNative((sender,...