FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Tabcomplete for Fawe doesn't work!

supermem99 opened this issue ยท 6 comments

commented

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

  1. Type in a fawe command like //walls
  2. it will show red colored with text unknown command
  3. entering the command
  4. //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

Anything else?

It was since 1.17

commented

Could be related to PaperMC/Paper#6936

commented

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.

commented

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

commented

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.

commented

i have * permission, i dont think that it caused by permissionsystem

commented

i have * permission, i dont think that it caused by permissionsystem

Please attempt to replicate it on a fresh server with LuckPerms.