mojira.dev
MC-268672

Text Displays Not Working Properly

When creating a display whether its from block display studio or in-game, I will receive an error that a text display failed to parse. Ive linked the error using bukkitdev's paste forms.

https://dev.bukkit.org/paste/bd955c0e

[18.02 15:31:28] [Server] [WARN] Failed to parse display entity text {"text":"STOP","color":"#FFFFFF","bold":"true","italic":"false","underlined":"false","strikethrough":"false","font":"minecraft:uniform"}
[18.02 15:31:28] [Server] com.google.gson.JsonParseExceptionNot a boolean: "false"; Not a boolean: "false"; Not a boolean: "false"; Not a boolean: "true"
[18.02 15:31:28] [Server] 	at net.minecraft.Util.getOrThrow(Util.java:879) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.network.chat.Component$Serializer.deserialize(Component.java:291) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.network.chat.Component$Serializer.fromJson(Component.java:310) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.Display$TextDisplay.readAdditionalSaveData(Display.java:892) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.Entity.load(Entity.java:2551) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.lambda$create$5(EntityType.java:600) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.Util.ifElse(Util.java:457) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.create(EntityType.java:596) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.create(EntityType.java:592) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.loadStaticEntity(EntityType.java:683) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.loadEntityRecursive(EntityType.java:626) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.lambda$loadEntityRecursive$7(EntityType.java:631) ~[?:?]
[18.02 15:31:28] [Server] 	at java.util.Optional.map(Optional.java:260) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.entity.EntityType.loadEntityRecursive(EntityType.java:626) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.server.commands.SummonCommand.createEntity(SummonCommand.java:58) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.server.commands.SummonCommand.spawnEntity(SummonCommand.java:81) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.server.commands.SummonCommand.lambda$register$3(SummonCommand.java:44) ~[?:?]
[18.02 15:31:28] [Server] 	at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73) ~[brigadier-1.2.9.jar:?]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:32) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:19) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.execution.CommandQueueEntry.a(CommandQueueEntry.java:5) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:101) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:434) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.Commands.performCommand(Commands.java:336) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.Commands.performPrefixedCommand(Commands.java:318) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.commands.Commands.dispatchServerCommand(Commands.java:307) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.level.BaseCommandBlock.performCommand(BaseCommandBlock.java:133) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.level.block.CommandBlock.execute(CommandBlock.java:134) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.level.block.CommandBlock.tick(CommandBlock.java:121) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.tick(BlockBehaviour.java:1276) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.server.level.ServerLevel.tickBlock(ServerLevel.java:1357) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.ticks.LevelTicks.runCollectedTicks(LevelTicks.java:197) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.world.ticks.LevelTicks.tick(LevelTicks.java:94) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:852) ~[?:?]
[18.02 15:31:28] [Server] 	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1714) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1515) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1216) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-405]
[18.02 15:31:28] [Server] 	at java.lang.Thread.run(Thread.java:833) ~[?:?]

Comments 2

Thank you for your report!
However, this issue is Invalid.

Your game, launcher or server is modified.
If you can reproduce the issue in a vanilla environment, please recreate the issue.

  • Any non-standard client/server/launcher build needs to be taken up with the appropriate team, not Mojang.

  • A world which had previously been opened with a modified client might be corrupted. Please try reproducing the issue in a newly generated world.

  • Any plugin issues need to be addressed to the creator of the plugin or resource pack.

  • If you have problems on large servers like Hypixel, please contact them first as they run modified server software.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

To fix this, you probably need to remove the quotes around "true" and "false"

Tyler Brennan

(Unassigned)

Unconfirmed

(Unassigned)

1.20.4

Retrieved