Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [19:06:25] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
- [19:06:29] [main/INFO]: Reloading ResourceManager: Default, bukkit
- [19:06:34] [Worker-Main-14/INFO]: Loaded 7 recipes
- [19:06:42] [Server thread/INFO]: Starting minecraft server version 1.16.1
- [19:06:42] [Server thread/INFO]: Loading properties
- [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)
- [19:06:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [19:06:43] [Server thread/INFO]: Using 4 threads for Netty based IO
- [19:06:43] [Server thread/INFO]: Debug logging is disabled
- [19:06:43] [Server thread/INFO]: Default game type: SURVIVAL
- [19:06:43] [Server thread/INFO]: Generating keypair
- [19:06:44] [Server thread/INFO]: Starting Minecraft server on 45.93.200.14:25606
- [19:06:45] [Server thread/INFO]: Using epoll channel type
- [19:06:47] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
- [19:07:09] [Server thread/WARN]: Legacy plugin AdvancedBan v2.1.5-RELEASE does not specify an api-version.
- [19:07:09] [Server thread/WARN]: Legacy plugin SimpleSit v1.6.3 does not specify an api-version.
- [19:07:09] [Server thread/WARN]: Legacy plugin Kingdoms v0.2.1 does not specify an api-version.
- [19:07:10] [Server thread/ERROR]: Could not load 'plugins/Kingdoms.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:382) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:186) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.Thread.run(Unknown Source) [?:?]
- Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
- at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
- at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?]
- at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
- at com.montropolis.Kingdoms.Kingdoms.<init>(Kingdoms.java:51) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
- at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
- at java.lang.Class.newInstance(Unknown Source) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- ... 7 more
- Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
- at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
- at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?]
- at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
- at com.montropolis.Kingdoms.Kingdoms.<init>(Kingdoms.java:51) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
- at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
- at java.lang.Class.newInstance(Unknown Source) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- ... 7 more
- [19:07:10] [Server thread/WARN]: Legacy plugin ProtocolLib v4.4.0 does not specify an api-version.
- [19:07:10] [Server thread/WARN]: Legacy plugin Coins v2.3.2-SNAPSHOT does not specify an api-version.
- [19:07:10] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.5-RELEASE
- [19:07:10] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
- [19:07:10] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
- [19:07:10] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
- [19:07:11] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.1) has not yet been tested! Proceed with caution.
- [19:07:13] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Cannot load server and client packet list.
- com.comphenix.protocol.reflect.FieldAccessException: No field with type java.util.Map exists in class EnumProtocol.
- at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:216) ~[?:?]
- at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:195) ~[?:?]
- at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.initialize(NettyProtocolRegistry.java:57) ~[?:?]
- at com.comphenix.protocol.injector.netty.ProtocolRegistry.<init>(ProtocolRegistry.java:59) ~[?:?]
- at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.<init>(NettyProtocolRegistry.java:38) ~[?:?]
- at com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:70) ~[?:?]
- at com.comphenix.protocol.injector.packet.PacketRegistry.getClientPacketTypes(PacketRegistry.java:198) ~[?:?]
- at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:266) ~[?:?]
- at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250) ~[?:?]
- at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233) ~[?:?]
- at com.comphenix.protocol.ProtocolLib.onLoad(ProtocolLib.java:213) ~[?:?]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:387) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:186) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.Thread.run(Unknown Source) [?:?]
- [19:07:13] [Server thread/WARN]: [ProtocolLib] Failed to register command PACKET: java.lang.ExceptionInInitializerError
- [19:07:13] [Server thread/INFO]: [Towny] Loading Towny v0.100.1.10
- [19:07:13] [Server thread/INFO]: [Coins] Loading Coins v2.3.2-SNAPSHOT
- [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.
- [19:07:14] [Server thread/INFO]: [Coins] Identified the following dependencies: [HIKARI, SLF4J_SIMPLE, SLF4J_API]
- [19:07:14] [Server thread/INFO]: [Carz] Loading Carz v7.2
- [19:07:14] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
- [19:07:14] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [19:07:14] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
- [19:07:14] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
- [19:07:14] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
- [19:07:15] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
- [19:07:15] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
- [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.
- [19:07:15] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
- [19:07:15] [Server thread/INFO]: Preparing level "world"
- [19:07:15] [Server thread/INFO]: -------- World Settings For [world] --------
- [19:07:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [19:07:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [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
- [19:07:15] [Server thread/INFO]: Max TNT Explosions: 100
- [19:07:15] [Server thread/INFO]: Experience Merge Radius: 3.0
- [19:07:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Cane Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Melon Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Potato Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Vine Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [19:07:15] [Server thread/INFO]: Mob Spawn Range: 6
- [19:07:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [19:07:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [19:07:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [19:07:15] [Server thread/INFO]: Item Despawn Rate: 6000
- [19:07:15] [Server thread/INFO]: Item Merge Radius: 2.5
- [19:07:15] [Server thread/INFO]: View Distance: 10
- [19:07:15] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [19:07:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [19:07:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [19:07:16] [Server thread/INFO]: -------- World Settings For [world_nether] --------
- [19:07:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [19:07:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [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
- [19:07:16] [Server thread/INFO]: Max TNT Explosions: 100
- [19:07:16] [Server thread/INFO]: Experience Merge Radius: 3.0
- [19:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Potato Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Mob Spawn Range: 6
- [19:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [19:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [19:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [19:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
- [19:07:16] [Server thread/INFO]: Item Merge Radius: 2.5
- [19:07:16] [Server thread/INFO]: View Distance: 10
- [19:07:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [19:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [19:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [19:07:16] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
- [19:07:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
- [19:07:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
- [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
- [19:07:16] [Server thread/INFO]: Max TNT Explosions: 100
- [19:07:16] [Server thread/INFO]: Experience Merge Radius: 3.0
- [19:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Beetroot Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Carrot Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Potato Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Bamboo Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Kelp Growth Modifier: 100%
- [19:07:16] [Server thread/INFO]: Mob Spawn Range: 6
- [19:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
- [19:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [19:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [19:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
- [19:07:16] [Server thread/INFO]: Item Merge Radius: 2.5
- [19:07:16] [Server thread/INFO]: View Distance: 10
- [19:07:16] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
- [19:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [19:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [19:07:16] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:07:24] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:03] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:04] [Server thread/INFO]: Preparing spawn area: 83%
- [19:08:04] [Server thread/INFO]: Preparing spawn area: 83%
- [19:08:06] [Server thread/INFO]: Preparing spawn area: 83%
- [19:08:06] [Server thread/INFO]: Preparing spawn area: 83%
- [19:08:06] [Server thread/INFO]: Preparing spawn area: 83%
- [19:08:06] [Server thread/INFO]: Time elapsed: 49548 ms
- [19:08:06] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
- [19:08:06] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:06] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:08] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:09] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:12] [Worker-Main-11/INFO]: Preparing spawn area: 91%
- [19:08:13] [Worker-Main-11/INFO]: Preparing spawn area: 91%
- [19:08:13] [Worker-Main-11/INFO]: Preparing spawn area: 91%
- [19:08:14] [Worker-Main-9/INFO]: Preparing spawn area: 91%
- [19:08:14] [Worker-Main-11/INFO]: Preparing spawn area: 91%
- [19:08:15] [Worker-Main-10/INFO]: Preparing spawn area: 94%
- [19:08:15] [Server thread/INFO]: Preparing spawn area: 96%
- [19:08:16] [Server thread/INFO]: Time elapsed: 9860 ms
- [19:08:16] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
- [19:08:16] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:16] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:17] [Server thread/INFO]: Preparing spawn area: 0%
- [19:08:17] [Worker-Main-9/INFO]: Preparing spawn area: 91%
- [19:08:17] [Server thread/INFO]: Time elapsed: 1817 ms
- [19:08:17] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.5-RELEASE
- [19:08:19] [Server thread/INFO]:
- []=====[Enabling AdvancedBan]=====[]
- | Information:
- | Name: AdvancedBan
- | Developer: Leoko
- | Version: 2.1.5-RELEASE
- | Storage: HSQLDB (local)
- | Support:
- | Skype: Leoko33
- | Mail: [email protected]
- | Github: https://github.com/DevLeoko/AdvancedBan/issues
- | Discord: https://discord.gg/ycDG6rS
- | Update:
- | There is a new version available! [2.3.0]
- []================================[]
- [19:08:19] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
- [19:08:19] [Server thread/INFO]: [Towny] Enabling Towny v0.100.1.10
- [19:08:19] [Server thread/INFO]: ==================== Towny ========================
- [19:08:20] [Server thread/ERROR]: Error occurred while enabling Towny v0.100.1.10 (Is it up to date?)
- java.lang.NoSuchMethodError: 'org.bukkit.NamespacedKey org.bukkit.NamespacedKey.fromString(java.lang.String)'
- at com.palmergames.bukkit.util.BukkitTools.matchRegistry(BukkitTools.java:398) ~[?:?]
- at com.palmergames.bukkit.towny.object.AbstractRegistryList$Builder.add(AbstractRegistryList.java:167) ~[?:?]
- at com.palmergames.bukkit.util.ItemLists.<clinit>(ItemLists.java:53) ~[?:?]
- at com.palmergames.bukkit.towny.TownySettings.loadSwitchAndItemUseMaterialsLists(TownySettings.java:493) ~[?:?]
- at com.palmergames.bukkit.towny.TownySettings.loadConfig(TownySettings.java:455) ~[?:?]
- at com.palmergames.bukkit.towny.Towny.loadConfig(Towny.java:265) ~[?:?]
- at com.palmergames.bukkit.towny.Towny.loadFoundation(Towny.java:225) ~[?:?]
- at com.palmergames.bukkit.towny.Towny.onEnable(Towny.java:137) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:407) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:438) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:219) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.Thread.run(Unknown Source) [?:?]
- [19:08:20] [Server thread/INFO]: [Coins] Enabling Coins v2.3.2-SNAPSHOT
- [19:08:20] [Server thread/INFO]: [Coins] The config file is up to date.
- [19:08:20] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- [19:08:20] [Server thread/INFO]: Coins By: Beelzebu
- [19:08:20] [Server thread/INFO]: v: 2.3.2-SNAPSHOT
- [19:08:20] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- [19:08:20] [Server thread/INFO]: [Coins] Enabled to use SQLite.
- [19:08:20] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - Coins SQLite Connection Pool - Starting...
- [19:08:20] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - Coins SQLite Connection Pool - Start completed.
- [19:08:20] [Server thread/INFO]: [Coins] An internal error has ocurred while unregistering the command for the plugin.
- [19:08:20] [Server thread/ERROR]: Error occurred while enabling Coins v2.3.2-SNAPSHOT (Is it up to date?)
- java.lang.NullPointerException: null
- at net.nifheim.beelzebu.coins.bukkit.command.CommandManager.unregisterCommand(CommandManager.java:74) ~[?:?]
- at net.nifheim.beelzebu.coins.bukkit.command.CommandManager.registerCommand(CommandManager.java:45) ~[?:?]
- at net.nifheim.beelzebu.coins.bukkit.Main.loadManagers(Main.java:90) ~[?:?]
- at net.nifheim.beelzebu.coins.bukkit.Main.onEnable(Main.java:70) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:407) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:438) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:219) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:810) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.Thread.run(Unknown Source) [?:?]
- [19:08:20] [Server thread/INFO]: [Carz] Enabling Carz v7.2
- [19:08:20] [Server thread/INFO]: [Carz] [Vault] Successfully linked. Version: 1.7.2-b107
- [19:08:20] [Server thread/ERROR]: [Carz] ! [Economy] Failed to connect to Vault's Economy service. Disabling Economy.
- [19:08:20] [Server thread/INFO]: [Carz] Enabled Carz v7.2
- [19:08:21] [ForkJoinPool.commonPool-worker-51/INFO]: [Carz] Checking for update...
- [19:08:21] [ForkJoinPool.commonPool-worker-51/INFO]: [Carz] No update available.
- [19:08:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [19:08:21] [Server thread/INFO]: Done (66.067s)! For help, type "help"
- [19:08:21] [Server thread/INFO]: Starting GS4 status listener
- [19:08:21] [Server thread/INFO]: Thread Query Listener started
- [19:08:21] [Query Listener #1/INFO]: Query running on 45.93.200.14:25606
- [19:08:21] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates ...
- [19:08:21] [Craft Scheduler Thread - 0/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.2
- [19:08:21] [Craft Scheduler Thread - 0/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
- [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.
- [19:08:22] [Server thread/INFO]: /95.152.63.237:5554 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:08:22] [Server thread/INFO]: /195.64.105.185:9250 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:08:42] [Server thread/INFO]: /195.64.105.185:19958 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:08:47] [Server thread/INFO]: /195.64.105.185:14126 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:08:48] [Server thread/INFO]: /95.152.63.237:8543 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:09:19] [Server thread/INFO]: /195.64.105.185:14538 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:09:54] [Server thread/INFO]: /95.152.63.237:5516 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:10:10] [Server thread/INFO]: /95.152.63.237:9310 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:10:52] [Server thread/INFO]: /95.152.63.237:8471 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:21:04] [Server thread/INFO]: /95.152.63.237:7269 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
- [19:21:11] [Server thread/INFO]: Stopping the server
- [19:21:11] [Server thread/INFO]: Stopping server
- [19:21:11] [Server thread/INFO]: [Carz] Disabling Carz v7.2
- [19:21:11] [Server thread/INFO]: [Carz] Disabled Carz v7.2
- [19:21:11] [Server thread/INFO]: [Coins] Disabling Coins v2.3.2-SNAPSHOT
- [19:21:11] [Server thread/INFO]: [Coins] An internal error has ocurred while unregistering the command for the plugin.
- [19:21:11] [Server thread/ERROR]: Error occurred while disabling Coins v2.3.2-SNAPSHOT (Is it up to date?)
- java.lang.NullPointerException: null
- at net.nifheim.beelzebu.coins.bukkit.command.CommandManager.unregisterCommand(CommandManager.java:74) ~[?:?]
- at net.nifheim.beelzebu.coins.bukkit.Main.onDisable(Main.java:83) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:376) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.disablePlugins(CraftServer.java:427) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.stop(MinecraftServer.java:717) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.DedicatedServer.stop(DedicatedServer.java:644) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:889) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.Thread.run(Unknown Source) [?:?]
- [19:21:11] [Server thread/INFO]: [Towny] Disabling Towny v0.100.1.10
- [19:21:11] [Server thread/INFO]: ==============================================================
- [19:21:11] [Server thread/ERROR]: Error occurred while disabling Towny v0.100.1.10 (Is it up to date?)
- java.lang.NoSuchMethodError: 'org.bukkit.NamespacedKey org.bukkit.NamespacedKey.fromString(java.lang.String)'
- at com.palmergames.bukkit.towny.tasks.NewDayScheduler.<clinit>(NewDayScheduler.java:25) ~[?:?]
- at com.palmergames.bukkit.towny.TownyTimerHandler.toggleDailyTimer(TownyTimerHandler.java:73) ~[?:?]
- at com.palmergames.bukkit.towny.Towny.toggleTimersOff(Towny.java:465) ~[?:?]
- at com.palmergames.bukkit.towny.Towny.onDisable(Towny.java:421) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:376) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at org.bukkit.craftbukkit.v1_16_R1.CraftServer.disablePlugins(CraftServer.java:427) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.stop(MinecraftServer.java:717) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.DedicatedServer.stop(DedicatedServer.java:644) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:889) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[server.jar:git-Spigot-9639cf7-4b9bc9d]
- at java.lang.Thread.run(Unknown Source) [?:?]
- [19:21:11] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
- [19:21:11] [Server thread/INFO]: [SimpleSit] Disabling SimpleSit v1.6.3
- [19:21:11] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
- [19:21:11] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.1.5-RELEASE
- [19:21:11] [Server thread/INFO]: Database closed
- [19:21:11] [Server thread/INFO]:
- []=====[Disabling AdvancedBan]=====[]
- | Information:
- | Name: AdvancedBan
- | Developer: Leoko
- | Version: 2.1.5-RELEASE
- | Storage: HSQLDB (local)
- | Support:
- | Skype: Leoko33
- | Mail: [email protected]
- | Github: https://github.com/DevLeoko/AdvancedBan/issues
- | Discord: https://discord.gg/ycDG6rS
- []================================[]
- [19:21:11] [Server thread/INFO]: Saving players
- [19:21:11] [Server thread/INFO]: Saving worlds
- [19:21:11] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
- [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
- [19:21:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
- [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
- [19:21:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
- [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
- [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
- [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
- [19:21:14] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
- [19:21:14] [Server thread/INFO]: Thread Query Listener stopped
Add Comment
Please, Sign In to add comment