SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.56k stars 1.1k forks source link

Automatic hexadecimal to decimal conversion inside config.yml #3370

Closed voltration closed 1 week ago

voltration commented 2 years ago

Bungeecord version

git:BungeeCord-Bootstrap:1.19-R0.1-SNAPSHOT:78ca16d:1656

Server version

1.19

Client version

1.19

Bungeecord plugins

Not related

The bug

Inside config.yml there will be a section where you can apply ranks to players, however if this players name is hexadecimal it will be converted to decimal when starting the server.

Before the boot:

groups:
  0x766f6c74:
  - admin

After the boot:

groups:
  1987013748:
  - admin

While this isnt a critical bug, it sucks for those who have hexadecimal as their name.

Log output (links)

No response

Checking

md-5 commented 2 years ago

Put it in quote marks

voltration commented 2 years ago

Put it in quote marks

What should I put in quote marks?

md-5 commented 2 years ago

The username