Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

The disabled-commands option in Essentials affects TAB-completion for Minecraft commands.

Open Huge-mistake opened this issue 5 months ago • 2 comments

Type of bug

Compatibility issue, Other unexpected behaviour

/ess dump all output

https://essentialsx.net/dump.html?bytebin=rNVlxPWeFb

Error log (if applicable)

No response

Bug description

/kill @e[ty is incorrectly TAB-auto-completed as /kill type=

Steps to reproduce

(Essentials config.yml)

disabled-commands: - kill - give

Then, in-game, type the command /kill @e[ty and press TAB to trigger auto-completion; you'll see it incorrectly replaced with /kill type=.

Image

Image

Expected behaviour

The command /kill @e[ty should auto-complete to /kill @e[type=.

Actual behaviour

The command /kill @e[ty is incorrectly auto-completed as /kill type=.

Additional Information

When the server doesn’t have Essentials installed, command TAB-completion works normally.

Huge-mistake avatar Jul 30 '25 12:07 Huge-mistake

Confirmed as an upstream issue in Paper, I'll be sending them a fix

JRoy avatar Sep 01 '25 12:09 JRoy

Try using /minecraft:kill

axxecc avatar Oct 03 '25 16:10 axxecc