GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.69k stars 674 forks source link

overlapping command enums #3411

Open Superzock3003 opened 1 year ago

Superzock3003 commented 1 year ago

Describe the bug

The rain enum element that is defined in weather command overlaps to other commands where enums are used

To Reproduce

  1. install Luckperms (or any other plugin that uses brigadier for command completion)
  2. type /lp user rai
  3. now you can see you can tab-complete "rain"

Expected behaviour

rain shouldn't be completeable in Luckperms command although it dosn't define rain as an enum element

Screenshots / Videos

image image

Server Version and Plugins

Unbenannt

Geyser Dump

No response

Geyser Version

2.1.0-SNAPSHOT (git-master-5ddb0ad)

Minecraft: Bedrock Edition Device/Version

1.19.41

Additional Context

No response

onebeastchris commented 1 year ago

does this issue still occur on the latest versions of bedrock + geyser?

Camotoy commented 1 year ago

I would assume it does; this is behavior I've seen.

onebeastchris commented 1 year ago

that's a rip haven't seen it myself yet, I'll see if I can replicate it Can replicate now, no idea how i missed that.