FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Tab-Complete not working for multiple pattern in command

PierreSchwang opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.18.2

Describe the bug

When trying to tabcomplete multiple pattern in a command, it'll not work

Works: //set green_<TAB> (e.g. green_wool)
Doesn't work: //set stone,green_<TAB> (should suggest green_wool etc, but doesnt)

To Reproduce

tab-complete a pattern value, by seperating multiple patterns with a comma

Expected behaviour

Suggest pattern

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

/

Fawe Version

Anything after 1.17 #403 incl 2.0.x

Checklist

Anything else?

Introduced with ef61ecc

commented

mb, duplicate of #1509