Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Commands/Alias with another slash on the front #450

Open
TheMeinerLP opened this issue Jun 15, 2023 · 0 comments · May be fixed by #748
Open

BUG: Commands/Alias with another slash on the front #450

TheMeinerLP opened this issue Jun 15, 2023 · 0 comments · May be fixed by #748
Labels
bug Something isn't working

Comments

@TheMeinerLP
Copy link

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(..)
@Citymonstret Citymonstret added the bug Something isn't working label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants