cloud icon indicating copy to clipboard operation
cloud copied to clipboard

Command framework & dispatcher for the JVM

Results 62 cloud issues
Sort by recently updated
recently updated
newest added

When using suggestions provider for greedy string argument, completion method only fires if the argument input does not contain spaces. Tested and confirmed on cloud 1.6.1

bug

enhancement
parser
discord

# Current Behavior When we use the annotations to set argument, the default value from kotlin declaration is not supported. With the current system, the command bellow cannot be executed...

enhancement

Hey, by default minecraft has a / before the command in the usage. Cloud doesn't make it. Maybe you could add this. I am using annotations and the bukkti platform

I left some of the Fabric references in the documentation whilst we are relying on Fabric-API

I am aware of whats written in #75 but I think its incredibly annoying. Maybe it's possible to allow this by excluding brigadier from parsing flags or disable brigadier alltogether...

enhancement

Implements a parser for `BlockData`. This wraps Minecraft's `BlockState` `ArgumentType`. The Brigadier parser we are wrapping can technically parse NBT data in addition to type and properties, but there isn't...

enhancement
minecraft
bukkit
parser

Currently, ArgumentDescriptions have no way to tell who is requesting the description. This is a useful feature for sending different descriptions depending on the person requesting them. For example, a...

If you have a `User` argument, and the user is not currently cached by the JDA, then it will return a user not found error. This can be easily solved...

discord