Advertisement
Guest User

Log

a guest
Jun 28th, 2021
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.83 KB | None | 0 0
  1. [15:08:51] [main/INFO]: Reloading ResourceManager: Default, bukkit, bac_advancements, CauldronUpgrade(1.16+)
  2. [15:08:51] [Worker-Main-14/ERROR]: Couldn't parse data file minecraft:beetroot_soup from minecraft:recipes/beetroot_soup.json
  3. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  4. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:495) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  5. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:532) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  6. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:47) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  7. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:21) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  8. at net.minecraft.server.v1_16_R3.ResourceDataAbstract.a(SourceFile:11) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  9. at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_291]
  10. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_291]
  11. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_291]
  12. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_291]
  13. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_291]
  14. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_291]
  15. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  16. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  17. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  18. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  19. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  20. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  21. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  22. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:493) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  23. ... 10 more
  24. [15:08:51] [Worker-Main-10/ERROR]: Couldn't read item tag list boiler:c_activate from boiler:tags/items/c_activate.json in data pack CauldronUpgrade(1.16+)
  25. com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 14 path $.replace
  26. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:495) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  27. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:532) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  28. at net.minecraft.server.v1_16_R3.TagDataPack.a(SourceFile:56) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  29. at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_291]
  30. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_291]
  31. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_291]
  32. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_291]
  33. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_291]
  34. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_291]
  35. Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 14 path $.replace
  36. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  37. at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  38. at com.google.gson.stream.JsonReader.isLiteral(JsonReader.java:751) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  39. at com.google.gson.stream.JsonReader.peekKeyword(JsonReader.java:632) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  40. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:579) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  41. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  42. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  43. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  44. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  45. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  46. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:493) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  47. ... 8 more
  48. [15:08:52] [Worker-Main-14/ERROR]: Couldn't parse data file minecraft:mushroom_stew from minecraft:recipes/mushroom_stew.json
  49. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  50. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:495) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  51. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:532) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  52. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:47) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  53. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:21) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  54. at net.minecraft.server.v1_16_R3.ResourceDataAbstract.a(SourceFile:11) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  55. at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_291]
  56. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_291]
  57. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_291]
  58. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_291]
  59. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_291]
  60. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_291]
  61. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  62. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  63. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  64. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  65. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  66. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  67. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  68. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:493) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  69. ... 10 more
  70. [15:08:52] [Worker-Main-14/ERROR]: Couldn't parse data file minecraft:rabbit_stew from minecraft:recipes/rabbit_stew.json
  71. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  72. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:495) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  73. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:532) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  74. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:47) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  75. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:21) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  76. at net.minecraft.server.v1_16_R3.ResourceDataAbstract.a(SourceFile:11) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  77. at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_291]
  78. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_291]
  79. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_291]
  80. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_291]
  81. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_291]
  82. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_291]
  83. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  84. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  85. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  86. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  87. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  88. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  89. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  90. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:493) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  91. ... 10 more
  92. [15:09:00] [Worker-Main-9/ERROR]: Couldn't parse data file blazeandcave:maze/root from blazeandcave:advancements/maze/root.json
  93. com.google.gson.JsonParseException: java.io.EOFException: End of input at line 1 column 1 path $
  94. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:495) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  95. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:532) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  96. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:47) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  97. at net.minecraft.server.v1_16_R3.ResourceDataJson.b(SourceFile:21) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  98. at net.minecraft.server.v1_16_R3.ResourceDataAbstract.a(SourceFile:11) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  99. at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_291]
  100. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_291]
  101. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_291]
  102. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_291]
  103. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_291]
  104. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_291]
  105. Caused by: java.io.EOFException: End of input at line 1 column 1 path $
  106. at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1393) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  107. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:549) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  108. at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  109. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  110. at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  111. at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  112. at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:493) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  113. ... 10 more
  114. [15:09:04] [Worker-Main-9/INFO]: Loaded 7 recipes
  115. [15:09:05] [Server thread/INFO]: Starting minecraft server version 1.16.5
  116. [15:09:05] [Server thread/INFO]: Loading properties
  117. [15:09:05] [Server thread/INFO]: This server is running CraftBukkit version 3041-Spigot-a25e8ed-6b8cd9a (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  118. [15:09:07] [Server thread/INFO]: Debug logging is disabled
  119. [15:09:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
  120. [15:09:07] [Server thread/INFO]: Using 4 threads for Netty based IO
  121. [15:09:07] [Server thread/INFO]: Default game type: SURVIVAL
  122. [15:09:07] [Server thread/INFO]: Generating keypair
  123. [15:09:07] [Server thread/INFO]: Starting Minecraft server on *:25565
  124. [15:09:07] [Server thread/INFO]: Using default channel type
  125. [15:09:09] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  126. [15:09:11] [Server thread/WARN]: Legacy plugin FlySpeed v2.1.0 does not specify an api-version.
  127. [15:09:11] [Server thread/WARN]: Legacy plugin GlowAPI v1.4.15-SNAPSHOT does not specify an api-version.
  128. [15:09:11] [Server thread/ERROR]: Could not load 'plugins\GlowAPI_v1.4.15-SNAPSHOT.jar' in folder 'plugins'
  129. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/inventivetalent/packetlistener/handler/PacketHandler
  130. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  131. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  132. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  133. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:382) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  134. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  135. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:918) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  136. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  137. at java.lang.Thread.run(Unknown Source) [?:1.8.0_291]
  138. Caused by: java.lang.NoClassDefFoundError: org/inventivetalent/packetlistener/handler/PacketHandler
  139. at org.inventivetalent.glow.GlowPlugin.<init>(GlowPlugin.java:10) ~[?:?]
  140. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_291]
  141. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_291]
  142. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_291]
  143. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_291]
  144. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_291]
  145. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  146. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  147. ... 7 more
  148. Caused by: java.lang.ClassNotFoundException: org.inventivetalent.packetlistener.handler.PacketHandler
  149. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_291]
  150. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  151. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  152. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_291]
  153. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_291]
  154. at org.inventivetalent.glow.GlowPlugin.<init>(GlowPlugin.java:10) ~[?:?]
  155. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_291]
  156. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_291]
  157. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_291]
  158. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_291]
  159. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_291]
  160. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  161. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.16.5.jar:3041-Spigot-a25e8ed-6b8cd9a]
  162. ... 7 more
  163. [15:09:11] [Server thread/WARN]: Legacy plugin PermissionsEx v1.23.4 does not specify an api-version.
  164. [15:09:11] [Server thread/WARN]: Legacy plugin CustomHeads v3.0.2 does not specify an api-version.
  165. [15:09:15] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.35
  166. [15:09:16] [Server thread/INFO]: [FlySpeed] Loading FlySpeed v2.1.0
  167. [15:09:16] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.6
  168. [15:09:16] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
  169. [15:09:16] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0
  170. [15:09:17] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.1.2
  171. [15:09:17] [Server thread/INFO]: [AFKPlus] Loading AFKPlus v3.3.2
  172. [15:09:17] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  173. [15:09:17] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  174. [15:09:17] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.4+5723-e3bfc64
  175. [15:09:18] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@44f76754]
  176. [15:09:18] [Server thread/INFO]: [LampControl] Loading LampControl v4.0.0-SNAPSHOT
  177. [15:09:18] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.6
  178. [15:09:18] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
  179. [15:09:18] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.28-SNAPSHOT (build 2330)
  180. [15:09:18] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.3.0-SNAPSHOT (build 415)
  181. [15:09:18] [Server thread/INFO]: [CustomHeads] Loading CustomHeads v3.0.2
  182. [15:09:18] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.11.0-2fb2bf23
  183. [15:09:18] [Server thread/INFO]: [GSit] Loading GSit v[5.2.0.2]
  184. [15:09:18] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.6
  185. [15:09:18] [Server thread/INFO]: [ModelEngine] Loading ModelEngine vR2.1.6
  186. [15:09:18] [Server thread/INFO]: [CitizensText] Loading CitizensText v1.2
  187. [15:09:18] [Server thread/INFO]: [VarLight] Loading VarLight v1.12.8
  188. [15:09:18] [Server thread/INFO]: [VarLight] Loading VarLight for Minecraft version "1.16.4"
  189. [15:09:18] [Server thread/INFO]: [OpenAudioMc] Loading OpenAudioMc v6.5
  190. [15:09:18] [Server thread/INFO]: [Denizen] Loading Denizen v1.2.1-SNAPSHOT (build 5644-DEV)
  191. [15:09:18] [Server thread/INFO]: [BlockRegen] Loading BlockRegen v3.5.8
  192. [15:09:18] [Server thread/INFO]: [MythicMobsSpawnerGUI] Loading MythicMobsSpawnerGUI v1.7
  193. [15:09:18] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.19.0_BUILD216
  194. [15:09:18] [Server thread/INFO]: New logger inserted: fr.skytasul.quests.QuestsLogger
  195. [15:09:18] [Server thread/INFO]: [BeautyQuestsAddon] Loading BeautyQuestsAddon v1.3
  196. [15:09:18] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.22.0
  197. [15:09:18] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.35
  198. [15:09:18] [Server thread/INFO]:   __ 
  199. [15:09:18] [Server thread/INFO]:  | |__) LuckPerms v5.2.35
  200. [15:09:18] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit
  201. [15:09:18] [Server thread/INFO]: 
  202. [15:09:18] [Server thread/INFO]: [LuckPerms] Loading configuration...
  203. [15:09:18] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  204. [15:09:20] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  205. [15:09:20] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  206. [15:09:20] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2057ms)
  207. [15:09:20] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
  208. [15:09:20] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  209. [15:09:20] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  210. [15:09:20] [Server thread/WARN]: [Vault] Loaded class ru.tehkode.permissions.bukkit.PermissionsEx from PermissionsEx v1.23.4 which is not a depend, softdepend or loadbefore of this plugin.
  211. [15:09:20] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  212. [15:09:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  213. [15:09:20] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  214. [15:09:20] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  215. [15:09:20] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  216. [15:09:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.4+5723-e3bfc64
  217. [15:09:20] [Server thread/WARN]: [WorldEdit] Loaded class ru.tehkode.permissions.PermissionManager from PermissionsEx v1.23.4 which is not a depend, softdepend or loadbefore of this plugin.
  218. [15:09:20] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  219. [15:09:20] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
  220. [15:09:21] [Server thread/INFO]: [WorldEdit] ====================================================
  221. [15:09:21] [Server thread/INFO]: [WorldEdit] WorldEdit works better if you use Paper
  222. [15:09:21] [Server thread/INFO]: [WorldEdit] as your server software.
  223. [15:09:21] [Server thread/INFO]: [WorldEdit]
  224. [15:09:21] [Server thread/INFO]: [WorldEdit] Paper offers significant performance improvements,
  225. [15:09:21] [Server thread/INFO]: [WorldEdit] bug fixes, security enhancements and optional
  226. [15:09:21] [Server thread/INFO]: [WorldEdit] features for server owners to enhance their server.
  227. [15:09:21] [Server thread/INFO]: [WorldEdit]
  228. [15:09:21] [Server thread/INFO]: [WorldEdit] Paper includes Timings v2, which is significantly
  229. [15:09:21] [Server thread/INFO]: [WorldEdit] better at diagnosing lag problems over v1.
  230. [15:09:21] [Server thread/INFO]: [WorldEdit]
  231. [15:09:21] [Server thread/INFO]: [WorldEdit] All of your plugins should still work, and the
  232. [15:09:21] [Server thread/INFO]: [WorldEdit] Paper community will gladly help you fix any issues.
  233. [15:09:21] [Server thread/INFO]: [WorldEdit]
  234. [15:09:21] [Server thread/INFO]: [WorldEdit] Join the Paper Community @ https://papermc.io
  235. [15:09:21] [Server thread/INFO]: [WorldEdit] ====================================================
  236. [15:09:21] [Server thread/INFO]: [VarLight] Enabling VarLight v1.12.8
  237. [15:09:21] [Server thread/INFO]: [VarLight] Using "minecraft:glowstone_dust" as the Light update item.
  238. [15:09:21] [Server thread/INFO]: [VarLight] Persist on world save enabled
  239. [15:09:21] [Server thread/INFO]: Preparing level "world"
  240. [15:09:21] [Server thread/INFO]: -------- World Settings For [world] --------
  241. [15:09:21] [Server thread/INFO]: Mob Spawn Range: 6
  242. [15:09:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  243. [15:09:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  244. [15:09:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  245. [15:09:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  246. [15:09:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  247. [15:09:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  248. [15:09:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  249. [15:09:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  250. [15:09:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  251. [15:09:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
  252. [15:09:21] [Server thread/INFO]: Potato Growth Modifier: 100%
  253. [15:09:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  254. [15:09:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  255. [15:09:21] [Server thread/INFO]: Vine Growth Modifier: 100%
  256. [15:09:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  257. [15:09:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  258. [15:09:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  259. [15:09:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
  260. [15:09:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  261. [15:09:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  262. [15:09:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  263. [15:09:21] [Server thread/INFO]: Item Despawn Rate: 6000
  264. [15:09:21] [Server thread/INFO]: Item Merge Radius: 2.5
  265. [15:09:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  266. [15:09:21] [Server thread/INFO]: View Distance: 10
  267. [15:09:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  268. [15:09:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  269. [15:09:21] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  270. [15:09:21] [Server thread/INFO]: Max TNT Explosions: 100
  271. [15:09:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  272. [15:09:21] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  273. [15:09:22] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  274. [15:09:22] [Server thread/INFO]: Mob Spawn Range: 6
  275. [15:09:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  276. [15:09:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  277. [15:09:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  278. [15:09:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  279. [15:09:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  280. [15:09:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  281. [15:09:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  282. [15:09:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  283. [15:09:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  284. [15:09:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
  285. [15:09:22] [Server thread/INFO]: Potato Growth Modifier: 100%
  286. [15:09:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  287. [15:09:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  288. [15:09:22] [Server thread/INFO]: Vine Growth Modifier: 100%
  289. [15:09:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  290. [15:09:22] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  291. [15:09:22] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  292. [15:09:22] [Server thread/INFO]: Kelp Growth Modifier: 100%
  293. [15:09:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  294. [15:09:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  295. [15:09:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  296. [15:09:22] [Server thread/INFO]: Item Despawn Rate: 6000
  297. [15:09:22] [Server thread/INFO]: Item Merge Radius: 2.5
  298. [15:09:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  299. [15:09:22] [Server thread/INFO]: View Distance: 10
  300. [15:09:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  301. [15:09:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  302. [15:09:22] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  303. [15:09:22] [Server thread/INFO]: Max TNT Explosions: 100
  304. [15:09:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  305. [15:09:22] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  306. [15:09:23] [Server thread/INFO]: Preparing spawn area: 0%
  307. [15:09:23] [Server thread/INFO]: Preparing spawn area: 0%
  308. [15:09:23] [Server thread/INFO]: Preparing spawn area: 0%
  309. [15:09:23] [Server thread/INFO]: Preparing spawn area: 100%
  310. [15:09:24] [Server thread/INFO]: Preparing spawn area: 100%
  311. [15:09:24] [Server thread/INFO]: Time elapsed: 2424 ms
  312. [15:09:24] [Server thread/INFO]: [VarLight] Enabling in World [world]
  313. [15:09:24] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  314. [15:09:25] [Server thread/INFO]: Preparing spawn area: 0%
  315. [15:09:25] [Server thread/INFO]: Preparing spawn area: 0%
  316. [15:09:25] [Server thread/INFO]: Preparing spawn area: 0%
  317. [15:09:25] [Worker-Main-15/INFO]: Preparing spawn area: 83%
  318. [15:09:26] [Worker-Main-10/INFO]: Preparing spawn area: 89%
  319. [15:09:26] [Server thread/INFO]: Time elapsed: 2121 ms
  320. [15:09:26] [Server thread/INFO]: [VarLight] Enabling in World [world_the_end]
  321. [15:09:26] [Server thread/INFO]: [FlySpeed] Enabling FlySpeed v2.1.0
  322. [15:09:26] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.6
  323. [15:09:26] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  324. [15:09:26] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  325. [15:09:26] [Server thread/INFO]: [ClearLag] Loading modules...
  326. [15:09:26] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  327. [15:09:26] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  328. [15:09:26] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  329. [15:09:26] [Thread-16/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
  330. [15:09:26] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.1.2
  331. [15:09:27] [Server thread/INFO]: [ImageOnMap] Loaded 1 player map files.
  332. [15:09:27] [Thread-16/INFO]: [ClearLag] No updates found!
  333. [15:09:28] [Server thread/INFO]: [AFKPlus] Enabling AFKPlus v3.3.2
  334. [15:09:29] [Server thread/INFO]: [AFKPlus] AFKPlus v.3.3.2 has been enabled!
  335. [15:09:29] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  336. [15:09:29] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  337. [15:09:29] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  338. [15:09:29] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  339. [15:09:29] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  340. [15:09:29] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
  341. [15:09:29] [Server thread/INFO]: [LampControl] Enabling LampControl v4.0.0-SNAPSHOT
  342. [15:09:29] [Server thread/WARN]: [LampControl] ====================================================
  343. [15:09:29] [Server thread/WARN]: [LampControl] LampControl works better if you use Paper
  344. [15:09:29] [Server thread/WARN]: [LampControl] as your server software.
  345. [15:09:29] [Server thread/WARN]: [LampControl] ====================================================
  346. [15:09:29] [Server thread/INFO]: MainEnvironment()
  347. [15:09:29] [Server thread/INFO]: [LampControl] §aSuccessfully loaded messages for plugin §eLampControl§a!
  348. [15:09:29] [Server thread/INFO]: [LampControl] §aSelected language: §eEnglish
  349. [15:09:29] [Server thread/INFO]: §8[§eLamp§cControl§8]§r §ahas been loaded! §dWorldEdit §ais:§e true
  350. [15:09:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.6
  351. [15:09:29] [Thread-17/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
  352. [15:09:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  353. [15:09:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
  354. [15:09:29] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  355. [15:09:29] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  356. [15:09:29] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  357. [15:09:29] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  358. [15:09:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  359. [15:09:30] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  360. [15:09:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  361. [15:09:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  362. [15:09:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  363. [15:09:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  364. [15:09:30] [Server thread/INFO]: [WorldGuard] Loading region data...
  365. [15:09:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.28-SNAPSHOT (build 2330)
  366. [15:09:31] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.3.0-SNAPSHOT (build 415)
  367. [15:09:31] [Server thread/INFO]: [Sentinel] Sentinel loading...
  368. [15:09:31] [Server thread/INFO]: [Sentinel] Running on java version: 1.8.0_291
  369. [15:09:31] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
  370. [15:09:32] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
  371. [15:09:32] [Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
  372. [15:09:32] [Server thread/INFO]: [Sentinel] Sentinel loaded!
  373. [15:09:32] [Server thread/INFO]: [CustomHeads] Enabling CustomHeads v3.0.2
  374. [15:09:32] [Server thread/INFO]: [CustomHeads] Warning : Hrm. Seems like CustomHeads wasn't tested on this Minecraft Version yet...
  375. [15:09:32] [Server thread/INFO]: [CustomHeads] Warning : Please report this to me on Discord (Link's on the Spigot Page)
  376. [15:09:32] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.11.0-2fb2bf23
  377. [15:09:32] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  378. [15:09:32] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Spigot (MC: 1.16.5)...
  379. [15:09:32] [Server thread/INFO]: [MythicMobs] The server is running Spigot; disabled PaperSpigot exclusive functionality
  380. [15:09:33] [Server thread/WARN]: [DiscordSRV] Loaded class org.slf4j.spi.LoggerFactoryBinder from MythicMobs v4.11.0-2fb2bf23 which is not a depend, softdepend or loadbefore of this plugin.
  381. [15:09:33] [Server thread/WARN]: [MythicMobs] Loaded class org.slf4j.impl.StaticLoggerBinder from DiscordSRV v1.22.0 which is not a depend, softdepend or loadbefore of this plugin.
  382. [15:09:33] [Server thread/INFO]: Reflections took 74 ms to scan 1 urls, producing 3 keys and 21 values
  383. [15:09:33] [Server thread/INFO]: Reflections took 14 ms to scan 1 urls, producing 3 keys and 24 values
  384. [15:09:33] [Server thread/INFO]: Reflections took 380 ms to scan 14 urls, producing 0 keys and 0 values
  385. [15:09:33] [Server thread/INFO]: Reflections took 17 ms to scan 1 urls, producing 3 keys and 12 values
  386. [15:09:33] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
  387. [15:09:33] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
  388. [15:09:33] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  389. [15:09:33] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  390. [15:09:33] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  391. [15:09:33] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
  392. [15:09:33] [Server thread/INFO]: [MythicMobs] Base directory D:\Desktop\Gaming_Maze\plugins\MythicMobs\SavedData
  393. [15:09:33] [Server thread/INFO]: [MythicMobs] Module directory D:\Desktop\Gaming_Maze\plugins\MythicMobs\SavedData\worlds
  394. [15:09:33] [Server thread/INFO]: Reflections took 30 ms to scan 1 urls, producing 10 keys and 305 values
  395. [15:09:33] [Server thread/INFO]: Reflections took 31 ms to scan 1 urls, producing 23 keys and 625 values
  396. [15:09:34] [Server thread/INFO]: Reflections took 16 ms to scan 1 urls, producing 6 keys and 89 values
  397. [15:09:34] [Server thread/INFO]: Reflections took 12 ms to scan 1 urls, producing 2 keys and 6 values
  398. [15:09:34] [Server thread/INFO]: [MythicMobs] LOADED
  399. [15:09:34] [Server thread/WARN]: [MythicMobs] Error enabling spawner sewermazecreeper - MobType SpeedCreeper is invalid! Spawner cannot initialize. Disabling.
  400. [15:09:34] [Server thread/WARN]: [MythicMobs] Error enabling spawner sewermazecreeper2 - MobType SpeedCreeper is invalid! Spawner cannot initialize. Disabling.
  401. [15:09:34] [Server thread/WARN]: [MythicMobs] Error enabling spawner sewermazecreeper3 - MobType SpeedCreeper is invalid! Spawner cannot initialize. Disabling.
  402. [15:09:34] [Server thread/WARN]: [MythicMobs] Error enabling spawner sewermazecreeper4 - MobType SpeedCreeper is invalid! Spawner cannot initialize. Disabling.
  403. [15:09:34] [Server thread/WARN]: [MythicMobs] Error enabling spawner sewermazecreeper5 - MobType SpeedCreeper is invalid! Spawner cannot initialize. Disabling.
  404. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 14 mobs.
  405. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 3 vanilla mob overrides.
  406. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
  407. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 15 skills.
  408. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 2 random spawns.
  409. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 4 mythic items.
  410. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 2 drop tables.
  411. [15:09:34] [Server thread/INFO]: [MythicMobs] ? Loaded 6 mob spawners.
  412. [15:09:34] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  413. [15:09:34] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  414. [15:09:34] [Server thread/INFO]: [MythicMobs] ? MythicMobs v4.11.0 (build 2fb2bf23) has been successfully loaded!
  415. [15:09:34] [Server thread/INFO]: [GSit] Enabling GSit v[5.2.0.2]
  416. [15:09:34] [Server thread/INFO]: Plugin.plugin-enabled
  417. [15:09:34] [Server thread/INFO]: Plugin.plugin-hook
  418. [15:09:34] [Server thread/INFO]: [GSit] This Plugin has a new Version: [5.3.4.0]!
  419. [15:09:34] [Server thread/INFO]: [GSit] You use the outdated Version: [5.2.0.2]!
  420. [15:09:34] [Server thread/INFO]: [GSit] Download the latest Version:
  421. [15:09:34] [Server thread/INFO]: [GSit] https://www.spigotmc.org/resources/62325
  422. [15:09:34] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.6
  423. [15:09:35] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
  424. [15:09:35] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR2.1.6
  425. [15:09:35] [Server thread/INFO]: [Model Engine] Engine Activated.
  426. [15:09:35] [Server thread/INFO]: [CitizensText] Enabling CitizensText v1.2
  427. [15:09:35] [Server thread/INFO]: [OpenAudioMc] Enabling OpenAudioMc v6.5
  428. [15:09:35] [Server thread/INFO]: [OpenAudioMc] Starting in socket mode
  429. [15:09:35] [Server thread/INFO]: [OpenAudioMc] Starting configuration module
  430. [15:09:35] [Server thread/INFO]: [OpenAudioMc] Starting authentication module
  431. [15:09:35] [Server thread/INFO]: [OpenAudioMc] This server already has an account, skipping sign up.
  432. [15:09:35] [Server thread/INFO]: [OpenAudioMc] Skipped 15 migrations.
  433. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Initializing account details
  434. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Loading aliases...
  435. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Loaded 0 aliases
  436. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Detected version type: MODERN
  437. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Enabling the 1.13 speaker system
  438. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Turns out you have WorldGuard installed! enabling regions and the region tasks..
  439. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Enabling the newer 1.13 regions
  440. [15:09:36] [Server thread/INFO]: [OpenAudioMc] Starting and loading took 22382MS
  441. [15:09:36] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.1-SNAPSHOT (build 5644-DEV)
  442. [15:09:37] [Server thread/INFO]: [Denizen] Running on java version: 1.8.0_291
  443. [15:09:37] [Server thread/INFO]: [Denizen] Running on fully supported Java 8.
  444. [15:09:37] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
  445. [15:09:37] [Server thread/INFO]: +> [Denizen]  _/_ _ ._ _ _ 
  446. [15:09:37] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ )  scriptable minecraft 
  447. [15:09:37] [Server thread/INFO]: +> [Denizen]  
  448. [15:09:37] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team 
  449. [15:09:37] [Server thread/INFO]: +> [Denizen] Chat with us at:  https://discord.gg/Q6pZGSR 
  450. [15:09:37] [Server thread/INFO]: +> [Denizen] Or learn more at:  https://denizenscript.com 
  451. [15:09:37] [Server thread/INFO]: +> [Denizen] version: 1.2.1-SNAPSHOT (build 5644-DEV) 
  452. [15:09:37] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
  453. [15:09:37] [Server thread/INFO]:  OKAY! Loaded core commands: [clickable, showfake, invisible, animate, ban, modifyblock, cast, midi, fakeequip, else, sidebar, explode, cooldown,
  454. [15:09:37] [Server thread/INFO]: weather, action, scoreboard, if, give, worldborder, chunkload, zap, lookclose, mount, execute, push, announce, waituntil, firework, stop,
  455. [15:09:37] [Server thread/INFO]: advancement, light, reset, hurt, ratelimit, nbt, wait, flag, log, despawn, webget, sleep, goto, attack, attach, event, stand, map, resume, break,
  456. [15:09:37] [Server thread/INFO]: strike, health, team, trigger, fly, itemcooldown, kick, gamerule, playsound, disengage, rename, anchor, fish, definemap, leash, disguise, queue,
  457. [15:09:37] [Server thread/INFO]: rotate, sign, run, while, experience, playeffect, narrate, bossbar, vulnerable, pushable, create, trait, shoot, sneak, oxygen, yaml, group,
  458. [15:09:37] [Server thread/INFO]: statistic, fakeitem, pose, opentrades, blockcrack, schematic, look, pause, feed, take, toast, runlater, compass, adjust, animatechest, glow, drop,
  459. [15:09:37] [Server thread/INFO]: note, teleport, choose, inventory, actionbar, title, remove, sql, switch, head, foreach, random, reload, adjustblock, repeat, define, heal,
  460. [15:09:37] [Server thread/INFO]: copyblock, filecopy, sit, burn, debug, determine, assignment, permission, follow, displayitem, scribe, createworld, spawn, equip, money, fakespawn,
  461. [15:09:37] [Server thread/INFO]: engage, time, inject, mark, age, walk] 
  462. [15:09:37] [Server thread/INFO]:  OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE] 
  463. [15:09:38] [Server thread/INFO]:  OKAY! Loaded core object types: [BiomeTag as b, DurationTag as d, ChunkTag as ch, EntityTag as e, InventoryTag as in, CustomObjectTag as custom,
  464. [15:09:38] [Server thread/INFO]: ElementTag as el, ItemTag as i, ColorTag as co, LocationTag as l, MaterialTag as m, NPCTag as n, EllipsoidTag as ellipsoid, PlayerTag as p, QueueTag
  465. [15:09:38] [Server thread/INFO]: as q, CuboidTag as cu, ScriptTag as s, TradeTag as trade, PolygonTag as polygon, WorldTag as w, TimeTag as time, PluginTag as pl, ListTag as li,
  466. [15:09:38] [Server thread/INFO]: MapTag as map] 
  467. [15:09:38] [Server thread/INFO]: +> [ScriptRegistry] Loading 1 scripts... 
  468. [15:09:38] [Server thread/INFO]: [BlockRegen] Enabling BlockRegen v3.5.8
  469. [15:09:38] [Server thread/INFO]: [BlockRegen] Loaded Settings.yml
  470. [15:09:38] [Server thread/INFO]: [BlockRegen] Loaded Messages.yml
  471. [15:09:38] [Server thread/INFO]: [BlockRegen] Loaded Blocklist.yml
  472. [15:09:38] [Server thread/INFO]: [BlockRegen] Loaded Regions.yml
  473. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Loaded 5 block preset(s)...
  474. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Found 1 event(s)... added all to the system.
  475. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Starting auto-save.. with an interval of 600 seconds.
  476. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Found Vault, but no Economy Provider is registered.
  477. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: WorldEdit found! Enabling regions.
  478. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: WorldGuard found! Supporting it's region protection.
  479. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: You are using version 3.5.8
  480. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Report bugs or suggestions to discord only please. ( /blockregen discord )
  481. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Always backup if you are not sure about things.
  482. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: MetricsLite enabled
  483. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Found Vault, but no Economy Provider is registered.
  484. [15:09:38] [Server thread/INFO]: [MythicMobsSpawnerGUI] Enabling MythicMobsSpawnerGUI v1.7
  485. [15:09:38] [Server thread/INFO]: [BlockRegen] INFO: Found Vault, but no Economy Provider is registered.
  486. [15:09:38] [Server thread/INFO]: [BeautyQuests] Enabling BeautyQuests v0.19.0_BUILD216
  487. [15:09:38] [Server thread/INFO]: [BeautyQuests] Hooked into WorldGuard
  488. [15:09:38] [Server thread/INFO]: [BeautyQuests] Hooked into MythicMobs
  489. [15:09:38] [Server thread/INFO]: [BeautyQuests] Hooked into Vault
  490. [15:09:38] [Server thread/INFO]: [BeautyQuests] Hooked into HolographicDisplays
  491. [15:09:38] [Server thread/INFO]: [BeautyQuests] Loaded valid Minecraft version 1_16_R3.
  492. [15:09:39] [Server thread/INFO]: [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color "R255 G255 B0"
  493. [15:09:39] [Server thread/INFO]: [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
  494. [15:09:39] [Server thread/INFO]: [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
  495. [15:09:39] [Server thread/INFO]: [BeautyQuests] Loaded language file locales/en_US.yml (0.075s)!
  496. [15:09:39] [Server thread/INFO]: [WorldGuard] Registering session handler fr.skytasul.quests.utils.compatibility.worldguard.BQWorldGuard
  497. [15:09:39] [Server thread/INFO]: [BlockRegen] INFO: Found Vault, but no Economy Provider is registered.
  498. [15:09:39] [Server thread/INFO]: [BeautyQuestsAddon] Enabling BeautyQuestsAddon v1.3
  499. [15:09:39] [Server thread/INFO]: [BeautyQuests] Hooked into MythicMobs after primary initialization
  500. [15:09:39] [Server thread/INFO]: [BlockRegen] INFO: Found Vault, but no Economy Provider is registered.
  501. [15:09:39] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.22.0
  502. [15:09:39] [Server thread/INFO]: [BlockRegen] INFO: Found Vault, but no Economy Provider is registered.
  503. [15:09:39] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  504. [15:09:40] [Server thread/INFO]: Done (18.621s)! For help, type "help"
  505. [15:09:40] [Craft Scheduler Thread - 2/INFO]: [AFKPlus] AFKPlus file watcher started!
  506. [15:09:40] [Craft Scheduler Thread - 1/INFO]: [AFKPlus] §6There is no update available
  507. [15:09:40] [Craft Scheduler Thread - 0/INFO]: [VarLight] ------------------------------------------------------
  508. [15:09:40] [Craft Scheduler Thread - 0/INFO]: [VarLight] You are running the latest version of VarLight
  509. [15:09:40] [Craft Scheduler Thread - 0/INFO]: [VarLight] ------------------------------------------------------
  510. [15:09:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
  511. [15:09:41] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  512. [15:09:42] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
  513. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Gaming Maze Testing Server(851170793085861978)
  514. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(851170793085861982)
  515. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ingame-chat(851176474291732512)
  516. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(851176509388357652)
  517. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rythm(851613600979484702)
  518. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:develop(851841113719439380)
  519. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:texture-pack(853323255809441812)
  520. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(851176509388357652)
  521. [15:09:42] [DiscordSRV - Initialization/ERROR]: [DiscordSRV] Not using JDBC because the JDBC connection string is invalid!
  522. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling SuperVanish hook
  523. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
  524. [15:09:42] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
  525. [15:09:43] [pool-38-thread-1/WARN]: [DiscordSRV]
  526.  
  527. The current build of DiscordSRV is outdated by 147 commits! Get the latest build at your favorite distribution center.
  528.  
  529. Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
  530. Github: https://github.com/DiscordSRV/DiscordSRV/releases
  531. Direct Download: https://get.discordsrv.com
  532.  
  533. [15:09:44] [Server thread/INFO]: [Citizens] Loaded 120 NPCs.
  534. [15:09:44] [Server thread/INFO]: [MythicMobs] ?Using HolographicDisplays plugin for holograms
  535. [15:09:44] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths. 
  536. [15:09:44] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
  537. [15:09:44] [Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2021/06/28 15:09:44 
  538. [15:09:44] [Server thread/INFO]: [BeautyQuests] 7 quests loaded (0.257s)!
  539. [15:09:44] [Server thread/INFO]: [BeautyQuests] Periodic saves task started (18000 ticks). Task ID: 349
  540. [15:09:44] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.8
  541. [15:09:44] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ...
  542. [15:09:44] [Craft Scheduler Thread - 4/INFO]: [Model Engine] Generator Activated.
  543. [15:09:44] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  544. [15:09:44] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/projects/holographic-displays
  545. [15:09:44] [Craft Scheduler Thread - 4/INFO]: [Model Engine] Resource Pack generated. Please create pack.mcmeta and pack.png.
  546. [15:09:44] [Craft Scheduler Thread - 4/INFO]: 
  547. [15:09:45] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
  548. [15:09:45] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5339ms or 106 ticks behind
  549. [15:09:46] [Server thread/INFO]: [CitizensText] 59 texts loadeds
  550. [15:09:49] [Server thread/INFO]: [OpenAudioMc] New Identity = ZstjZp5CSZjeZ6fEIO2JZ_2w_
  551. [15:10:32] [User Authenticator #1/INFO]: UUID of player Qewt is cb9ff733-4f18-430d-bf76-e1fea01a337e
  552. [15:10:33] [Server thread/INFO]: Qewt[/127.0.0.1:51277] logged in with entity id 1421 at ([world]468.19521612705336, 126.0, 479.3668012743975)
  553. [15:11:03] [Server thread/INFO]: Stopping the server
  554. [15:11:03] [Server thread/INFO]: Stopping server
  555. [15:11:03] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.22.0
  556. [15:11:03] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Saved linked accounts in 157ms
  557. [15:11:03] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 338ms
  558. [15:11:03] [Server thread/INFO]: [BeautyQuestsAddon] Disabling BeautyQuestsAddon v1.3
  559. [15:11:03] [Server thread/INFO]: [BeautyQuests] Disabling BeautyQuests v0.19.0_BUILD216
  560. [15:11:03] [Server thread/INFO]: [BeautyQuests] Periodic saves task stopped.
  561. [15:11:03] [Server thread/INFO]: [BeautyQuests] 1 scoreboards deleted.
  562. [15:11:03] [Server thread/INFO]: [WorldGuard] Unregistering session handler fr.skytasul.quests.utils.compatibility.worldguard.BQWorldGuard
  563. [15:11:03] [Server thread/INFO]: [BeautyQuests] BeautyQuests logger stream closed.
  564. [15:11:03] [Server thread/INFO]: [MythicMobsSpawnerGUI] Disabling MythicMobsSpawnerGUI v1.7
  565. [15:11:03] [Server thread/INFO]: [BlockRegen] Disabling BlockRegen v3.5.8
  566. [15:11:03] [Server thread/INFO]: [Denizen] Disabling Denizen v1.2.1-SNAPSHOT (build 5644-DEV)
  567. [15:11:03] [Server thread/INFO]: [Denizen] v1.2.1-SNAPSHOT (build 5644-DEV) disabled.
  568. [15:11:03] [Server thread/INFO]: [OpenAudioMc] Disabling OpenAudioMc v6.5
  569. [15:11:03] [Server thread/INFO]: [OpenAudioMc] Shutting down
  570. [15:11:04] [Server thread/INFO]: [OpenAudioMc] A async task was requested but server is already stopping, so I'm doing it now.
  571. [15:11:04] [Server thread/INFO]: [OpenAudioMc] A async task was requested but server is already stopping, so I'm doing it now.
  572. [15:11:04] [EventThread/INFO]: [OpenAudioMc] A async task was requested but server is already stopping, so I'm doing it now.
  573. [15:11:04] [Server thread/INFO]: [OpenAudioMc] Stopped OpenAudioMc. Goodbye.
  574. [15:11:04] [Server thread/INFO]: [VarLight] Disabling VarLight v1.12.8
  575. [15:11:04] [Server thread/INFO]: [CitizensText] Disabling CitizensText v1.2
  576. [15:11:04] [Server thread/INFO]: [CitizensText] 59 texts saved
  577. [15:11:04] [Server thread/INFO]: [ModelEngine] Disabling ModelEngine vR2.1.6
  578. [15:11:04] [Server thread/INFO]: [Model Engine] Core shut down.
  579. [15:11:04] [Server thread/INFO]: [SuperVanish] Disabling SuperVanish v6.2.6
  580. [15:11:04] [Server thread/INFO]: [GSit] Disabling GSit v[5.2.0.2]
  581. [15:11:04] [Server thread/INFO]: Plugin.plugin-disabled
  582. [15:11:04] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v4.11.0-2fb2bf23
  583. [15:11:04] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
  584. [15:11:04] [Server thread/INFO]: [MythicMobs] All active settings have been saved.
  585. [15:11:04] [Server thread/INFO]: [MythicMobs] UNLOADED
  586. [15:11:04] [Server thread/INFO]: [CustomHeads] Disabling CustomHeads v3.0.2
  587. [15:11:04] [Server thread/INFO]: [Sentinel] Disabling Sentinel v2.3.0-SNAPSHOT (build 415)
  588. [15:11:04] [Server thread/INFO]: [Sentinel] Sentinel unloading...
  589. [15:11:04] [Server thread/INFO]: [Sentinel] Sentinel unloaded!
  590. [15:11:04] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.28-SNAPSHOT (build 2330)
  591. [15:11:05] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.4+f7ff984
  592. [15:11:05] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
  593. [15:11:05] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.6
  594. [15:11:05] [Server thread/INFO]: [LampControl] Disabling LampControl v4.0.0-SNAPSHOT
  595. [15:11:05] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.4+5723-e3bfc64
  596. [15:11:05] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  597. [15:11:05] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
  598. [15:11:05] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  599. [15:11:05] [Server thread/WARN]: java.lang.IllegalArgumentException: Plugin PermissionsEx v1.23.4 is disabled
  600. [15:11:05] [Server thread/WARN]: at org.bukkit.permissions.PermissionAttachment.<init>(PermissionAttachment.java:23)
  601. [15:11:05] [Server thread/WARN]: at me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissionAttachment.<init>(LuckPermsPermissionAttachment.java:116)
  602. [15:11:05] [Server thread/WARN]: at me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissible$FakeAttachmentList.add(LuckPermsPermissible.java:351)
  603. [15:11:05] [Server thread/WARN]: at me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissible$FakeAttachmentList.addAll(LuckPermsPermissible.java:370)
  604. [15:11:05] [Server thread/WARN]: at ru.tehkode.permissions.bukkit.regexperms.PermissibleInjector.copyValues(PermissibleInjector.java:81)
  605. [15:11:05] [Server thread/WARN]: at ru.tehkode.permissions.bukkit.regexperms.PermissibleInjector.inject(PermissibleInjector.java:42)
  606. [15:11:05] [Server thread/WARN]: at ru.tehkode.permissions.bukkit.regexperms.RegexPermissions.uninjectPermissible(RegexPermissions.java:106)
  607. [15:11:05] [Server thread/WARN]: at ru.tehkode.permissions.bukkit.regexperms.RegexPermissions.uninjectAllPermissibles(RegexPermissions.java:129)
  608. [15:11:05] [Server thread/WARN]: at ru.tehkode.permissions.bukkit.regexperms.RegexPermissions.onDisable(RegexPermissions.java:44)
  609. [15:11:05] [Server thread/WARN]: at ru.tehkode.permissions.bukkit.PermissionsEx.onDisable(PermissionsEx.java:296)
  610. [15:11:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265)
  611. [15:11:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:376)
  612. [15:11:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501)
  613. [15:11:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493)
  614. [15:11:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.disablePlugins(CraftServer.java:427)
  615. [15:11:05] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.stop(MinecraftServer.java:825)
  616. [15:11:05] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.stop(DedicatedServer.java:689)
  617. [15:11:05] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:997)
  618. [15:11:05] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273)
  619. [15:11:05] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  620. [15:11:05] [Server thread/INFO]: [AFKPlus] Disabling AFKPlus v3.3.2
  621. [15:11:05] [Server thread/INFO]: [AFKPlus] AFKPlus has been disabled!
  622. [15:11:05] [Server thread/INFO]: [ImageOnMap] Disabling ImageOnMap v4.1.2
  623. [15:11:05] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.6.0
  624. [15:11:05] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
  625. [15:11:05] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  626. [15:11:05] [Server thread/INFO]: [OpenInv] Disabling OpenInv v4.1.6
  627. [15:11:05] [Server thread/INFO]: [FlySpeed] Disabling FlySpeed v2.1.0
  628. [15:11:05] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.2.35
  629. [15:11:05] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
  630. [15:11:05] [Server thread/INFO]: [LuckPerms] Closing storage...
  631. [15:11:05] [Server thread/INFO]: [LuckPerms] Goodbye!
  632. [15:11:05] [Server thread/INFO]: Saving players
  633. [15:11:05] [Server thread/INFO]: Qewt lost connection: Server closed
  634. [15:11:05] [Server thread/INFO]: Qewt left the game
  635. [15:11:05] [Server thread/INFO]: Saving worlds
  636. [15:11:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  637. [15:11:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  638. [15:11:10] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  639. [15:11:11] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  640. [15:11:11] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  641. [15:11:12] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  642.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement