Tab-Complete not working for multiple pattern in command
PierreSchwang opened this issue ยท 1 comments
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
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
Introduced with ef61ecc
mb, duplicate of #1509