Geyser icon indicating copy to clipboard operation
Geyser copied to clipboard

Signs have a different max length

Open chelminski opened this issue 11 months ago • 3 comments

Describe the bug

I know custom heads don't work on bedrock in inventory. I saw it in the "limitations" tab. What happened to the signs, can it be repaired somehow? Is there any chance of adding support for custom heads placed?

To Reproduce

  1. Place a sign and fill it with text.
  2. Place custom heads

Expected behaviour

Correct display of plates and heads

Screenshots / Videos

JAVA: image

BEDROCK: image

Server Version and Plugins

CraftBukkit version 3870-Spigot-d2eba2c-78796c9 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT

Geyser Dump

No response

Geyser Version

On proxy - bungeecord fork - Geyser 2.2.0-SNAPSHOT (git-master-69f89ed) (Java: 1.20, Bedrock: 1.20.0/1.20.1 - 1.20.30)

Minecraft: Bedrock Edition Device/Version

No response

Additional Context

No response

chelminski avatar Sep 18 '23 21:09 chelminski

We have a workaround you could use for this that makes individual heads into custom blocks, thereby showing their texture. See https://wiki.geysermc.org/geyser/custom-skulls/#custom-skullsyml for how to use it

onebeastchris avatar Sep 20 '23 16:09 onebeastchris

Leaving open for the sign issue, although unsure if we're able to fix this.

onebeastchris avatar Sep 20 '23 16:09 onebeastchris

This is nearly intended behaviour, at least currently.

If the text is some sort of readable text, it might be preferable to wrap the text, as you can see in these images. Otherwise, if it's just bordering, it would be better to truncate it.

There's no way of knowing which case it is. And implementing a config option would really suck.

Konicai avatar Sep 29 '23 21:09 Konicai

Closing this issue in favor of it being documented on our current limitations page: https://wiki.geysermc.org/geyser/current-limitations/

onebeastchris avatar Jun 05 '24 22:06 onebeastchris