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

### Description The current Kotlin DSL requires casts, so it is not type-safe. We can't get the most out of Kotlin. > ```kotlin > commandTree("sendmessageto") { > playerArgument("player") { >...

enhancement

### CommandAPI version 9.4.1 ### Minecraft version 1.20.2 ### Are you shading the CommandAPI? No ### What I did - I wrote this in the configuration : ```yaml - LuckPerms:...

bug

### Documentation URL https://commandapi.jorel.dev/9.5.0/argumentsuggestions.html#the-argumentsuggestions-interface ### What the documentation currently says ![image](https://github.com/JorelAli/CommandAPI/assets/126462578/b19fc1f9-1e5f-42e5-95ea-76caf569a9ba) ### Proposed fix add ArgumentSuggestions stringCollection(Collection collection); ArgumentSuggestions stringCollectionAsync(Collection collection);

documentation
implemented for next release

### Documentation URL https://commandapi.jorel.dev/9.5.0/setup_shading.html#shading-with-gradle ### What the documentation currently says The documentation declares this: ```groovy plugins { id 'java' id 'com.github.johnrengelman.shadow' version '7.1.2' } ``` This is incompatible with Java...

documentation
implemented for next release

Bumps [ws](https://github.com/websockets/ws) from 8.9.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

### Description A command may have branches that only operators can access or it may only be executed by a player which may lead to some confusion if the help...

enhancement

### CommandAPI version 9.4.2 ### Minecraft version 1.19.4 ### Are you shading the CommandAPI? Yes ### What I did I registered the following command with CommandAPI 9.4.2 and 8.8.0 (whose...

bug

### Description I have been unable to find an implementation of the `@AListArgument` as the annotation equivalent of the `ListArgument`. I searched both the documentation and the (closed) issues but...

enhancement

### CommandAPI version 9.5.3 ### Minecraft version 1.20.6 ### Are you shading the CommandAPI? Yes ### What I did I added @Permission annotation to subcommand with literal argument but it...

bug