· 9 years ago · Dec 28, 2016, 05:32 PM
1[18:29:32] [Server thread/INFO]: Starting minecraft server version 1.11.2
2[18:29:32] [Server thread/INFO]: Loading properties
3[18:29:32] [Server thread/WARN]: resource-pack-hash is deprecated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
4[18:29:32] [Server thread/INFO]: Default game type: SURVIVAL
5[18:29:32] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-7d78b81-f9e0440 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
6[18:29:32] [Server thread/INFO]: Debug logging is disabled
7[18:29:32] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[18:29:32] [Server thread/INFO]: Using 4 threads for Netty based IO
9[18:29:32] [Server thread/INFO]: Generating keypair
10[18:29:32] [Server thread/INFO]: Starting Minecraft server on 5.62.113.252:25565
11[18:29:32] [Server thread/INFO]: Using epoll channel type
12[18:29:33] [Server thread/INFO]: Set PluginClassLoader as parallel capable
13[18:29:33] [Server thread/ERROR]: Could not load 'plugins/Home.jar' in folder 'plugins'
14org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: mr/minecraft15/Home/Main/Main : Unsupported major.minor version 52.0
15 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
16 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
17 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
18 at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:300) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
19 at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
20 at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
21 at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
22Caused by: java.lang.UnsupportedClassVersionError: mr/minecraft15/Home/Main/Main : Unsupported major.minor version 52.0
23 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_71]
24 at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71]
25 at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71]
26 at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71]
27 at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_71]
28 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_71]
29 at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_71]
30 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_71]
31 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_71]
32 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
33 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
34 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
35 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
36 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_71]
37 at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_71]
38 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
39 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
40 ... 6 more
41[18:29:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
42[18:29:34] [Server thread/INFO]: [RewardVoting] Loading RewardVoting v6.0.3
43[18:29:34] [Server thread/INFO]: [Ticket] Loading Ticket v1.0
44[18:29:34] [Server thread/INFO]: [LogBlockQuestioner] Loading LogBlockQuestioner v0.02
45[18:29:34] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
46[18:29:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
47[18:29:34] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
48[18:29:34] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
49[18:29:34] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
50[18:29:34] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
51[18:29:34] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
52[18:29:34] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
53com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Access denied for user 'username'@'127.0.0.1' (using password: YES)
54 at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
55 at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
56 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
57 at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
58 at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
59 at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
60 at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:305) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
61 at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
62 at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
63 at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
64Caused by: java.sql.SQLException: Access denied for user 'username'@'127.0.0.1' (using password: YES)
65 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:963) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
66 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
67 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
68 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:875) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
69 at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1712) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
70 at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1228) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
71 at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2253) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
72 at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
73 at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
74 at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
75 at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
76 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
77 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
78 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
79 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
80 at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
81 at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
82 at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
83 at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[LogBlock.jar:?]
84 at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[LogBlock.jar:?]
85 at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[LogBlock.jar:?]
86 at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[LogBlock.jar:?]
87 ... 9 more
88[18:29:34] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
89[18:29:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
90[18:29:34] [Server thread/INFO]: [dynmap] Loading dynmap v2.3-1142
91[18:29:34] [Server thread/INFO]: [dynmap] version=git-Spigot-7d78b81-f9e0440 (MC: 1.11.2)
92[18:29:34] [Server thread/INFO]: [dynmap] Mod Support API available
93[18:29:34] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
94[18:29:34] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.4
95[18:29:34] [Server thread/INFO]: [Event] Loading Event v1.1
96[18:29:34] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v1.5.8
97[18:29:34] [Server thread/INFO]: [AutoPay] Loading AutoPay v1.0
98[18:29:34] [Server thread/INFO]: [BanManager] Loading BanManager v5.6.1
99[18:29:34] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
100[18:29:34] [Server thread/INFO]: [RedstoneClockDetector] Loading RedstoneClockDetector v0.2.7
101[18:29:34] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.0
102[18:29:34] [Server thread/WARN]: [ProtocolLib] Detected outdated Java version: Java 7
103[18:29:34] [Server thread/WARN]: [ProtocolLib] It is recommended that you update to Java 8 as soon as possible.
104[18:29:34] [Server thread/WARN]: [ProtocolLib] Future versions of ProtocolLib many not support Java 7.
105[18:29:34] [Server thread/WARN]: [ProtocolLib] Java 8 will allow for much faster reflection performance.
106[18:29:34] [Server thread/WARN]: [ProtocolLib] Updater section is missing, regenerate your config!
107[18:29:34] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.11.2) has not yet been tested! Proceed with caution.
108[18:29:35] [Server thread/INFO]: [NameManager] Loading NameManager v2.1.2
109[18:29:35] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
110[18:29:35] [Server thread/INFO]: [Herochat] Loading Herochat v5.6.7-SNAPSHOT
111[18:29:35] [Server thread/INFO]: [MobArena] Loading MobArena v0.97.3
112[18:29:35] [Server thread/INFO]: [NoSpawnerChange] Loading NoSpawnerChange v1.0
113[18:29:35] [Server thread/INFO]: [SeeFirstLogin] Loading SeeFirstLogin v1.0
114[18:29:35] [Server thread/INFO]: [FoundDiamonds] Loading FoundDiamonds v3.6.5
115[18:29:35] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b460
116[18:29:35] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
117[18:29:35] [Server thread/INFO]: [Fe] Loading Fe v0.8.3
118[18:29:35] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1046
119[18:29:35] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
120[18:29:35] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
121[18:29:35] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.11.2
122[18:29:35] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b460
123[18:29:35] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v5.8.3
124[18:29:35] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
125[18:29:35] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT
126[18:29:35] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
127[18:29:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
128[18:29:35] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
129[18:29:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
130[18:29:35] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
131[18:29:35] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
132[18:29:35] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
133[18:29:35] [Server thread/INFO]: [LWC] Connecting to SQLite
134[18:29:35] [Server thread/WARN]: Failed to load native library:libsqlitejdbc.so. osinfo: Linux/x86_64
135[18:29:35] [Server thread/WARN]: java.lang.UnsatisfiedLinkError: /games/ni625060_1/ftproot/minecraftbukkit/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: /games/ni625060_1/ftproot/minecraftbukkit/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: file too short
136[18:29:35] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.0
137[18:29:35] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
138[18:29:35] [Server thread/INFO]: [Fe] Enabling Fe v0.8.3
139[18:29:35] [Server thread/INFO]: [Fe] Vault support enabled.
140[18:29:35] [Server thread/INFO]: [Fe] All accounts with the default balance have been removed.
141[18:29:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
142[18:29:35] [Server thread/INFO]: Preparing level "world"
143[18:29:35] [Server thread/INFO]: -------- World Settings For [world] --------
144[18:29:35] [Server thread/INFO]: Mob Spawn Range: 4
145[18:29:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
146[18:29:35] [Server thread/INFO]: Cane Growth Modifier: 100%
147[18:29:35] [Server thread/INFO]: Melon Growth Modifier: 100%
148[18:29:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
149[18:29:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
150[18:29:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
151[18:29:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
152[18:29:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
153[18:29:35] [Server thread/INFO]: Vine Growth Modifier: 100%
154[18:29:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
155[18:29:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
156[18:29:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
157[18:29:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
158[18:29:35] [Server thread/INFO]: Random Lighting Updates: false
159[18:29:35] [Server thread/INFO]: Structure Info Saving: true
160[18:29:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
161[18:29:35] [Server thread/INFO]: Max TNT Explosions: 100
162[18:29:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
163[18:29:35] [Server thread/INFO]: Item Despawn Rate: 6000
164[18:29:35] [Server thread/INFO]: Item Merge Radius: 2.5
165[18:29:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
166[18:29:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
167[18:29:35] [Server thread/INFO]: View Distance: 8
168[18:29:35] [Server thread/INFO]: Experience Merge Radius: 3.0
169[18:29:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
170[18:29:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
171[18:29:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
172[18:29:35] [Server thread/INFO]: Mob Spawn Range: 4
173[18:29:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
174[18:29:35] [Server thread/INFO]: Cane Growth Modifier: 100%
175[18:29:35] [Server thread/INFO]: Melon Growth Modifier: 100%
176[18:29:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
177[18:29:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
178[18:29:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
179[18:29:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
180[18:29:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
181[18:29:35] [Server thread/INFO]: Vine Growth Modifier: 100%
182[18:29:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
183[18:29:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
184[18:29:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
185[18:29:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
186[18:29:35] [Server thread/INFO]: Random Lighting Updates: false
187[18:29:35] [Server thread/INFO]: Structure Info Saving: true
188[18:29:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
189[18:29:35] [Server thread/INFO]: Max TNT Explosions: 100
190[18:29:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
191[18:29:35] [Server thread/INFO]: Item Despawn Rate: 6000
192[18:29:35] [Server thread/INFO]: Item Merge Radius: 2.5
193[18:29:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
194[18:29:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
195[18:29:35] [Server thread/INFO]: View Distance: 8
196[18:29:35] [Server thread/INFO]: Experience Merge Radius: 3.0
197[18:29:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
198[18:29:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
199[18:29:36] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
200[18:29:36] [Server thread/INFO]: Mob Spawn Range: 4
201[18:29:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
202[18:29:36] [Server thread/INFO]: Cane Growth Modifier: 100%
203[18:29:36] [Server thread/INFO]: Melon Growth Modifier: 100%
204[18:29:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
205[18:29:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
206[18:29:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
207[18:29:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
208[18:29:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
209[18:29:36] [Server thread/INFO]: Vine Growth Modifier: 100%
210[18:29:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
211[18:29:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
212[18:29:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
213[18:29:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
214[18:29:36] [Server thread/INFO]: Random Lighting Updates: false
215[18:29:36] [Server thread/INFO]: Structure Info Saving: true
216[18:29:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
217[18:29:36] [Server thread/INFO]: Max TNT Explosions: 100
218[18:29:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
219[18:29:36] [Server thread/INFO]: Item Despawn Rate: 6000
220[18:29:36] [Server thread/INFO]: Item Merge Radius: 2.5
221[18:29:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
222[18:29:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
223[18:29:36] [Server thread/INFO]: View Distance: 8
224[18:29:36] [Server thread/INFO]: Experience Merge Radius: 3.0
225[18:29:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
226[18:29:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
227[18:29:36] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8928262518929442247)
228[18:29:37] [Server thread/INFO]: Preparing spawn area: 4%
229[18:29:38] [Server thread/INFO]: Preparing spawn area: 64%
230[18:29:38] [Server thread/INFO]: Preparing start region for level 1 (Seed: 7420974258738092622)
231[18:29:39] [Server thread/INFO]: Preparing spawn area: 62%
232[18:29:40] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7420974258738092622)
233[18:29:40] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
234[18:29:41] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
235[18:29:41] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
236[18:29:41] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_71).
237[18:29:41] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
238[18:29:41] [Server thread/INFO]: [RewardVoting] Enabling RewardVoting v6.0.3
239[18:29:41] [Server thread/INFO]: [RewardVoting] the plugin is enabled!
240[18:29:41] [Server thread/INFO]: [RewardVoting] Found Vault! Hooking in for economy!
241[18:29:42] [Server thread/INFO]: [Ticket] Enabling Ticket v1.0
242[18:29:42] [Server thread/INFO]: [LogBlockQuestioner] Enabling LogBlockQuestioner v0.02
243[18:29:42] [Server thread/INFO]: LogBlockQuestioner v0.02 enabled
244[18:29:42] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
245[18:29:42] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
246[18:29:42] [Server thread/INFO]: -------- World Settings For [creative] --------
247[18:29:42] [Server thread/INFO]: Mob Spawn Range: 4
248[18:29:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
249[18:29:42] [Server thread/INFO]: Cane Growth Modifier: 100%
250[18:29:42] [Server thread/INFO]: Melon Growth Modifier: 100%
251[18:29:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
252[18:29:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
253[18:29:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
254[18:29:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
255[18:29:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
256[18:29:42] [Server thread/INFO]: Vine Growth Modifier: 100%
257[18:29:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
258[18:29:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
259[18:29:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
260[18:29:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
261[18:29:42] [Server thread/INFO]: Random Lighting Updates: false
262[18:29:42] [Server thread/INFO]: Structure Info Saving: true
263[18:29:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
264[18:29:42] [Server thread/INFO]: Max TNT Explosions: 100
265[18:29:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
266[18:29:42] [Server thread/INFO]: Item Despawn Rate: 6000
267[18:29:42] [Server thread/INFO]: Item Merge Radius: 2.5
268[18:29:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
269[18:29:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
270[18:29:42] [Server thread/INFO]: View Distance: 8
271[18:29:42] [Server thread/INFO]: Experience Merge Radius: 3.0
272[18:29:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
273[18:29:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
274[18:29:42] [Server thread/INFO]: Preparing start region for level 3 (Seed: 8970624332398346470)
275[18:29:43] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
276[18:29:43] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
277[18:29:43] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
278[18:29:43] [Server thread/INFO]: [PermissionsEx] Initializing file backend
279[18:29:43] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
280[18:29:43] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
281[18:29:43] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
282[18:29:43] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
283[18:29:43] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
284[18:29:44] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
285[18:29:44] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
286[18:29:44] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
287[18:29:44] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
288[18:29:44] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
289[18:29:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
290[18:29:44] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
291[18:29:44] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
292[18:29:44] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
293[18:29:44] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
294[18:29:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
295[18:29:44] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
296[18:29:44] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
297[18:29:44] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
298[18:29:44] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
299[18:29:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
300[18:29:44] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
301[18:29:44] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
302[18:29:44] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
303[18:29:44] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
304[18:29:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
305[18:29:44] [Server thread/INFO]: [WorldGuard] Loading region data...
306[18:29:44] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
307[18:29:46] [Server thread/INFO]: [dynmap] Added 1 custom biome mappings
308[18:29:46] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
309[18:29:47] [Server thread/INFO]: [dynmap] Mod Support processing completed
310[18:29:48] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
311[18:29:48] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
312[18:29:48] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
313[18:29:48] [Server thread/INFO]: [dynmap] Web server started on address 5.62.113.252:8123
314[18:29:48] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
315[18:29:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
316[18:29:48] [Server thread/INFO]: [dynmap] Loaded 205511 pending tile renders for world 'world'
317[18:29:48] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
318[18:29:48] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
319[18:29:48] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'creative'.
320[18:29:48] [Server thread/INFO]: [dynmap] Enabled
321[18:29:48] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
322[18:29:48] [Server thread/INFO]: Enabled ClearChat v1.0 (4kB) by Mr_Minecraft15
323[18:29:48] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.4
324[18:29:48] [Server thread/INFO]: [Event] Enabling Event v1.1
325[18:29:48] [Server thread/INFO]: [Event] Aktiviert!
326[18:29:48] [Server thread/INFO]: [Event] Entwickelt von Mr_Minecraft15!
327[18:29:48] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v1.5.8
328[18:29:48] [Server thread/INFO]: [PerWorldInventory] Starting metrics...
329[18:29:48] [Server thread/INFO]: [PerWorldInventory] Registering commands...
330[18:29:48] [Server thread/INFO]: [PerWorldInventory] Commands registered! Registering listeners...
331[18:29:48] [Server thread/INFO]: [PerWorldInventory] Registered PlayerChangedWorldListener.
332[18:29:48] [Server thread/INFO]: [PerWorldInventory] Registered PlayerQuitListener.
333[18:29:48] [Server thread/INFO]: [PerWorldInventory] Registered PlayerGameModeChangeListener.
334[18:29:48] [Server thread/INFO]: [PerWorldInventory] Listeners enabled!
335[18:29:48] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
336[18:29:48] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
337[18:29:48] [Server thread/INFO]: [AutoPay] Enabling AutoPay v1.0
338[18:29:48] [Server thread/INFO]: [AutoPay] Aktiviert!
339[18:29:48] [Server thread/INFO]: [AutoPay] Entwickelt von Mr_Minecraft15!
340[18:29:48] [Server thread/INFO]: [BanManager] Enabling BanManager v5.6.1
341[18:29:48] [Server thread/WARN]: [BanManager] Local Database is not enabled, disabling plugin
342[18:29:48] [Server thread/INFO]: [BanManager] Disabling BanManager v5.6.1
343[18:29:48] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
344[18:29:48] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
345[18:29:48] [Server thread/INFO]: creating table 'items'
346[18:29:48] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
347[18:29:48] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
348[18:29:48] [Server thread/INFO]: creating table 'accounts'
349[18:29:48] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
350[18:29:48] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
351[18:29:48] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
352[18:29:49] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
353[18:29:49] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
354[18:29:49] [Server thread/INFO]: [RedstoneClockDetector] Enabling RedstoneClockDetector v0.2.7
355[18:29:49] [Server thread/INFO]: [RedstoneClockDetector] Enabled.
356[18:29:49] [Server thread/INFO]: [NameManager] Enabling NameManager v2.1.2
357[18:29:49] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
358[18:29:49] [Server thread/INFO]: [Votifier] Votifier enabled.
359[18:29:49] [Server thread/INFO]: [Herochat] Enabling Herochat v5.6.7-SNAPSHOT
360[18:29:49] [Server thread/INFO]: [Herochat] Saving channels
361[18:29:49] [Server thread/INFO]: [Herochat] Save complete
362[18:29:49] [Server thread/INFO]: [Herochat] Version 5.6.7-SNAPSHOT is enabled.
363[18:29:49] [Server thread/INFO]: [MobArena] Enabling MobArena v0.97.3
364[18:29:49] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
365[18:29:49] [Server thread/INFO]: [MobArena] Loaded arena 'default'
366[18:29:49] [Server thread/INFO]: [MobArena] v0.97.3 enabled.
367[18:29:49] [Server thread/INFO]: [NoSpawnerChange] Enabling NoSpawnerChange v1.0
368[18:29:49] [Server thread/INFO]: [SeeFirstLogin] Enabling SeeFirstLogin v1.0
369[18:29:49] [Server thread/INFO]: [FoundDiamonds] Enabling FoundDiamonds v3.6.5
370[18:29:49] [Server thread/INFO]: [FoundDiamonds] Enabled
371[18:29:49] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b460
372[18:29:49] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
373[18:29:50] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
374[18:29:50] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
375[18:29:50] [Server thread/INFO]: Using locale en_US
376[18:29:50] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
377[18:29:50] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
378[18:29:50] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
379[18:29:50] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Fe version: 1.5.6-b49)
380[18:29:50] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
381[18:29:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
382[18:29:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
383[18:29:50] [Server thread/INFO]: [WorldBorder] [CONFIG] World "creative" has border radius 10 at X: -746.2 Z: -173.0
384[18:29:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
385[18:29:50] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 267.0 Y: 69.0 Z: 36.0
386[18:29:50] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1046
387[18:29:50] [Server thread/WARN]: [NoCheatPlus] The Minecraft version seems to be more recent than the one Compat-CB-Reflect has been built with - this might work, but there could be incompatibilities.
388[18:29:50] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.5-1.11|? / CB-Reflect
389[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
390[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
391[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
392[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
393[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
394[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
395[18:29:50] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
396[18:29:51] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
397[18:29:51] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.11.2)...
398[18:29:51] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
399[18:29:51] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
400[18:29:51] [Server thread/WARN]: [NoCheatPlus] The following configuration default values have changed:
401Changed with build 1036: compatibility.blocks.changetracker.active
402(Remove/update individual values or set configversion.created to 1036 to ignore all, then reload the configuration with the 'ncp reload' command.)
403[18:29:51] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1046 is enabled.
404[18:29:51] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b460
405[18:29:51] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v5.8.3
406[18:29:51] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
407[18:29:51] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT
408[18:29:51] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
409[18:29:51] [Server thread/INFO]: [CraftBook] The Auto-Updater is disabled for your version!
410[18:29:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
411[18:29:51] [Server thread/INFO]: Done (16.112s)! For help, type "help" or "?"
412[18:29:51] [Server thread/INFO]: Starting GS4 status listener
413[18:29:51] [Query Listener #1/INFO]: Query running on 5.62.113.252:25565
414[18:29:52] [Craft Scheduler Thread - 4/WARN]: [RewardVoting] Plugin RewardVoting v6.0.3 generated an exception while executing task 11
415java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
416 at votepackage.Metrics.postPlugin(Metrics.java:336) ~[?:?]
417 at votepackage.Metrics.access$4(Metrics.java:328) ~[?:?]
418 at votepackage.Metrics$1.run(Metrics.java:223) ~[?:?]
419 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
420 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
421 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
422 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
423 at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
424[18:29:52] [Craft Scheduler Thread - 5/WARN]: [Multiverse-Core] Plugin Multiverse-Core v2.5-b691 generated an exception while executing task 15
425java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
426 at org.mcstats.multiverse.Metrics.postPlugin(Metrics.java:357) ~[?:?]
427 at org.mcstats.multiverse.Metrics.access$400(Metrics.java:64) ~[?:?]
428 at org.mcstats.multiverse.Metrics$1.run(Metrics.java:245) ~[?:?]
429 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
430 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
431 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
432 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
433 at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
434[18:29:52] [Craft Scheduler Thread - 8/WARN]: [PerWorldInventory] Plugin PerWorldInventory v1.5.8 generated an exception while executing task 31
435java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
436 at me.gnat008.perworldinventory.Metrics.postPlugin(Metrics.java:335) ~[?:?]
437 at me.gnat008.perworldinventory.Metrics.access$400(Metrics.java:57) ~[?:?]
438 at me.gnat008.perworldinventory.Metrics$1.run(Metrics.java:223) ~[?:?]
439 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
440 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
441 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
442 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
443 at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
444[18:29:52] [Craft Scheduler Thread - 9/WARN]: [ChestShop] Plugin ChestShop v3.8.12 generated an exception while executing task 34
445java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
446 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335) ~[?:?]
447 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57) ~[?:?]
448 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223) ~[?:?]
449 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
450 at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit.jar:git-Spigot-7d78b81-f9e0440]
451 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
452 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
453 at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
454[18:29:52] [Craft Scheduler Thread - 9/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
455[18:29:52] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
456[18:29:52] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
457[18:29:52] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates ...
458[18:29:53] [Craft Scheduler Thread - 0/INFO]: [Vault] No new version available
459[18:29:53] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
460[18:29:53] [Server thread/WARN]: [CraftBook] §cWarning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!