-
Bug
-
Resolution: Invalid
-
None
-
1.20.4
-
None
-
Unconfirmed
-
(Unassigned)
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) ~[?:?]