-
-
Save anonymous/a6ddf39957c3d20279eed77ef499184b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [17:21:30] [Server thread/INFO]: Starting minecraft server version 1.7.10 | |
| [17:21:30] [Server thread/INFO]: Loading properties | |
| [17:21:30] [Server thread/INFO]: Default game type: SURVIVAL | |
| [17:21:30] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-43 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT) | |
| [17:21:30] [Server thread/INFO]: Using 4 threads for Netty based IO | |
| [17:21:30] [Server thread/INFO]: Server Ping Player Sample Count: 12 | |
| [17:21:30] [Server thread/INFO]: Debug logging is disabled | |
| [17:21:30] [Server thread/INFO]: Generating keypair | |
| [17:21:31] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:9470 | |
| [17:21:31] [Server thread/INFO]: Set PluginClassLoader as parallel capable | |
| [17:21:31] [Server thread/INFO]: [cAuthBukkit] Loading cAuthBukkit v1.0.0 | |
| [17:21:31] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
| [17:21:31] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation | |
| [17:21:31] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
| [17:21:31] [Server thread/INFO]: [cConnectorBukkit] Loading cConnectorBukkit v1.0.0 | |
| [17:21:31] [Server thread/ERROR]: Could not get a resource from the pool initializing cConnectorBukkit v1.0.0 (Is it up to date?) | |
| redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool | |
| at redis.clients.util.Pool.getResource(Pool.java:53) ~[?:?] | |
| at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226) ~[?:?] | |
| at eu.com4u.redis.Redis.<init>(Redis.java:29) ~[?:?] | |
| at eu.com4u.connector.bukkit.BukkitPlugin.onLoad(BukkitPlugin.java:30) ~[?:?] | |
| at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:375) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer37972.jar:git-PaperSpigot-43] | |
| Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused) | |
| at redis.clients.jedis.Connection.connect(Connection.java:207) ~[?:?] | |
| at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93) ~[?:?] | |
| at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767) ~[?:?] | |
| at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[?:?] | |
| at redis.clients.util.Pool.getResource(Pool.java:49) ~[?:?] | |
| ... 7 more | |
| Caused by: java.net.ConnectException: Connection refused (Connection refused) | |
| at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_121] | |
| at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_121] | |
| at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_121] | |
| at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_121] | |
| at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_121] | |
| at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_121] | |
| at redis.clients.jedis.Connection.connect(Connection.java:184) ~[?:?] | |
| at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93) ~[?:?] | |
| at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767) ~[?:?] | |
| at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[?:?] | |
| at redis.clients.util.Pool.getResource(Pool.java:49) ~[?:?] | |
| ... 7 more | |
| [17:21:31] [Server thread/INFO]: [cDistributorBukkit] Loading cDistributorBukkit v1.0.0 | |
| [17:21:31] [Server thread/ERROR]: Could not get a resource from the pool initializing cDistributorBukkit v1.0.0 (Is it up to date?) | |
| redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool | |
| at redis.clients.util.Pool.getResource(Pool.java:53) ~[?:?] | |
| at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226) ~[?:?] | |
| at eu.com4u.redis.Redis.<init>(Redis.java:29) ~[?:?] | |
| at eu.com4u.distributor.bukkit.BukkitPlugin.onLoad(BukkitPlugin.java:16) ~[?:?] | |
| at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:375) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer37972.jar:git-PaperSpigot-43] | |
| Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused) | |
| at redis.clients.jedis.Connection.connect(Connection.java:207) ~[?:?] | |
| at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93) ~[?:?] | |
| at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767) ~[?:?] | |
| at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[?:?] | |
| at redis.clients.util.Pool.getResource(Pool.java:49) ~[?:?] | |
| ... 7 more | |
| Caused by: java.net.ConnectException: Connection refused (Connection refused) | |
| at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_121] | |
| at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_121] | |
| at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_121] | |
| at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_121] | |
| at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_121] | |
| at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_121] | |
| at redis.clients.jedis.Connection.connect(Connection.java:184) ~[?:?] | |
| at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93) ~[?:?] | |
| at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767) ~[?:?] | |
| at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[?:?] | |
| at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[?:?] | |
| at redis.clients.util.Pool.getResource(Pool.java:49) ~[?:?] | |
| ... 7 more | |
| [17:21:31] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.25 | |
| [17:21:31] [Server thread/WARN]: java.lang.NoClassDefFoundError: net/minecraft/server/v1_11_R1/NetworkManager | |
| [17:21:31] [Server thread/WARN]: at protocolsupport.zplatform.ServerPlatform.detect(ServerPlatform.java:25) | |
| [17:21:31] [Server thread/WARN]: at protocolsupport.ProtocolSupport.onLoad(ProtocolSupport.java:34) | |
| [17:21:31] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:375) | |
| [17:21:31] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) | |
| [17:21:31] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) | |
| [17:21:31] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) | |
| [17:21:31] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_11_R1.NetworkManager | |
| [17:21:31] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) | |
| [17:21:31] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) | |
| [17:21:31] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
| [17:21:31] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
| [17:21:31] [Server thread/WARN]: ... 6 more | |
| [17:21:31] [Server thread/ERROR]: [ProtocolSupport] Unsupported server implementation type, shutting down | |
| [17:21:31] [Server thread/INFO]: [cBroadcastBukkit] Loading cBroadcastBukkit v1.0.0 | |
| [17:21:31] [Server thread/INFO]: [BlockVersion] Loading BlockVersion v1.2 | |
| [17:21:31] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.25 | |
| [17:21:31] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! | |
| [17:21:31] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. | |
| [17:21:31] [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. | |
| [17:21:31] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. | |
| [17:21:31] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time **** | |
| [17:21:31] [Server thread/INFO]: Preparing level "world" | |
| [17:21:31] [Server thread/INFO]: -------- World Settings For [world] -------- | |
| [17:21:31] [Server thread/INFO]: Arrow Despawn Rate: 1200 | |
| [17:21:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true | |
| [17:21:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true | |
| [17:21:31] [Server thread/INFO]: View Distance: 10 | |
| [17:21:31] [Server thread/INFO]: Chunks to Grow per Tick: 650 | |
| [17:21:31] [Server thread/INFO]: Clear tick list: false | |
| [17:21:31] [Server thread/INFO]: Experience Merge Radius: 3.0 | |
| [17:21:31] [Server thread/INFO]: Item Despawn Rate: 6000 | |
| [17:21:31] [Server thread/INFO]: Item Merge Radius: 2.5 | |
| [17:21:31] [Server thread/INFO]: Anti X-Ray: true | |
| [17:21:31] [Server thread/INFO]: Engine Mode: 1 | |
| [17:21:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] | |
| [17:21:31] [Server thread/INFO]: Replace Blocks: [1, 5] | |
| [17:21:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false | |
| [17:21:31] [Server thread/INFO]: Cactus Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Cane Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Melon Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Mushroom Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Sapling Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Wheat Growth Modifier: 100% | |
| [17:21:31] [Server thread/INFO]: Sending up to 5 chunks per packet | |
| [17:21:31] [Server thread/INFO]: Max Entity Collisions: 8 | |
| [17:21:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 | |
| [17:21:31] [Server thread/INFO]: Max TNT Explosions: 100 | |
| [17:21:31] [Server thread/INFO]: Mob Spawn Range: 4 | |
| [17:21:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 | |
| [17:21:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 | |
| [17:21:31] [Server thread/INFO]: Alternative Hopper Ticking: false | |
| [17:21:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 | |
| [17:21:31] [Server thread/INFO]: Random Lighting Updates: false | |
| [17:21:31] [Server thread/INFO]: Structure Info Saving: true | |
| [17:21:31] [Server thread/INFO]: -------- World Settings For [world] -------- | |
| [17:21:31] [Server thread/INFO]: Water over lava flow speed: 5 | |
| [17:21:31] [Server thread/INFO]: Allow undead horse types to be leashed: true | |
| [17:21:31] [Server thread/INFO]: Inverted Redstone Lamps: false | |
| [17:21:31] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 | |
| [17:21:31] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false | |
| [17:21:31] [Server thread/INFO]: Keep spawn chunk loaded: true | |
| [17:21:31] [Server thread/INFO]: Entity max Tick Time: 50ms | |
| [17:21:31] [Server thread/INFO]: World async lighting: false | |
| [17:21:31] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 | |
| [17:21:31] [Server thread/INFO]: Remove invalid mob spawner tile entities: true | |
| [17:21:31] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 | |
| [17:21:31] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 | |
| [17:21:31] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 | |
| [17:21:32] [Server thread/INFO]: -------- World Settings For [world_nether] -------- | |
| [17:21:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 | |
| [17:21:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true | |
| [17:21:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true | |
| [17:21:32] [Server thread/INFO]: View Distance: 10 | |
| [17:21:32] [Server thread/INFO]: Chunks to Grow per Tick: 650 | |
| [17:21:32] [Server thread/INFO]: Clear tick list: false | |
| [17:21:32] [Server thread/INFO]: Experience Merge Radius: 3.0 | |
| [17:21:32] [Server thread/INFO]: Item Despawn Rate: 6000 | |
| [17:21:32] [Server thread/INFO]: Item Merge Radius: 2.5 | |
| [17:21:32] [Server thread/INFO]: Anti X-Ray: true | |
| [17:21:32] [Server thread/INFO]: Engine Mode: 1 | |
| [17:21:32] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] | |
| [17:21:32] [Server thread/INFO]: Replace Blocks: [1, 5] | |
| [17:21:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false | |
| [17:21:32] [Server thread/INFO]: Cactus Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Cane Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Melon Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Mushroom Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Sapling Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Wheat Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Sending up to 5 chunks per packet | |
| [17:21:32] [Server thread/INFO]: Max Entity Collisions: 8 | |
| [17:21:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 | |
| [17:21:32] [Server thread/INFO]: Max TNT Explosions: 100 | |
| [17:21:32] [Server thread/INFO]: Mob Spawn Range: 4 | |
| [17:21:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 | |
| [17:21:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 | |
| [17:21:32] [Server thread/INFO]: Alternative Hopper Ticking: false | |
| [17:21:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 | |
| [17:21:32] [Server thread/INFO]: Random Lighting Updates: false | |
| [17:21:32] [Server thread/INFO]: Structure Info Saving: true | |
| [17:21:32] [Server thread/INFO]: -------- World Settings For [world_nether] -------- | |
| [17:21:32] [Server thread/INFO]: Water over lava flow speed: 5 | |
| [17:21:32] [Server thread/INFO]: Allow undead horse types to be leashed: true | |
| [17:21:32] [Server thread/INFO]: Inverted Redstone Lamps: false | |
| [17:21:32] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 | |
| [17:21:32] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false | |
| [17:21:32] [Server thread/INFO]: Keep spawn chunk loaded: true | |
| [17:21:32] [Server thread/INFO]: Entity max Tick Time: 50ms | |
| [17:21:32] [Server thread/INFO]: World async lighting: false | |
| [17:21:32] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 | |
| [17:21:32] [Server thread/INFO]: Remove invalid mob spawner tile entities: true | |
| [17:21:32] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 | |
| [17:21:32] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 | |
| [17:21:32] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 | |
| [17:21:32] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- | |
| [17:21:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 | |
| [17:21:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true | |
| [17:21:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true | |
| [17:21:32] [Server thread/INFO]: View Distance: 10 | |
| [17:21:32] [Server thread/INFO]: Chunks to Grow per Tick: 650 | |
| [17:21:32] [Server thread/INFO]: Clear tick list: false | |
| [17:21:32] [Server thread/INFO]: Experience Merge Radius: 3.0 | |
| [17:21:32] [Server thread/INFO]: Item Despawn Rate: 6000 | |
| [17:21:32] [Server thread/INFO]: Item Merge Radius: 2.5 | |
| [17:21:32] [Server thread/INFO]: Anti X-Ray: true | |
| [17:21:32] [Server thread/INFO]: Engine Mode: 1 | |
| [17:21:32] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] | |
| [17:21:32] [Server thread/INFO]: Replace Blocks: [1, 5] | |
| [17:21:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false | |
| [17:21:32] [Server thread/INFO]: Cactus Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Cane Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Melon Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Mushroom Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Sapling Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Wheat Growth Modifier: 100% | |
| [17:21:32] [Server thread/INFO]: Sending up to 5 chunks per packet | |
| [17:21:32] [Server thread/INFO]: Max Entity Collisions: 8 | |
| [17:21:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 | |
| [17:21:32] [Server thread/INFO]: Max TNT Explosions: 100 | |
| [17:21:32] [Server thread/INFO]: Mob Spawn Range: 4 | |
| [17:21:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 | |
| [17:21:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 | |
| [17:21:32] [Server thread/INFO]: Alternative Hopper Ticking: false | |
| [17:21:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 | |
| [17:21:32] [Server thread/INFO]: Random Lighting Updates: false | |
| [17:21:32] [Server thread/INFO]: Structure Info Saving: true | |
| [17:21:32] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- | |
| [17:21:32] [Server thread/INFO]: Water over lava flow speed: 5 | |
| [17:21:32] [Server thread/INFO]: Allow undead horse types to be leashed: true | |
| [17:21:32] [Server thread/INFO]: Inverted Redstone Lamps: false | |
| [17:21:32] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000 | |
| [17:21:32] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false | |
| [17:21:32] [Server thread/INFO]: Keep spawn chunk loaded: true | |
| [17:21:32] [Server thread/INFO]: Entity max Tick Time: 50ms | |
| [17:21:32] [Server thread/INFO]: World async lighting: false | |
| [17:21:32] [Server thread/INFO]: Player blocking damage multiplier set to 0.5 | |
| [17:21:32] [Server thread/INFO]: Remove invalid mob spawner tile entities: true | |
| [17:21:32] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128 | |
| [17:21:32] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0 | |
| [17:21:32] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3 | |
| [17:21:32] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7010121229851866759) | |
| [17:21:32] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5225110165146429052) | |
| [17:21:32] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5225110165146429052) | |
| [17:21:32] [Server thread/INFO]: [cAuthBukkit] Enabling cAuthBukkit v1.0.0 | |
| [17:21:33] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. | |
| [17:21:33] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| [17:21:33] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| [17:21:33] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| [17:21:33] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| [17:21:33] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| [17:21:33] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| [17:21:33] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| [17:21:33] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:108) | |
| [17:21:33] [Server thread/WARN]: at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:356) | |
| [17:21:33] [Server thread/WARN]: at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:199) | |
| [17:21:33] [Server thread/WARN]: at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:444) | |
| [17:21:33] [Server thread/WARN]: at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:515) | |
| [17:21:33] [Server thread/WARN]: at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:112) | |
| [17:21:33] [Server thread/WARN]: at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:97) | |
| [17:21:33] [Server thread/WARN]: at eu.com4u.mysql.MySQLExecutor.update(MySQLExecutor.java:20) | |
| [17:21:33] [Server thread/WARN]: at eu.com4u.auth.bukkit.BukkitAuth.onEnable(BukkitAuth.java:39) | |
| [17:21:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) | |
| [17:21:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) | |
| [17:21:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) | |
| [17:21:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:477) | |
| [17:21:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:395) | |
| [17:21:33] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) | |
| [17:21:33] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) | |
| [17:21:33] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) | |
| [17:21:33] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) | |
| [17:21:33] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) | |
| [17:21:33] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) | |
| [17:21:33] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused (Connection refused) | |
| [17:21:33] [Server thread/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method) | |
| [17:21:33] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) | |
| [17:21:33] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) | |
| [17:21:33] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) | |
| [17:21:33] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) | |
| [17:21:33] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:589) | |
| [17:21:33] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:538) | |
| [17:21:33] [Server thread/WARN]: at java.net.Socket.<init>(Socket.java:434) | |
| [17:21:33] [Server thread/WARN]: at java.net.Socket.<init>(Socket.java:244) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) | |
| [17:21:33] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) | |
| [17:21:33] [Server thread/WARN]: ... 34 more | |
| [17:21:33] [Server thread/INFO]: [cConnectorBukkit] Enabling cConnectorBukkit v1.0.0 | |
| [17:21:33] [Server thread/INFO]: [cDistributorBukkit] Enabling cDistributorBukkit v1.0.0 | |
| [17:21:33] [Server thread/ERROR]: Error occurred while enabling cDistributorBukkit v1.0.0 (Is it up to date?) | |
| java.lang.NullPointerException | |
| at eu.com4u.distributor.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:21) ~[?:?] | |
| at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[serwer37972.jar:git-PaperSpigot-43] | |
| at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [serwer37972.jar:git-PaperSpigot-43] | |
| at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [serwer37972.jar:git-PaperSpigot-43] | |
| at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:477) [serwer37972.jar:git-PaperSpigot-43] | |
| at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:395) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [serwer37972.jar:git-PaperSpigot-43] | |
| at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [serwer37972.jar:git-PaperSpigot-43] | |
| [17:21:33] [Server thread/INFO]: [cBroadcastBukkit] Enabling cBroadcastBukkit v1.0.0 | |
| [17:21:33] [Server thread/INFO]: [BlockVersion] Enabling BlockVersion v1.2 | |
| [17:21:33] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it | |
| [17:21:33] [Server thread/INFO]: Done (1.840s)! For help, type "help" or "?" | |
| [17:21:33] [Server thread/INFO]: Stopping server | |
| [17:21:33] [Server thread/INFO]: [BlockVersion] Disabling BlockVersion v1.2 | |
| [17:21:33] [Server thread/INFO]: [cBroadcastBukkit] Disabling cBroadcastBukkit v1.0.0 | |
| [17:21:33] [Server thread/INFO]: [ProtocolSupport] Disabling ProtocolSupport v4.25 | |
| [17:21:33] [Server thread/INFO]: [cDistributorBukkit] Disabling cDistributorBukkit v1.0.0 | |
| [17:21:33] [Server thread/INFO]: [cConnectorBukkit] Disabling cConnectorBukkit v1.0.0 | |
| [17:21:33] [Server thread/INFO]: Saving players | |
| [17:21:33] [Server thread/INFO]: Saving worlds | |
| [17:21:33] [Server thread/INFO]: Saving chunks for level 'world'/Overworld | |
| [17:21:33] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether | |
| [17:21:33] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment