KermabitKris

Untitled

Feb 7th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.04 KB | None | 0 0
  1. [19:06:25] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  2. [19:06:29] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [19:06:34] [Worker-Main-14/INFO]: Loaded 7 recipes
  4. [19:06:42] [Server thread/INFO]: Starting minecraft server version 1.16.1
  5. [19:06:42] [Server thread/INFO]: Loading properties
  6. [19:06:42] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9639cf7-4b9bc9d (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
  7. [19:06:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [19:06:43] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [19:06:43] [Server thread/INFO]: Debug logging is disabled
  10. [19:06:43] [Server thread/INFO]: Default game type: SURVIVAL
  11. [19:06:43] [Server thread/INFO]: Generating keypair
  12. [19:06:44] [Server thread/INFO]: Starting Minecraft server on 45.93.200.14:25606
  13. [19:06:45] [Server thread/INFO]: Using epoll channel type
  14. [19:06:47] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  15. [19:07:09] [Server thread/WARN]: Legacy plugin AdvancedBan v2.1.5-RELEASE does not specify an api-version.
  16. [19:07:09] [Server thread/WARN]: Legacy plugin SimpleSit v1.6.3 does not specify an api-version.
  17. [19:07:09] [Server thread/WARN]: Legacy plugin Kingdoms v0.2.1 does not specify an api-version.
  18. [19:07:10] [Server thread/ERROR]: Could not load 'plugins/Kingdoms.jar' in folder 'plugins'
  19. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  20. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  21. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  23. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:382) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  24. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:186) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  25. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  26. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  27. at java.lang.Thread.run(Unknown Source) [?:?]
  28. Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  29. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  30. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?]
  31. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  35. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  36. at com.montropolis.Kingdoms.Kingdoms.<init>(Kingdoms.java:51) ~[?:?]
  37. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  38. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
  39. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
  40. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
  41. at java.lang.Class.newInstance(Unknown Source) ~[?:?]
  42. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  44. ... 7 more
  45. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  50. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  51. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?]
  52. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?]
  53. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  54. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  55. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  56. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  57. at com.montropolis.Kingdoms.Kingdoms.<init>(Kingdoms.java:51) ~[?:?]
  58. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  59. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
  60. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
  61. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
  62. at java.lang.Class.newInstance(Unknown Source) ~[?:?]
  63. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  64. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  65. ... 7 more
  66. [19:07:10] [Server thread/WARN]: Legacy plugin ProtocolLib v4.4.0 does not specify an api-version.
  67. [19:07:10] [Server thread/WARN]: Legacy plugin Coins v2.3.2-SNAPSHOT does not specify an api-version.
  68. [19:07:10] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.5-RELEASE
  69. [19:07:10] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  70. [19:07:10] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
  71. [19:07:10] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  72. [19:07:11] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.1) has not yet been tested! Proceed with caution.
  73. [19:07:13] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Cannot load server and client packet list.
  74. com.comphenix.protocol.reflect.FieldAccessException: No field with type java.util.Map exists in class EnumProtocol.
  75. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:216) ~[?:?]
  76. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:195) ~[?:?]
  77. at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.initialize(NettyProtocolRegistry.java:57) ~[?:?]
  78. at com.comphenix.protocol.injector.netty.ProtocolRegistry.<init>(ProtocolRegistry.java:59) ~[?:?]
  79. at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.<init>(NettyProtocolRegistry.java:38) ~[?:?]
  80. at com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:70) ~[?:?]
  81. at com.comphenix.protocol.injector.packet.PacketRegistry.getClientPacketTypes(PacketRegistry.java:198) ~[?:?]
  82. at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:266) ~[?:?]
  83. at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250) ~[?:?]
  84. at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233) ~[?:?]
  85. at com.comphenix.protocol.ProtocolLib.onLoad(ProtocolLib.java:213) ~[?:?]
  86. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:387) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  87. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:186) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  88. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  89. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  90. at java.lang.Thread.run(Unknown Source) [?:?]
  91. [19:07:13] [Server thread/WARN]: [ProtocolLib] Failed to register command PACKET: java.lang.ExceptionInInitializerError
  92. [19:07:13] [Server thread/INFO]: [Towny] Loading Towny v0.100.1.10
  93. [19:07:13] [Server thread/INFO]: [Coins] Loading Coins v2.3.2-SNAPSHOT
  94. [19:07:14] [Server thread/WARN]: [Coins] Loaded class org.apache.commons.io.FileUtils from AdvancedBan v2.1.5-RELEASE which is not a depend, softdepend or loadbefore of this plugin.
  95. [19:07:14] [Server thread/INFO]: [Coins] Identified the following dependencies: [HIKARI, SLF4J_SIMPLE, SLF4J_API]
  96. [19:07:14] [Server thread/INFO]: [Carz] Loading Carz v7.2
  97. [19:07:14] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  98. [19:07:14] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  99. [19:07:14] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  100. [19:07:14] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
  101. [19:07:14] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  102. [19:07:15] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  103. [19:07:15] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  104. [19:07:15] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  105. [19:07:15] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  106. [19:07:15] [Server thread/INFO]: Preparing level "world"
  107. [19:07:15] [Server thread/INFO]: -------- World Settings For [world] --------
  108. [19:07:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  109. [19:07:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  110. [19:07:15] [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
  111. [19:07:15] [Server thread/INFO]: Max TNT Explosions: 100
  112. [19:07:15] [Server thread/INFO]: Experience Merge Radius: 3.0
  113. [19:07:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
  114. [19:07:15] [Server thread/INFO]: Cane Growth Modifier: 100%
  115. [19:07:15] [Server thread/INFO]: Melon Growth Modifier: 100%
  116. [19:07:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  117. [19:07:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  118. [19:07:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
  119. [19:07:15] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  120. [19:07:15] [Server thread/INFO]: Carrot Growth Modifier: 100%
  121. [19:07:15] [Server thread/INFO]: Potato Growth Modifier: 100%
  122. [19:07:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
  123. [19:07:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  124. [19:07:15] [Server thread/INFO]: Vine Growth Modifier: 100%
  125. [19:07:15] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  126. [19:07:15] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  127. [19:07:15] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  128. [19:07:15] [Server thread/INFO]: Kelp Growth Modifier: 100%
  129. [19:07:15] [Server thread/INFO]: Mob Spawn Range: 6
  130. [19:07:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  131. [19:07:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  132. [19:07:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  133. [19:07:15] [Server thread/INFO]: Item Despawn Rate: 6000
  134. [19:07:15] [Server thread/INFO]: Item Merge Radius: 2.5
  135. [19:07:15] [Server thread/INFO]: View Distance: 10
  136. [19:07:15] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  137. [19:07:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  138. [19:07:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  139. [19:07:16] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  140. [19:07:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  141. [19:07:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  142. [19:07:16] [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
  143. [19:07:16] [Server thread/INFO]: Max TNT Explosions: 100
  144. [19:07:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  145. [19:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  146. [19:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  147. [19:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  148. [19:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  149. [19:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  150. [19:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  151. [19:07:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  152. [19:07:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
  153. [19:07:16] [Server thread/INFO]: Potato Growth Modifier: 100%
  154. [19:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  155. [19:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  156. [19:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
  157. [19:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  158. [19:07:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  159. [19:07:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  160. [19:07:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
  161. [19:07:16] [Server thread/INFO]: Mob Spawn Range: 6
  162. [19:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  163. [19:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  164. [19:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  165. [19:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
  166. [19:07:16] [Server thread/INFO]: Item Merge Radius: 2.5
  167. [19:07:16] [Server thread/INFO]: View Distance: 10
  168. [19:07:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  169. [19:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  170. [19:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  171. [19:07:16] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  172. [19:07:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  173. [19:07:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  174. [19:07:16] [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
  175. [19:07:16] [Server thread/INFO]: Max TNT Explosions: 100
  176. [19:07:16] [Server thread/INFO]: Experience Merge Radius: 3.0
  177. [19:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  178. [19:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  179. [19:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  180. [19:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  181. [19:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  182. [19:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  183. [19:07:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  184. [19:07:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
  185. [19:07:16] [Server thread/INFO]: Potato Growth Modifier: 100%
  186. [19:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  187. [19:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  188. [19:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
  189. [19:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  190. [19:07:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  191. [19:07:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  192. [19:07:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
  193. [19:07:16] [Server thread/INFO]: Mob Spawn Range: 6
  194. [19:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  195. [19:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  196. [19:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  197. [19:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
  198. [19:07:16] [Server thread/INFO]: Item Merge Radius: 2.5
  199. [19:07:16] [Server thread/INFO]: View Distance: 10
  200. [19:07:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  201. [19:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  202. [19:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  203. [19:07:16] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  204. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  205. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  206. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  207. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  208. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  209. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  210. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  211. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  212. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  213. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  214. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  215. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  216. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  217. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  218. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  219. [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
  220. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  221. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  222. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  223. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  224. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  225. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  226. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  227. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  228. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  229. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  230. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  231. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  232. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  233. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  234. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  235. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  236. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  237. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  238. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  239. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  240. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  241. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  242. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  243. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  244. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  245. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  246. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  247. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  248. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  249. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  250. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  251. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  252. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  253. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  254. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  255. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  256. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  257. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  258. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  259. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  260. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  261. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  262. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  263. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  264. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  265. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  266. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  267. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  268. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  269. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  270. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  271. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  272. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  273. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  274. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  275. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  276. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  277. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  278. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  279. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  280. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  281. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  282. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  283. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  284. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  285. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  286. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  287. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  288. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  289. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  290. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  291. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  292. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  293. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  294. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  295. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  296. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  297. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  298. [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
  299. [19:08:04] [Server thread/INFO]: Preparing spawn area: 83%
  300. [19:08:04] [Server thread/INFO]: Preparing spawn area: 83%
  301. [19:08:06] [Server thread/INFO]: Preparing spawn area: 83%
  302. [19:08:06] [Server thread/INFO]: Preparing spawn area: 83%
  303. [19:08:06] [Server thread/INFO]: Preparing spawn area: 83%
  304. [19:08:06] [Server thread/INFO]: Time elapsed: 49548 ms
  305. [19:08:06] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  306. [19:08:06] [Server thread/INFO]: Preparing spawn area: 0%
  307. [19:08:06] [Server thread/INFO]: Preparing spawn area: 0%
  308. [19:08:08] [Server thread/INFO]: Preparing spawn area: 0%
  309. [19:08:09] [Server thread/INFO]: Preparing spawn area: 0%
  310. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  311. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  312. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  313. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  314. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  315. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  316. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  317. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  318. [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
  319. [19:08:12] [Worker-Main-11/INFO]: Preparing spawn area: 91%
  320. [19:08:13] [Worker-Main-11/INFO]: Preparing spawn area: 91%
  321. [19:08:13] [Worker-Main-11/INFO]: Preparing spawn area: 91%
  322. [19:08:14] [Worker-Main-9/INFO]: Preparing spawn area: 91%
  323. [19:08:14] [Worker-Main-11/INFO]: Preparing spawn area: 91%
  324. [19:08:15] [Worker-Main-10/INFO]: Preparing spawn area: 94%
  325. [19:08:15] [Server thread/INFO]: Preparing spawn area: 96%
  326. [19:08:16] [Server thread/INFO]: Time elapsed: 9860 ms
  327. [19:08:16] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  328. [19:08:16] [Server thread/INFO]: Preparing spawn area: 0%
  329. [19:08:16] [Server thread/INFO]: Preparing spawn area: 0%
  330. [19:08:17] [Server thread/INFO]: Preparing spawn area: 0%
  331. [19:08:17] [Worker-Main-9/INFO]: Preparing spawn area: 91%
  332. [19:08:17] [Server thread/INFO]: Time elapsed: 1817 ms
  333. [19:08:17] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.5-RELEASE
  334. [19:08:19] [Server thread/INFO]:
  335.  
  336. []=====[Enabling AdvancedBan]=====[]
  337. | Information:
  338. | Name: AdvancedBan
  339. | Developer: Leoko
  340. | Version: 2.1.5-RELEASE
  341. | Storage: HSQLDB (local)
  342. | Support:
  343. | Skype: Leoko33
  344. | Github: https://github.com/DevLeoko/AdvancedBan/issues
  345. | Discord: https://discord.gg/ycDG6rS
  346. | Update:
  347. | There is a new version available! [2.3.0]
  348. []================================[]
  349.  
  350. [19:08:19] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
  351. [19:08:19] [Server thread/INFO]: [Towny] Enabling Towny v0.100.1.10
  352. [19:08:19] [Server thread/INFO]: ==================== Towny ========================
  353. [19:08:20] [Server thread/ERROR]: Error occurred while enabling Towny v0.100.1.10 (Is it up to date?)
  354. java.lang.NoSuchMethodError: 'org.bukkit.NamespacedKey org.bukkit.NamespacedKey.fromString(java.lang.String)'
  355. at com.palmergames.bukkit.util.BukkitTools.matchRegistry(BukkitTools.java:398) ~[?:?]
  356. at com.palmergames.bukkit.towny.object.AbstractRegistryList$Builder.add(AbstractRegistryList.java:167) ~[?:?]
  357. at com.palmergames.bukkit.util.ItemLists.<clinit>(ItemLists.java:53) ~[?:?]
  358. at com.palmergames.bukkit.towny.TownySettings.loadSwitchAndItemUseMaterialsLists(TownySettings.java:493) ~[?:?]
  359. at com.palmergames.bukkit.towny.TownySettings.loadConfig(TownySettings.java:455) ~[?:?]
  360. at com.palmergames.bukkit.towny.Towny.loadConfig(Towny.java:265) ~[?:?]
  361. at com.palmergames.bukkit.towny.Towny.loadFoundation(Towny.java:225) ~[?:?]
  362. at com.palmergames.bukkit.towny.Towny.onEnable(Towny.java:137) ~[?:?]
  363. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  364. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  365. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  366. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  367. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:407) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  368. at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:438) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  369. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:219) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  370. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  371. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  372. at java.lang.Thread.run(Unknown Source) [?:?]
  373. [19:08:20] [Server thread/INFO]: [Coins] Enabling Coins v2.3.2-SNAPSHOT
  374. [19:08:20] [Server thread/INFO]: [Coins] The config file is up to date.
  375. [19:08:20] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  376. [19:08:20] [Server thread/INFO]: Coins By: Beelzebu
  377. [19:08:20] [Server thread/INFO]: v: 2.3.2-SNAPSHOT
  378. [19:08:20] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  379. [19:08:20] [Server thread/INFO]: [Coins] Enabled to use SQLite.
  380. [19:08:20] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - Coins SQLite Connection Pool - Starting...
  381. [19:08:20] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - Coins SQLite Connection Pool - Start completed.
  382. [19:08:20] [Server thread/INFO]: [Coins] An internal error has ocurred while unregistering the command for the plugin.
  383. [19:08:20] [Server thread/ERROR]: Error occurred while enabling Coins v2.3.2-SNAPSHOT (Is it up to date?)
  384. java.lang.NullPointerException: null
  385. at net.nifheim.beelzebu.coins.bukkit.command.CommandManager.unregisterCommand(CommandManager.java:74) ~[?:?]
  386. at net.nifheim.beelzebu.coins.bukkit.command.CommandManager.registerCommand(CommandManager.java:45) ~[?:?]
  387. at net.nifheim.beelzebu.coins.bukkit.Main.loadManagers(Main.java:90) ~[?:?]
  388. at net.nifheim.beelzebu.coins.bukkit.Main.onEnable(Main.java:70) ~[?:?]
  389. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  390. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  391. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  392. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  393. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:407) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  394. at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:438) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  395. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:219) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  396. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  397. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  398. at java.lang.Thread.run(Unknown Source) [?:?]
  399. [19:08:20] [Server thread/INFO]: [Carz] Enabling Carz v7.2
  400. [19:08:20] [Server thread/INFO]: [Carz] [Vault] Successfully linked. Version: 1.7.2-b107
  401. [19:08:20] [Server thread/ERROR]: [Carz] ! [Economy] Failed to connect to Vault's Economy service. Disabling Economy.
  402. [19:08:20] [Server thread/INFO]: [Carz] Enabled Carz v7.2
  403. [19:08:21] [ForkJoinPool.commonPool-worker-51/INFO]: [Carz] Checking for update...
  404. [19:08:21] [ForkJoinPool.commonPool-worker-51/INFO]: [Carz] No update available.
  405. [19:08:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  406. [19:08:21] [Server thread/INFO]: Done (66.067s)! For help, type "help"
  407. [19:08:21] [Server thread/INFO]: Starting GS4 status listener
  408. [19:08:21] [Server thread/INFO]: Thread Query Listener started
  409. [19:08:21] [Query Listener #1/INFO]: Query running on 45.93.200.14:25606
  410. [19:08:21] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates ...
  411. [19:08:21] [Craft Scheduler Thread - 0/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.2
  412. [19:08:21] [Craft Scheduler Thread - 0/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
  413. [19:08:21] [Craft Scheduler Thread - 1/INFO]: [SimpleSit] Unable to check for updates: Server returned HTTP response code: 403 for URL: https://www.spigotmc.org/resources/simple-sit.14706/. Please contact the developer.
  414. [19:08:22] [Server thread/INFO]: /95.152.63.237:5554 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  415. [19:08:22] [Server thread/INFO]: /195.64.105.185:9250 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  416. [19:08:42] [Server thread/INFO]: /195.64.105.185:19958 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  417. [19:08:47] [Server thread/INFO]: /195.64.105.185:14126 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  418. [19:08:48] [Server thread/INFO]: /95.152.63.237:8543 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  419. [19:09:19] [Server thread/INFO]: /195.64.105.185:14538 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  420. [19:09:54] [Server thread/INFO]: /95.152.63.237:5516 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  421. [19:10:10] [Server thread/INFO]: /95.152.63.237:9310 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  422. [19:10:52] [Server thread/INFO]: /95.152.63.237:8471 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  423. [19:21:04] [Server thread/INFO]: /95.152.63.237:7269 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  424. [19:21:11] [Server thread/INFO]: Stopping the server
  425. [19:21:11] [Server thread/INFO]: Stopping server
  426. [19:21:11] [Server thread/INFO]: [Carz] Disabling Carz v7.2
  427. [19:21:11] [Server thread/INFO]: [Carz] Disabled Carz v7.2
  428. [19:21:11] [Server thread/INFO]: [Coins] Disabling Coins v2.3.2-SNAPSHOT
  429. [19:21:11] [Server thread/INFO]: [Coins] An internal error has ocurred while unregistering the command for the plugin.
  430. [19:21:11] [Server thread/ERROR]: Error occurred while disabling Coins v2.3.2-SNAPSHOT (Is it up to date?)
  431. java.lang.NullPointerException: null
  432. at net.nifheim.beelzebu.coins.bukkit.command.CommandManager.unregisterCommand(CommandManager.java:74) ~[?:?]
  433. at net.nifheim.beelzebu.coins.bukkit.Main.onDisable(Main.java:83) ~[?:?]
  434. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  435. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:376) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  436. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  437. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  438. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.disablePlugins(CraftServer.java:427) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  439. at net.minecraft.server.v1_16_R1.MinecraftServer.stop(MinecraftServer.java:717) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  440. at net.minecraft.server.v1_16_R1.DedicatedServer.stop(DedicatedServer.java:644) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  441. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:889) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  442. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  443. at java.lang.Thread.run(Unknown Source) [?:?]
  444. [19:21:11] [Server thread/INFO]: [Towny] Disabling Towny v0.100.1.10
  445. [19:21:11] [Server thread/INFO]: ==============================================================
  446. [19:21:11] [Server thread/ERROR]: Error occurred while disabling Towny v0.100.1.10 (Is it up to date?)
  447. java.lang.NoSuchMethodError: 'org.bukkit.NamespacedKey org.bukkit.NamespacedKey.fromString(java.lang.String)'
  448. at com.palmergames.bukkit.towny.tasks.NewDayScheduler.<clinit>(NewDayScheduler.java:25) ~[?:?]
  449. at com.palmergames.bukkit.towny.TownyTimerHandler.toggleDailyTimer(TownyTimerHandler.java:73) ~[?:?]
  450. at com.palmergames.bukkit.towny.Towny.toggleTimersOff(Towny.java:465) ~[?:?]
  451. at com.palmergames.bukkit.towny.Towny.onDisable(Towny.java:421) ~[?:?]
  452. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  453. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:376) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  454. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  455. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  456. at org.bukkit.craftbukkit.v1_16_R1.CraftServer.disablePlugins(CraftServer.java:427) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  457. at net.minecraft.server.v1_16_R1.MinecraftServer.stop(MinecraftServer.java:717) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  458. at net.minecraft.server.v1_16_R1.DedicatedServer.stop(DedicatedServer.java:644) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  459. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:889) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  460. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
  461. at java.lang.Thread.run(Unknown Source) [?:?]
  462. [19:21:11] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
  463. [19:21:11] [Server thread/INFO]: [SimpleSit] Disabling SimpleSit v1.6.3
  464. [19:21:11] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
  465. [19:21:11] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.1.5-RELEASE
  466. [19:21:11] [Server thread/INFO]: Database closed
  467. [19:21:11] [Server thread/INFO]:
  468.  
  469. []=====[Disabling AdvancedBan]=====[]
  470. | Information:
  471. | Name: AdvancedBan
  472. | Developer: Leoko
  473. | Version: 2.1.5-RELEASE
  474. | Storage: HSQLDB (local)
  475. | Support:
  476. | Skype: Leoko33
  477. | Github: https://github.com/DevLeoko/AdvancedBan/issues
  478. | Discord: https://discord.gg/ycDG6rS
  479. []================================[]
  480.  
  481. [19:21:11] [Server thread/INFO]: Saving players
  482. [19:21:11] [Server thread/INFO]: Saving worlds
  483. [19:21:11] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  484. [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  485. [19:21:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
  486. [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  487. [19:21:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  488. [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  489. [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  490. [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  491. [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  492. [19:21:14] [Server thread/INFO]: Thread Query Listener stopped
  493.  
Add Comment
Please, Sign In to add comment