Advertisement
Guest User

log

a guest
Jul 10th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. [19:59:21] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  2. [19:59:23] [main/INFO]: Reloading ResourceManager: Default, bukkit, VanillaTweaks_d357189_UNZIP_ME, afk display v1.0.1.zip, armour statues v2.7.0.zip, count mob deaths v1.0.0.zip, double shulker shells v1.2.0.zip, dragon drops v1.2.0.zip, more mob heads v2.6.1.zip, multiplayer sleep v1.0.1.zip, player graves v1.6.1.zip, player head drops v1.0.0.zip, silence mobs v1.0.0.zip, wandering trades v1.2.1.zip, coordinates hud v1.1.2.zip, custom villager shops v1.1.0.zip
  3. [19:59:25] [Server-Worker-2/ERROR]: Couldn't parse data file minecraft:gameplay/fishing from minecraft:loot_tables/gameplay/fishing.json
  4. com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 25 column 8 path $.pools[0].entries[3]
  5. at net.minecraft.server.v1_16_R1.ChatDeserializer.a(SourceFile:495) ~[patched_1.16.1.jar:git-Paper-86]
  6. at net.minecraft.server.v1_16_R1.ChatDeserializer.a(SourceFile:532) ~[patched_1.16.1.jar:git-Paper-86]
  7. at net.minecraft.server.v1_16_R1.ResourceDataJson.b(SourceFile:47) ~[patched_1.16.1.jar:git-Paper-86]
  8. at net.minecraft.server.v1_16_R1.LootTableRegistry.b(LootTableRegistry.java:13) ~[patched_1.16.1.jar:git-Paper-86]
  9. at net.minecraft.server.v1_16_R1.ResourceDataAbstract.a(SourceFile:11) ~[patched_1.16.1.jar:git-Paper-86]
  10. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_212]
  11. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  12. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  13. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  14. Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 25 column 8 path $.pools[0].entries[3]
  15. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[patched_1.16.1.jar:git-Paper-86]
  16. at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[patched_1.16.1.jar:git-Paper-86]
  17. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:560) ~[patched_1.16.1.jar:git-Paper-86]
  18. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[patched_1.16.1.jar:git-Paper-86]
  19. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:730) ~[patched_1.16.1.jar:git-Paper-86]
  20. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[patched_1.16.1.jar:git-Paper-86]
  21. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[patched_1.16.1.jar:git-Paper-86]
  22. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[patched_1.16.1.jar:git-Paper-86]
  23. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[patched_1.16.1.jar:git-Paper-86]
  24. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[patched_1.16.1.jar:git-Paper-86]
  25. at net.minecraft.server.v1_16_R1.ChatDeserializer.a(SourceFile:493) ~[patched_1.16.1.jar:git-Paper-86]
  26. ... 8 more
  27. [19:59:27] [Server-Worker-2/ERROR]: Couldn't load entity_type tag md:hostile_mobs as it is missing following references: minecraft:zombie_pigman (from count mob deaths v1.0.0.zip)
  28. [19:59:27] [Server-Worker-2/INFO]: Loaded 7 recipes
  29. [19:59:27] [Server-Worker-2/ERROR]: Failed to load function md:count_mobs
  30. java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 34: Invalid or unknown entity type 'minecraft:zombie_pigman' at position 19: ...s @e[type=<--[HERE]
  31. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_212]
  32. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_212]
  33. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592) ~[?:1.8.0_212]
  34. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  35. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  36. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  37. Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 34: Invalid or unknown entity type 'minecraft:zombie_pigman' at position 19: ...s @e[type=<--[HERE]
  38. at net.minecraft.server.v1_16_R1.CustomFunction.a(CustomFunction.java:69) ~[patched_1.16.1.jar:git-Paper-86]
  39. at net.minecraft.server.v1_16_R1.CustomFunctionManager.a(SourceFile:84) ~[patched_1.16.1.jar:git-Paper-86]
  40. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_212]
  41. ... 3 more
  42. [19:59:30] [Server thread/INFO]: Starting minecraft server version 1.16.1
  43. [19:59:30] [Server thread/INFO]: Loading properties
  44. [19:59:32] [Server thread/INFO]: This server is running Paper version git-Paper-86 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
  45. [19:59:32] [Server thread/ERROR]: Encountered an unexpected exception
  46. java.lang.NullPointerException: null
  47. at net.minecraft.server.v1_16_R1.JsonList.load(JsonList.java:192) ~[patched_1.16.1.jar:git-Paper-86]
  48. at net.minecraft.server.v1_16_R1.DedicatedPlayerList.y(SourceFile:95) ~[patched_1.16.1.jar:git-Paper-86]
  49. at net.minecraft.server.v1_16_R1.DedicatedPlayerList.<init>(SourceFile:22) ~[patched_1.16.1.jar:git-Paper-86]
  50. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:159) ~[patched_1.16.1.jar:git-Paper-86]
  51. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940) ~[patched_1.16.1.jar:git-Paper-86]
  52. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-86]
  53. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  54. [19:59:32] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/server/./crash-reports/crash-2020-07-10_19.59.32-server.txt
  55. [19:59:32] [Server thread/INFO]: Stopping server (Ignore any thread death message you see! - DO NOT REPORT THREAD DEATH TO PAPER)
  56. [19:59:32] [Server thread/INFO]: Saving worlds
  57. [19:59:32] [Server thread/INFO]: Flushing Chunk IO
  58. [19:59:32] [Server thread/INFO]: Closing Thread Pool
  59. [19:59:32] [Server thread/INFO]: Closing Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement