cloud icon indicating copy to clipboard operation
cloud copied to clipboard

BUG: Commands/Alias with another slash on the front

Open TheMeinerLP opened this issue 2 years ago • 0 comments

Use case: If you will create like worldedit commands //schematic like you need currently to create X methods for each alias. Cloud can't current support this on a command method annotation:

@CommandMethod("/schematic|/schem save <filename> [format]")
@CommandPermission("worldedit.schematic.save")
fun saveSchematic(..)

TheMeinerLP avatar Jun 15 '23 06:06 TheMeinerLP