Paste #116294: Bug dont work citizens

Date: 2023/10/10 18:57:11 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645


[01:49:31] [Server thread/INFO]: Starting minecraft server version 1.7.10
[01:49:31] [Server thread/INFO]: Loading properties
[01:49:31] [Server thread/INFO]: Default game type: SURVIVAL
[01:49:31] [Server thread/INFO]: This server is running CraftBukkit version null (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[01:49:31] [Server thread/INFO]: Server Ping Player Sample Count: 12
[01:49:31] [Server thread/INFO]: Using 4 threads for Netty based IO
[01:49:31] [Server thread/INFO]: Debug logging is disabled
[01:49:31] [Server thread/INFO]: Generating keypair
[01:49:31] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25576
[01:49:31] [Server thread/ERROR]: Could not load 'plugins/citizensapi-2.0.33-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 6 more
[01:49:31] [Server thread/ERROR]: Ambiguous plugin name `Citizens' for files `plugins/Citizens-2.0.33-b3216.jar' and `plugins/Citizens-2.0.33-b3219.jar' in `plugins'
[01:49:31] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[01:49:31] [Server thread/ERROR]: Could not load 'plugins/bukkitapi (3).jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
    at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:?]
    at com.lunarclient.bukkitapi.LunarClientAPI.<init>(LunarClientAPI.java:27) ~[?:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_312]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_312]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_312]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:?]
    ... 6 more
Caused by: java.lang.IllegalStateException: Initial initialization
    at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:?]
    at net.coreprotect.CoreProtect.<init>(CoreProtect.java:16) ~[?:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_312]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_312]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_312]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:?]
    ... 6 more
[01:49:31] [Server thread/ERROR]: Could not load 'plugins/BukkitImpl (3).jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: LunarClient-API
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:225) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:169) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
[01:49:31] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.10.0
[01:49:31] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11.1-RELEASE
[01:49:31] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
[01:49:31] [Server thread/INFO]: [HolographicDisplaysFix] Loading HolographicDisplaysFix v1.1
[01:49:31] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[01:49:31] [Server thread/INFO]: [Verus] Loading Verus vb2484
[01:49:31] [Server thread/INFO]: [VortexPearls] Loading VortexPearls v4.5.3
[01:49:31] [Server thread/INFO]: [PandaGKits] Loading PandaGKits v2.4.9-SNAPSHOT
[01:49:31] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[01:49:31] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.10
[01:49:31] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[01:49:31] [Server thread/INFO]: [CommandNPCs] Loading CommandNPCs v1.2.4
[01:49:31] [Server thread/INFO]: [AquaCore] Loading AquaCore v3.0.13
[01:49:31] [Server thread/INFO]: [Mars] Loading Mars v0.3-PREMIUM
[01:49:31] [Server thread/INFO]: [InventoryRestore] Loading InventoryRestore v2.1
[01:49:31] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.2
[01:49:31] [Server thread/INFO]: [CommandItems] Loading CommandItems v2.4.0
[01:49:31] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[01:49:31] [Server thread/INFO]: [Coupons] Loading Coupons v3.0.2
[01:49:31] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
[01:49:31] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.33-SNAPSHOT (build 3216)
[01:49:31] [Server thread/INFO]: [Lazarus] Loading Lazarus v1.0.6
[01:49:31] [Server thread/INFO]: [Shop] Loading Shop v1.2.9
[01:49:31] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[01:49:32] [Server thread/WARN]: SLF4J: No SLF4J providers were found.
[01:49:32] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[01:49:32] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[01:49:34] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[01:49:34] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[01:49:34] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[01:49:34] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[01:49:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[01:49:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[01:49:34] [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.
[01:49:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[01:49:34] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[01:49:34] [Server thread/INFO]: Preparing level "world"
[01:49:34] [Server thread/INFO]: -------- World Settings For [world] --------
[01:49:34] [Server thread/INFO]: Mob Spawn Range: 4
[01:49:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:49:34] [Server thread/INFO]: Anti X-Ray: true
[01:49:34] [Server thread/INFO]:     Engine Mode: 1
[01:49:34] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[01:49:34] [Server thread/INFO]:     Replace Blocks: [1, 5]
[01:49:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[01:49:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:49:34] [Server thread/INFO]: Alternative Hopper Ticking: false
[01:49:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[01:49:34] [Server thread/INFO]: Random Lighting Updates: false
[01:49:34] [Server thread/INFO]: Structure Info Saving: true
[01:49:34] [Server thread/INFO]: Sending up to 5 chunks per packet
[01:49:34] [Server thread/INFO]: Max Entity Collisions: 8
[01:49:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[01:49:34] [Server thread/INFO]: Max TNT Explosions: 100
[01:49:34] [Server thread/INFO]: View Distance: 10
[01:49:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
[01:49:34] [Server thread/INFO]: Clear tick list: false
[01:49:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:49:34] [Server thread/INFO]: Item Merge Radius: 2.5
[01:49:34] [Server thread/INFO]: Item Despawn Rate: 6000
[01:49:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:49:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:49:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:49:34] [Server thread/INFO]: -------- World Settings For [world] --------
[01:49:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[01:49:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[01:49:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[01:49:34] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[01:49:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[01:49:34] [Server thread/INFO]: Allow undead horse types to be leashed: true
[01:49:34] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
[01:49:34] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[01:49:34] [Server thread/INFO]: Keep spawn chunk loaded: true
[01:49:34] [Server thread/INFO]: World async lighting: false
[01:49:34] [Server thread/INFO]: Water over lava flow speed: 5
[01:49:34] [Server thread/INFO]: Inverted Redstone Lamps: false
[01:49:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[01:49:34] [Server thread/INFO]: Mob Spawn Range: 4
[01:49:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:49:34] [Server thread/INFO]: Anti X-Ray: true
[01:49:34] [Server thread/INFO]:     Engine Mode: 1
[01:49:34] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[01:49:34] [Server thread/INFO]:     Replace Blocks: [1, 5]
[01:49:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[01:49:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:49:34] [Server thread/INFO]: Alternative Hopper Ticking: false
[01:49:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[01:49:34] [Server thread/INFO]: Random Lighting Updates: false
[01:49:34] [Server thread/INFO]: Structure Info Saving: true
[01:49:34] [Server thread/INFO]: Sending up to 5 chunks per packet
[01:49:34] [Server thread/INFO]: Max Entity Collisions: 8
[01:49:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[01:49:34] [Server thread/INFO]: Max TNT Explosions: 100
[01:49:34] [Server thread/INFO]: View Distance: 10
[01:49:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
[01:49:34] [Server thread/INFO]: Clear tick list: false
[01:49:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:49:34] [Server thread/INFO]: Item Merge Radius: 2.5
[01:49:34] [Server thread/INFO]: Item Despawn Rate: 6000
[01:49:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:49:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:49:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:49:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[01:49:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[01:49:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[01:49:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[01:49:34] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[01:49:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[01:49:34] [Server thread/INFO]: Allow undead horse types to be leashed: true
[01:49:34] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
[01:49:34] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[01:49:34] [Server thread/INFO]: Keep spawn chunk loaded: true
[01:49:34] [Server thread/INFO]: World async lighting: false
[01:49:34] [Server thread/INFO]: Water over lava flow speed: 5
[01:49:34] [Server thread/INFO]: Inverted Redstone Lamps: false
[01:49:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[01:49:34] [Server thread/INFO]: Mob Spawn Range: 4
[01:49:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:49:34] [Server thread/INFO]: Anti X-Ray: true
[01:49:34] [Server thread/INFO]:     Engine Mode: 1
[01:49:34] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[01:49:34] [Server thread/INFO]:     Replace Blocks: [1, 5]
[01:49:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:49:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[01:49:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[01:49:34] [Server thread/INFO]: Alternative Hopper Ticking: false
[01:49:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[01:49:34] [Server thread/INFO]: Random Lighting Updates: false
[01:49:34] [Server thread/INFO]: Structure Info Saving: true
[01:49:34] [Server thread/INFO]: Sending up to 5 chunks per packet
[01:49:34] [Server thread/INFO]: Max Entity Collisions: 8
[01:49:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[01:49:34] [Server thread/INFO]: Max TNT Explosions: 100
[01:49:34] [Server thread/INFO]: View Distance: 10
[01:49:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
[01:49:34] [Server thread/INFO]: Clear tick list: false
[01:49:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:49:34] [Server thread/INFO]: Item Merge Radius: 2.5
[01:49:34] [Server thread/INFO]: Item Despawn Rate: 6000
[01:49:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
[01:49:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:49:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:49:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[01:49:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[01:49:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[01:49:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[01:49:34] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[01:49:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[01:49:34] [Server thread/INFO]: Allow undead horse types to be leashed: true
[01:49:34] [Server thread/INFO]: WorldServer TickNextTickList cap set at 10000
[01:49:34] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[01:49:34] [Server thread/INFO]: Keep spawn chunk loaded: true
[01:49:34] [Server thread/INFO]: World async lighting: false
[01:49:34] [Server thread/INFO]: Water over lava flow speed: 5
[01:49:34] [Server thread/INFO]: Inverted Redstone Lamps: false
[01:49:34] [Server thread/INFO]: Preparing start region for level 0 (Seed: 27594263)
[01:49:34] [Server thread/INFO]: Preparing start region for level 1 (Seed: 27594263)
[01:49:34] [Server thread/INFO]: Preparing start region for level 2 (Seed: 0)
[01:49:35] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.10.0
[01:49:35] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
[01:49:35] [Server thread/INFO]: CoreProtect version 2.10.0 is enabled!
[01:49:35] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[01:49:35] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11.1-RELEASE
[01:49:35] [Server thread/INFO]: [BlockParticles] Loading the config.yml
[01:49:35] [Server thread/INFO]: [BlockParticles] Successfully loaded config.yml
[01:49:35] [Server thread/INFO]: [BlockParticles] Loading the data.yml
[01:49:35] [Server thread/INFO]: [BlockParticles] Successfully loaded data.yml
[01:49:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
[01:49:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[01:49:35] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
[01:49:35] [Server thread/INFO]: [HolographicDisplaysFix] Enabling HolographicDisplaysFix v1.1
[01:49:35] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[01:49:36] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[01:49:36] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[01:49:36] [Server thread/INFO]: [Verus] Enabling Verus vb2484
[01:49:36] [Server thread/WARN]: [Verus] Check persistence is not enabled, it is recommended that you enable it to avoid relog bypasses
[01:49:36] [Server thread/INFO]: [Verus] Using storage method SQL handled by me.levansj01.verus.storage.database.impl.SQLDB
[01:49:36] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[01:49:36] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[01:49:36] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[01:49:36] [Server thread/ERROR]: [Verus] Failed to connect to MYSQL: 
me.levansj01.verus.util.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: 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.
    at me.levansj01.verus.util.hikari.pool.HikariPool.throwPoolInitializationException(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.pool.HikariPool.checkFailFast(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.pool.HikariPool.<init>(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.HikariDataSource.<init>(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.storage.database.pool.ConnectionPool.<init>(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.storage.database.impl.SQLDB.connect(Unknown Source) [Verus-output.jar:?]
    at me.levansj01.verus.storage.StorageEngine.start(Unknown Source) [Verus-output.jar:?]
    at me.levansj01.verus.VerusPlugin.launch(Unknown Source) [Verus-output.jar:?]
    at me.levansj01.launcher.VerusLauncher.onEnable(Unknown Source) [Verus-output.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
Caused by: 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.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_312]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_312]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[server.jar:?]
    at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[server.jar:?]
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[server.jar:?]
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[server.jar:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_312]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_312]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[server.jar:?]
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[server.jar:?]
    at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440) ~[server.jar:?]
    at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138) ~[server.jar:?]
    at me.levansj01.verus.util.hikari.pool.PoolBase.newConnection(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.pool.PoolBase.newPoolEntry(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.pool.HikariPool.createPoolEntry(Unknown Source) ~[Verus-output.jar:?]
    ... 19 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_312]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_312]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_312]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_312]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_312]
    at java.net.Socket.connect(Socket.java:607) ~[?:1.8.0_312]
    at java.net.Socket.connect(Socket.java:556) ~[?:1.8.0_312]
    at java.net.Socket.<init>(Socket.java:452) ~[?:1.8.0_312]
    at java.net.Socket.<init>(Socket.java:262) ~[?:1.8.0_312]
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) ~[server.jar:?]
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[server.jar:?]
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[server.jar:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_312]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_312]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[server.jar:?]
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[server.jar:?]
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[server.jar:?]
    at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:440) ~[server.jar:?]
    at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:138) ~[server.jar:?]
    at me.levansj01.verus.util.hikari.pool.PoolBase.newConnection(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.pool.PoolBase.newPoolEntry(Unknown Source) ~[Verus-output.jar:?]
    at me.levansj01.verus.util.hikari.pool.HikariPool.createPoolEntry(Unknown Source) ~[Verus-output.jar:?]
    ... 19 more
[01:49:36] [Server thread/INFO]: [VerusLoader] Loading CustomLoader by xBrownieCodez
[01:49:36] [Server thread/INFO]: [VerusLoader] Loaded 6 Commands
[01:49:36] [Server thread/INFO]: [VerusLoader] Loaded 59 Basic Checks
[01:49:36] [Server thread/INFO]: [VerusLoader] Loaded 33 Premium Checks
[01:49:36] [Server thread/INFO]: [Verus] Verus b2484 launched successfully in 247ms
By running this plugin, you agree to be bound by our TOS
[01:49:36] [Server thread/INFO]: [VortexPearls] Enabling VortexPearls v4.5.3
[01:49:36] [Server thread/INFO]: [VortexPearls] [Spigot] Enderpearl 1.7.10 successfully invoked.
[01:49:36] [Server thread/INFO]: 
[01:49:36] [Server thread/INFO]:     Vortex Pearls v4.5.3 enabled!
[01:49:36] [Server thread/INFO]: https://www.mc-market.org/resources/17095/
[01:49:36] [Server thread/INFO]: 
[01:49:36] [Server thread/INFO]: [PandaGKits] Enabling PandaGKits v2.4.9-SNAPSHOT
[01:49:37] [Server thread/INFO]: -----------------------------
[01:49:37] [Server thread/INFO]:  
[01:49:37] [Server thread/INFO]: PandaGKits
[01:49:37] [Server thread/INFO]: 
[01:49:37] [Server thread/INFO]:  ➥ Author: [Aleesk, TulioTriste, Risas]
[01:49:37] [Server thread/INFO]:  ➥ Version: 2.4.9-SNAPSHOT
[01:49:37] [Server thread/INFO]:  
[01:49:37] [Server thread/INFO]: -----------------------------
[01:49:37] [Server thread/WARN]: PandaGKit 2.4.9 CRACKED BY ziue#8495 | JOIN https://discord.gg/E73p6rsWfS
[01:49:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[01:49:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[01:49:37] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.10
[01:49:37] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[01:49:37] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[01:49:37] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[01:49:37] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[01:49:37] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[01:49:37] [Server thread/INFO]: [CommandNPCs] Enabling CommandNPCs v1.2.4
[01:49:37] [Server thread/ERROR]: [CommandNPCs] ****************************************
[01:49:37] [Server thread/ERROR]: [CommandNPCs]  
[01:49:37] [Server thread/ERROR]: [CommandNPCs]      This plugin depends on NPCLib!     
[01:49:37] [Server thread/ERROR]: [CommandNPCs]  http://www.spigotmc.org/resources/5853 
[01:49:37] [Server thread/ERROR]: [CommandNPCs]  
[01:49:37] [Server thread/ERROR]: [CommandNPCs] ****************************************
[01:49:37] [Server thread/INFO]: [CommandNPCs] Disabling CommandNPCs v1.2.4
[01:49:37] [Server thread/ERROR]: Error occurred while disabling CommandNPCs v1.2.4 (Is it up to date?)
java.lang.NoClassDefFoundError: de/inventivegames/npc/NPCLib
    at org.inventivetalent.cmdnpc.CommandNPCs.saveNPCs(CommandNPCs.java:201) ~[?:?]
    at org.inventivetalent.cmdnpc.CommandNPCs.onDisable(CommandNPCs.java:195) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:318) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:356) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:431) [server.jar:?]
    at org.inventivetalent.cmdnpc.CommandNPCs.onEnable(CommandNPCs.java:86) [CommandNPC_v1.2.4.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
Caused by: java.lang.ClassNotFoundException: de.inventivegames.npc.NPCLib
    at java.net.URLClassLoader.findClass(URLClassLoader.java:387) ~[?:1.8.0_312]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
    ... 17 more
[01:49:37] [Server thread/INFO]: [AquaCore] Enabling AquaCore v3.0.13
[01:49:37] [Thread-17/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
[01:49:37] [Server thread/INFO]: ======================================================
[01:49:37] [Server thread/INFO]: All files have been loaded correctly!
[01:49:37] [Server thread/INFO]: ======================================================
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Checking AquaCore license..
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] =================[Activated]=================
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] License has been validated [Haizivs#7206]
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log]  
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Discord ID: Haizivs#7206
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Cracked by Haizivs
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Your Version: 3.0.13/3.0.13
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] =================[Activated]=================
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Loaded 278 skin(s) from cache.
[01:49:37] [Server thread/INFO]: Loaded lores for TWITTER
[01:49:37] [Server thread/INFO]: Loaded lores for YOUTUBE
[01:49:37] [Server thread/INFO]: Loaded lores for INSTAGRAM
[01:49:37] [Server thread/INFO]: Loaded lores for DISCORD
[01:49:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: aqua [3.0.13]
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Placeholder API expansion successfully registered.
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Vault Provider successfully registered.
[01:49:37] [Server thread/INFO]: [TyxerNetwork] [Log] Trying to connect redis (redis-19729.c14.us-east-1-3.ec2.cloud.redislabs.com:19729, 1HZpFTsxv1S8bU73X075NCXF0SkhA8kK)
[01:49:39] [Server thread/INFO]: [TyxerNetwork] [Log] Redis is now successfully connected and synchronization is ready!
[01:49:39] [Server thread/INFO]: [TyxerNetwork] [Log] Successfully registered packets. (34 total)
[01:49:40] [Server thread/INFO]: =======================================================
[01:49:40] [Server thread/INFO]: Name: AquaCore
[01:49:40] [Server thread/INFO]: Author: [FaceSlap_/Activated_]
[01:49:40] [Server thread/INFO]: Version: 3.0.13
[01:49:40] [Server thread/INFO]: =======================================================
[01:49:40] [Server thread/INFO]: Database: Flat_file
[01:49:40] [Server thread/INFO]: Redis: Enabled
[01:49:40] [Server thread/INFO]: =======================================================
[01:49:40] [Server thread/INFO]: [Mars] Enabling Mars v0.3-PREMIUM
[01:49:40] [Server thread/INFO]: [InventoryRestore] Enabling InventoryRestore v2.1
[01:49:40] [Redis Thread - 0/INFO]: [TyxerNetwork] [ServerManager] Lobby has just came online and will be joinable in 5 seconds!
[01:49:40] [Server thread/INFO]: [InventoryRestore] Setup successful!  For support, PM me on SpigotMC or open an issue on GitHub.
[01:49:40] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.2
[01:49:40] [Server thread/INFO]: [CommandItems] Enabling CommandItems v2.4.0
[01:49:40] [Server thread/WARN]: [CommandItems] Could not save config.yml to plugins/CommandItems/config.yml because config.yml already exists.
[01:49:40] [Server thread/WARN]: [CommandItems] Could not save messages.yml to plugins/CommandItems/messages.yml because messages.yml already exists.
[01:49:40] [Server thread/ERROR]: Error occurred while enabling CommandItems v2.4.0 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.enchantments.EnchantmentWrapper.<init>(Ljava/lang/String;)V
    at me.yamakaja.commanditems.util.EnchantmentGlow.<init>(EnchantmentGlow.java:15) ~[?:?]
    at me.yamakaja.commanditems.util.EnchantmentGlow.getGlow(EnchantmentGlow.java:32) ~[?:?]
    at me.yamakaja.commanditems.CommandItems.onEnable(CommandItems.java:70) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
[01:49:40] [Server thread/INFO]: [Coupons] Enabling Coupons v3.0.2
[01:49:41] [Server thread/INFO]: [Coupons] Enabling the plugin...
[01:49:41] [Server thread/INFO]: [Coupons] Loaded 1 Coupons into memory!
[01:49:41] [Server thread/INFO]: [Coupons] Enabled Coupons v3.0.2!
[01:49:41] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[01:49:41] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[01:49:41] [Server thread/INFO]: | You're using a not fully supported server version. (v1_7_R4)
[01:49:41] [Server thread/INFO]: | Hooked on Vault 1.4.1-b436
[01:49:41] [Server thread/INFO]: | Command file(s) found : 1
[01:49:41] [Server thread/INFO]: | Config : Ready.
[01:49:41] [Server thread/INFO]: | ProtocolLib not found.
[01:49:41] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[01:49:41] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[01:49:41] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[01:49:41] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[01:49:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[01:49:41] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[01:49:41] [Server thread/INFO]: | Custom commands loaded : 45
[01:49:41] [Server thread/INFO]: | You're running the latest version of MyCommand.
[01:49:41] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[01:49:41] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[01:49:41] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3216)
[01:49:41] [Server thread/INFO]: [Citizens] Loading external libraries
[01:49:41] [Thread-23/WARN]: Exception in thread "Thread-23" 
[01:49:41] [Thread-23/WARN]: java.lang.NoSuchMethodError: com.google.common.io.Resources.asByteSource(Ljava/net/URL;)Lcom/google/common/io/ByteSource;
[01:49:41] [Thread-23/WARN]:     at net.citizensnpcs.api.util.Translator$SaveResource.run(Translator.java:157)
[01:49:41] [Thread-23/WARN]:     at java.lang.Thread.run(Thread.java:748)
[01:49:41] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.33-SNAPSHOT (build 3216) (Is it up to date?)
java.lang.IllegalStateException
    at net.citizensnpcs.api.util.SpigotUtil.getMinecraftPackage(SpigotUtil.java:49) ~[?:?]
    at net.citizensnpcs.Citizens.onEnable(Citizens.java:386) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:352) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:326) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:282) [server.jar:?]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
[01:49:41] [Server thread/INFO]: [Lazarus] Enabling Lazarus v1.0.6
[01:49:41] [Server thread/INFO]: ===================================================
[01:49:41] [Server thread/INFO]: - Name: Lazarus
[01:49:41] [Server thread/INFO]: - Version: 1.0.6
[01:49:41] [Server thread/INFO]: - Author: qIooIp
[01:49:41] [Server thread/INFO]: 
[01:49:41] [Server thread/INFO]: - Using JSON datastore.
[01:49:41] [Server thread/INFO]: 
[01:49:41] [Server thread/INFO]: - Loaded 11 factions.
[01:49:42] [Server thread/INFO]: - Loaded 3 players.
[01:49:42] [Server thread/INFO]: - Loaded 1 claims.
[01:49:42] [Server thread/INFO]: - Loaded 0 deathbans.
[01:49:42] [Server thread/INFO]: - Enabled 50 handlers.
[01:49:42] [Server thread/INFO]: - Enabled 115 commands.
[01:49:42] [Server thread/INFO]: 
[01:49:42] [Server thread/INFO]: - Issue tracker: github.com/qIooIp/Lazarus-Issues
[01:49:42] [Server thread/INFO]: - Enabled. Took 869 ms.
[01:49:42] [Server thread/INFO]: ===================================================
[01:49:42] [Server thread/INFO]: [Shop] Enabling Shop v1.2.9
[01:49:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[01:49:42] [Server thread/INFO]: Done (8.316s)! For help, type "help" or "?"
[01:49:42] [Craft Scheduler Thread - 4/INFO]: [Skript] Checking for the latest version of Skript...
[01:49:42] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[01:49:42] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 141: databases:')
[01:49:42] [Server thread/INFO]: [Skript] Finished loading.
[01:49:42] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v3.0.3
[01:49:42] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[01:49:42] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[01:49:42] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[01:49:42] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.4) is available at:
[01:49:42] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[01:49:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.8.1]
[01:49:42] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates:
[01:49:42] [Craft Scheduler Thread - 5/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.4.1
[01:49:42] [Craft Scheduler Thread - 5/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[01:49:42] [Server thread/INFO]: 1 placeholder hook(s) registered!
[01:49:43] [Skript update thread/INFO]: [Skript] An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
[01:49:43] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[01:49:43] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[01:49:43] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
[01:49:43] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[01:49:43] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[01:49:43] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[01:49:43] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! Stack trace:
[01:49:43] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
Message: Premature end of file.
[01:49:43] [Skript update thread/ERROR]: #!#!     at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:604)
[01:49:43] [Skript update thread/ERROR]: #!#!     at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
[01:49:43] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
[01:49:43] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater$2.run(Updater.java:210)
[01:49:43] [Skript update thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! Version Information:
[01:49:43] [Skript update thread/ERROR]: #!#!   Skript: 2.1.2
[01:49:43] [Skript update thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[01:49:43] [Skript update thread/ERROR]: #!#!   Minecraft: 1.7.10
[01:49:43] [Skript update thread/ERROR]: #!#!   Java: 1.8.0_312
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! Current node: databases: (config.sk, line 141)
[01:49:43] [Skript update thread/ERROR]: #!#! Current item: null
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/ERROR]: #!#! End of Error.
[01:49:43] [Skript update thread/ERROR]: #!#! 
[01:49:43] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.
[01:49:49] [Server thread/INFO]: Unknown command.
[01:49:54] [Server thread/INFO]: Unknown command.
[01:49:55] [Server thread/INFO]: CONSOLE: The server is being stopped.
[01:49:55] [Server thread/INFO]: Stopping server
[01:49:55] [Server thread/INFO]: [Lazarus] Disabling Lazarus v1.0.6
[01:49:55] [Server thread/INFO]: ===================================================
[01:49:55] [Server thread/INFO]: - Disabling Lazarus 1.0.6
[01:49:55] [Server thread/INFO]: 
[01:49:55] [Server thread/INFO]: - Saved 1 claims.
[01:49:55] [Server thread/INFO]: - Saved 11 factions.
[01:49:55] [Server thread/INFO]: - Saved 3 players.
[01:49:55] [Server thread/INFO]: - Saved 0 deathbans.
[01:49:55] [Server thread/INFO]: ===================================================
[01:49:55] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3216)
[01:49:55] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.7.4
[01:49:55] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[01:49:55] [Server thread/INFO]: | Tasks : Stopped all tasks.
[01:49:55] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*    Bye!   *-=-=-=-=-=-=-=-=-=-=-*
[01:49:55] [Server thread/INFO]: [Coupons] Disabling Coupons v3.0.2
[01:49:55] [Server thread/INFO]: [Coupons] Disabling the plugin...
[01:49:55] [Server thread/INFO]: [Coupons] Disabled Coupons v3.0.2!
[01:49:55] [Server thread/INFO]: [Vault] Disabling Vault v1.4.1-b436
[01:49:55] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion vault
[01:49:55] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Vault was disabled.
[01:49:55] [Server thread/INFO]: [CommandItems] Disabling CommandItems v2.4.0
[01:49:55] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.2
[01:49:55] [Server thread/INFO]: [InventoryRestore] Disabling InventoryRestore v2.1
[01:49:55] [Server thread/INFO]: [Mars] Disabling Mars v0.3-PREMIUM
[01:49:55] [Server thread/INFO]: [AquaCore] Disabling AquaCore v3.0.13
[01:49:55] [Server thread/INFO]: [TyxerNetwork] [Log] Saving data..
[01:49:55] [Redis Thread - 0/INFO]: [TyxerNetwork] [ServerManager] Lobby has just went offline and is no longer joinable!
[01:49:56] [Server thread/INFO]: [TyxerNetwork] [Log] Data has been saved.
[01:49:57] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.22.10
[01:49:57] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[01:49:57] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.3
[01:49:57] [Server thread/INFO]: [PandaGKits] Disabling PandaGKits v2.4.9-SNAPSHOT
[01:49:57] [Server thread/INFO]: [VortexPearls] Disabling VortexPearls v4.5.3
[01:49:57] [Server thread/INFO]: 
[01:49:57] [Server thread/INFO]:     Vortex Pearls v4.5.3 disabled!
[01:49:57] [Server thread/INFO]: https://www.mc-market.org/resources/17095/
[01:49:57] [Server thread/INFO]: 
[01:49:57] [Server thread/INFO]: [Verus] Disabling Verus vb2484
[01:49:57] [Server thread/ERROR]: Error occurred while disabling Verus vb2484 (Is it up to date?)
java.lang.NullPointerException
    at me.levansj01.verus.storage.database.impl.SQLDB.stop(Unknown Source) ~[?:?]
    at me.levansj01.verus.storage.StorageEngine.stop(Unknown Source) ~[?:?]
    at me.levansj01.verus.VerusPlugin.shutdown(Unknown Source) ~[?:?]
    at me.levansj01.launcher.VerusLauncher.onDisable(Unknown Source) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:318) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:356) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:431) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:424) [server.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.disablePlugins(CraftServer.java:412) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.stop(MinecraftServer.java:386) [server.jar:?]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:583) [server.jar:?]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:?]
[01:49:57] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
[01:49:57] [Server thread/INFO]: [HolographicDisplaysFix] Disabling HolographicDisplaysFix v1.1
[01:49:57] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
[01:49:57] [Server thread/INFO]: [BlockParticles] Disabling BlockParticles v1.11.1-RELEASE
[01:49:57] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.10.0
[01:49:57] [Server thread/INFO]: Saving players
[01:49:57] [Server thread/INFO]: Saving worlds
[01:49:57] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[01:49:57] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[01:49:57] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End