FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

brush unbind has no tab completion

Open SecretlyJealous opened this issue 3 years ago • 1 comments

Server Implementation

Paper

Server Version

1.19.1

Describe the bug

When using a brush FAWE tells the user how to unbind the brush by using /brush unbind but there is no tab completion for this. 2022-08-02_16 36 17

To Reproduce

  1. Do /brush unbind

Expected behaviour

Tab completion should work, just like it works with /brush none

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/a755e2984c3849489c52c0a16cbcedec

Fawe Version

FastAsyncWorldEdit version 2.4.2;8414e64

Checklist

  • [X] I have included a Fawe debugpaste.
  • [X] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.

Anything else?

No response

SecretlyJealous avatar Aug 02 '22 15:08 SecretlyJealous

The root of the issue is that aliases are not considered for tab completion in brush/tool (and other "subcommand") command classes

dordsor21 avatar Oct 08 '22 12:10 dordsor21