Advertisement
SoniaK

Chestput

Apr 9th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. 09.04 07:53:29 [Server] WARN [BetonQuest] Plugin BetonQuest v1.12-dev#884 generated an exception while executing task 84802
  2. 09.04 07:53:29 [Server] INFO java.lang.RuntimeException: Failed to read BlockState at: world: world location: (14517, 66, -10428)
  3. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftBlockEntityState.<init>(CraftBlockEntityState.java:48) ~[patched_1.15.2.jar:git-Paper-105]
  4. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftContainer.<init>(CraftContainer.java:13) ~[patched_1.15.2.jar:git-Paper-105]
  5. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftLootable.<init>(CraftLootable.java:17) ~[patched_1.15.2.jar:git-Paper-105]
  6. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftChest.<init>(CraftChest.java:19) ~[patched_1.15.2.jar:git-Paper-105]
  7. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftBlock.getState0(CraftBlock.java:344) ~[patched_1.15.2.jar:git-Paper-105]
  8. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftBlock.getState(CraftBlock.java:319) ~[patched_1.15.2.jar:git-Paper-105]
  9. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftBlock.getState(CraftBlock.java:313) ~[patched_1.15.2.jar:git-Paper-105]
  10. 09.04 07:53:29 [Server] INFO at pl.betoncraft.betonquest.events.ChestGiveEvent.run(ChestGiveEvent.java:56) ~[?:?]
  11. 09.04 07:53:29 [Server] INFO at pl.betoncraft.betonquest.api.QuestEvent.fire(QuestEvent.java:143) ~[?:?]
  12. 09.04 07:53:29 [Server] INFO at pl.betoncraft.betonquest.BetonQuest.event(BetonQuest.java:335) ~[?:?]
  13. 09.04 07:53:29 [Server] INFO at pl.betoncraft.betonquest.conversation.Conversation$OptionPrinter.run(Conversation.java:664) ~[?:?]
  14. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-105]
  15. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-105]
  16. 09.04 07:53:29 [Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-105]
  17. 09.04 07:53:29 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_101]
  18. 09.04 07:53:29 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_101]
  19. 09.04 07:53:29 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  20. 09.04 07:53:29 [Server] INFO Caused by: java.lang.IllegalStateException: Tile is null, asynchronous access? CraftBlock{pos=BlockPosition{x=14517, y=66, z=-10428},type=CHEST,data=Block{minecraft:chest}[facing=west,type=single,waterlogged=false],fluid=net.minecraft.server.v1_15_R1.FluidTypeEmpty@72ef8d15}
  21. 09.04 07:53:29 [Server] INFO at com.google.common.base.Preconditions.checkState(Preconditions.java:444) ~[patched_1.15.2.jar:git-Paper-105]
  22. 09.04 07:53:29 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.block.CraftBlockEntityState.<init>(CraftBlockEntityState.java:29) ~[patched_1.15.2.jar:git-Paper-105]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement