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 11.0.0 ### Minecraft version 1.21.4 ### Are you shading the CommandAPI? No ### What I did - I created a custom class that extends CommandTree and then...

bug
implemented for next release

Updates the versions in the bug report issue template. #675 made me realize that the latest Minecraft version available to choose is currently 1.21.4 :P. I also changed the placeholder...

### CommandAPI version 11.0.0 ### Minecraft version 1.21.4 ### Are you shading the CommandAPI? Yes ### What I did I effectively did nothing intentional to induce this issue. This is...

bug

### CommandAPI version 11.0.1-SNAPSHOT ### Minecraft version 1.21.10 ### Are you shading the CommandAPI? Yes ### What I did When using MultiLiteralArgument in CommandAPI 11.0.1-SNAPSHOT (tested on Paper 1.21.10), executing...

bug

### Description The ArgumentSuggestions methods dont have non-nullability marked to them. This means in kotlin, one might think these are nullable, which they are not (NPE). I'll probably impl this...

enhancement

Opening a new PR because the previous one's base was master (previous: https://github.com/CommandAPI/CommandAPI/pull/665)

Also makes core include `jspecify` and `jetbrains-annotations` (because `jspecify` doesn't cover every annotation yet). Only migrated `CommandArguments` to these libraries. Not sure if I correctly included these libraries, I don't...

### Description Even tho there is `CommandArguments#getOptional`, I think `CommandArguments#getOrThrow`-like (`#getUncheckedOrThrow` etc.) would be easier to use and much shorter than whatever this is: `args.getOptionalUnchecked("name").orElseThrow()` ### Expected code basically `CommandArguments#getOrThrow`...

enhancement

### Description Is it possible to add support for BedrockEdition softwares like [Nukkit](https://github.com/CloudburstMC/Nukkit) or [WaterdogPE](https://github.com/WaterdogPE/WaterdogPE) ### Expected code _No response_ ### Extra details _No response_

enhancement