PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
10.04k stars 2.34k forks source link

onTabComplete not complete commands in 1.13.1 #1424

Closed dudullle closed 6 years ago

dudullle commented 6 years ago

Build used : Paper version git-Paper-227 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT)

the "onTableComplete" is raised BUT the autocompletion doesnt appear to the client.

Also not working with the latest version of WaterFall.

Note : It works on Spigot and BungeeCord

zachbr commented 6 years ago

Cannot reproduce this. I've got my own plugins that rely on this and they're all working just fine.

If you didn't, test without waterfall and third party plugins or provide some form of additional information so that we can try and look into this further.

electronicboy commented 6 years ago

I'll look into this properly tomorrow, but there is definitely an issue with the patch here, the SuggestionBuilder is being created using the transaction ID as opposed to being passed an actual range

zachbr commented 6 years ago

Please re-test against builds 236+

dudullle commented 6 years ago

It works when i type my command in the console, but not in game. Running build 238

dordsor21 commented 6 years ago

Same issue for me, running paper 265.

No issues when using latest spigot for 1.13.1 or when executing commands via console.

dudullle commented 6 years ago

Still not working in build 299

BillyGalbreath commented 6 years ago

I can't reproduce this.. It's got to be a bug in the proxy you are using.

dudullle commented 6 years ago

Not working without proxy ... and sometimes, when i press tab, playernames are displayed like this : "Dudullle/tpa Du"

Foorcee commented 6 years ago

set the tab spam limiter in waterfall.yml to 0 ?

dudullle commented 6 years ago

Working in build 335+