Tabcomplete for Fawe doesn't work!
supermem99 opened this issue ยท 6 comments
Server Implementation
Paper
Server Version
1.18.1
Describe the bug
Tab complete doesn't work if I type fawe commands.
It will be colored red, like the command don't exist.
To Reproduce
- Type in a fawe command like //walls
- it will show red colored with text unknown command
- entering the command
- //walls will be executed
Expected behaviour
it should be white colored the command.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/cb6e2c9c593b4853a4d9a51238c1f8b7
Fawe Version
FastAsyncWorledit version 2.0.0-SNAPSHOT-15;28079e8
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?
It was since 1.17
Could be related to PaperMC/Paper#6936
Could be related to PaperMC/Paper#6936
No, the JVM bug only affects systems that run on explicit 1 core.
Looks like you simply have no permission to access the commands. Check with your permission plugin.
No, the JVM bug only affects systems that run on explicit 1 core.
Oh, okay - Had the problem as well in another plugin SourceWriters/SmoothTimber#20
Oh, okay - Had the problem as well in another plugin SourceWriters/SmoothTimber#20
If the flag does nothing, you are not running into the bug. Also paper implemented a workaround for it afaik if you are on an early version of 1.18.
Improper tab completion often boil down to wrong permission handling at runtime, considering it always effects people using non-standard permission plugins, e.g. something different than LuckPerms.