CommandAPI icon indicating copy to clipboard operation
CommandAPI copied to clipboard

A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13

Results 109 CommandAPI issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

documentation

### 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...

bug

### 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...

bug

### 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...

bug

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:

documentation

### 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...

enhancement

### 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)....

bug
enhancement

### 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,...

bug