NEZNAMY / TAB

"That" TAB plugin.
Apache License 2.0
903 stars 245 forks source link

Bedrock scoreboard #1343

Closed chelminski closed 3 months ago

chelminski commented 3 months ago

TAB version

TAB.v4.1.6

Software causing compatibility issue

Geyser (Bungee) Build #625 · 27.07.2024; (latest)

Additional info

Scoreboard does not work properly for players using the pocket edition.

What bedrock players see:

image

What java players see:

image

Checklist

NEZNAMY commented 3 months ago

Are you 100% sure you read https://github.com/NEZNAMY/TAB/wiki/Additional-information#bedrock-compatibility ? Your floodgate is not even configured correctly.

chelminski commented 3 months ago

I didn't actually read it :(, I just checked the checkbox 😅. I'll just create a different layout for the bedrock players because I don't use floodgate. Thank you for your help.

NEZNAMY commented 3 months ago

How else are you allowing bedrock players? Isn't it a required dependency for geyser? You can just set use-numbers: true in scoreboard to fix it as well.

chelminski commented 3 months ago

My server works offline. Players have their profiles created on our website with a chosen login. They can log in to the game from java and bedrock using their login and password.

Actually adding use-numbers: true fixed the issue. Thx.