Paste #34318: Untitled Paste

Date: 2016/06/17 10:34:36 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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696


[10:28:13] [Server thread/INFO]: Starting minecraft server version 1.10
[10:28:13] [Server thread/INFO]: Loading properties
[10:28:14] [Server thread/INFO]: Default game type: SURVIVAL
[10:28:14] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3ccadba-fb568fd (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
[10:28:14] [Server thread/INFO]: Debug logging is disabled
[10:28:14] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:28:14] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:28:14] [Server thread/INFO]: Generating keypair
[10:28:14] [Server thread/INFO]: Starting Minecraft server on *:21031
[10:28:14] [Server thread/INFO]: Using default channel type
[10:28:15] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[10:28:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.2;b3fbe8b
[10:28:15] [Server thread/INFO]: [CityWorld] Loading CityWorld v3.014
[10:28:15] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[10:28:15] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.5.1
[10:28:15] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
[10:28:15] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_10_R1
[10:28:15] [Server thread/INFO]: [DeluxeJoin] Loading DeluxeJoin v2.3.0
[10:28:15] [Server thread/INFO]: [JustClan] Loading JustClan v1.9.4
[10:28:15] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
[10:28:15] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.0.1
[10:28:15] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.10.0) has not yet been tested! Proceed with caution.
[10:28:15] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[10:28:15] [Server thread/INFO]: [CClearChat] Loading CClearChat v1.5
[10:28:15] [Server thread/INFO]: [MCCore] Loading MCCore v1.52
[10:28:15] [Server thread/INFO]: [AutomaticInventory] Loading AutomaticInventory v2.5.5
[10:28:15] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v1.0.0
[10:28:15] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
[10:28:15] [Server thread/INFO]: [MergedMob] Loading MergedMob v6.0.1
[10:28:15] [Server thread/INFO]: [DiscordBotSP] Loading DiscordBotSP v0.5.5
[10:28:15] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[10:28:15] [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*!
[10:28:15] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.05-SNAPSHOT-b136
[10:28:15] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[10:28:15] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.4.2
[10:28:15] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading MysqlPlayerDataBridge v3.2.0
[10:28:15] [Server thread/INFO]: [GoldenLasso] Loading GoldenLasso v1.1
[10:28:15] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.10.0
[10:28:15] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.19-SNAPSHOT (build 1377)
[10:28:15] [Server thread/INFO]: [Sentinel] Loading Sentinel v0.6 (build 41)
[10:28:15] [Server thread/INFO]: [SkillAPI] Loading SkillAPI v3.89
[10:28:15] [Server thread/INFO]: [Denizen] Loading Denizen v0.9.8-SNAPSHOT (build 599)
[10:28:15] [Server thread/INFO]: [Webizen] Loading Webizen v0.2.0
[10:28:15] [Server thread/INFO]: [Depenizen] Loading Depenizen v0.2.2 (build 317)
[10:28:15] [Server thread/INFO]: [CityWorld] Enabling CityWorld v3.014
[10:28:16] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.0.1
[10:28:16] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[10:28:16] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.05-SNAPSHOT-b136
[10:28:16] [Server thread/WARN]: [mcMMO] Invalid material: POTION_POISON
[10:28:16] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
[10:28:16] [Server thread/WARN]: [mcMMO] Invalid material: POTION_INSTANT_HEAL
[10:28:16] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
[10:28:16] [Server thread/WARN]: [mcMMO] Invalid material: POTION_FIRE_RESISTANCE
[10:28:16] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
[10:28:16] [Server thread/WARN]: [mcMMO] Invalid material: POTION_SPEED
[10:28:16] [Server thread/WARN]: [mcMMO] Potion format for Treasures.yml has changed
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 64
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 832
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 1088
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2112
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2368
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 2880
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 3904
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 4416
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5184
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5440
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 5696
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 17216
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 17472
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 18496
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 18752
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 19264
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 20288
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 20800
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 21568
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 21824
[10:28:16] [Server thread/WARN]: [mcMMO] Failed to load Alchemy potion: 22080
[10:28:17] [Server thread/INFO]: [mcMMO] Killing orphans
[10:28:17] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[10:28:17] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[10:28:17] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[10:28:17] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:28:17] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[10:28:17] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Enabling MysqlPlayerDataBridge v3.2.0
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading the config file...
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Connecting to the database...
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Database connection successfull!
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save task is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Vault dependency found.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Using economy system: Essentials Economy
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Compatible server version detected: 1.10
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync inventory is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync gamemode is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync armor is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync enderchest is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync experience is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync active potion effects is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players health is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players food is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players air is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players location is disabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync economy is enabled.
[10:28:17] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge is successfully loaded!
[10:28:17] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:28:17] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:28:17] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[10:28:17] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[10:28:17] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:28:17] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[10:28:17] [Server thread/INFO]: Preparing level "cityworld"
[10:28:18] [Server thread/INFO]: -------- World Settings For [cityworld] --------
[10:28:18] [Server thread/INFO]: Item Despawn Rate: 6000
[10:28:18] [Server thread/INFO]: Item Merge Radius: 2.5
[10:28:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:28:18] [Server thread/INFO]: View Distance: 10
[10:28:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:28:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:28:18] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:28:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:28:18] [Server thread/INFO]: Max Entity Collisions: 8
[10:28:18] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:28:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[10:28:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:28:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:28:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:28:18] [Server thread/INFO]: Mob Spawn Range: 3
[10:28:18] [Server thread/INFO]: Structure Info Saving: true
[10:28:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:28:18] [Server thread/INFO]: Random Lighting Updates: false
[10:28:18] [Server thread/INFO]: Max TNT Explosions: 100
[10:28:18] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2536586914225174668)
[10:28:19] [Server thread/INFO]: Preparing spawn area: 15%
[10:28:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.2;b3fbe8b
[10:28:20] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[10:28:20] [Server thread/WARN]: [WorldEdit] 
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and biome-related functions.
**
** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
**********************************************

[10:28:20] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[10:28:20] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[10:28:20] [Server thread/INFO]: git-Spigot-3ccadba-fb568fd (MC: 1.10)
[10:28:20] [Server thread/INFO]: 1.10-R0.1-SNAPSHOT
[10:28:20] [Server thread/INFO]: Using locale en_US
[10:28:20] [Server thread/INFO]: Using locale en_US
[10:28:20] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[10:28:20] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[10:28:20] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.5.1
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered bungee placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Started task for bungee placeholders!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered deluxetags placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered essentials placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered mcmmo placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered mvdw placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered player placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered server placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered skillapi placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered statistic placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered vault placeholder expansion!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered chat injector!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Registered listener for chat injector!
[10:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered inventory injector!
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered sign injector!
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] Registered listener for sign injector!
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered tab injector!
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered title injector!
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] 5 injectors have been registered
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
[10:28:21] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
[10:28:21] [Server thread/INFO]: [DeluxeJoin] Enabling DeluxeJoin v2.3.0
[10:28:21] [Server thread/INFO]: [DeluxeJoin] 1 DeluxeJoinFormats loaded!
[10:28:21] [Server thread/INFO]: [DeluxeJoin] First join message is enabled!
[10:28:21] [Server thread/INFO]: [DeluxeJoin] Succesfully hooked into PlaceholderAPI for placeholders!
[10:28:21] [Server thread/INFO]: [JustClan] Enabling JustClan v1.9.4
[10:28:21] [Server thread/INFO]: [Clans] Plugin activated.
[10:28:21] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
[10:28:21] [Server thread/INFO]: [CityWorld] Found Minecraft v1.1000, CityWorld is compatible - WOOT!
[10:28:21] [Server thread/INFO]: -------- World Settings For [CityWorld_Metro] --------
[10:28:21] [Server thread/INFO]: Item Despawn Rate: 6000
[10:28:21] [Server thread/INFO]: Item Merge Radius: 2.5
[10:28:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:28:21] [Server thread/INFO]: View Distance: 10
[10:28:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:28:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:28:21] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:28:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:28:21] [Server thread/INFO]: Max Entity Collisions: 8
[10:28:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:28:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[10:28:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:28:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:28:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:28:21] [Server thread/INFO]: Mob Spawn Range: 3
[10:28:21] [Server thread/INFO]: Structure Info Saving: true
[10:28:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:28:21] [Server thread/INFO]: Random Lighting Updates: false
[10:28:21] [Server thread/INFO]: Max TNT Explosions: 100
[10:28:21] [Server thread/INFO]: Preparing start region for level 1 (Seed: -197261688072909445)
[10:28:22] [Server thread/INFO]: Preparing spawn area for CityWorld_Metro, 44%
[10:28:23] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded.
[10:28:23] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[10:28:23] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[10:28:23] [Server thread/INFO]: [WorldGuard] (cityworld) TNT ignition is PERMITTED.
[10:28:23] [Server thread/INFO]: [WorldGuard] (cityworld) Lighters are PERMITTED.
[10:28:23] [Server thread/INFO]: [WorldGuard] (cityworld) Lava fire is blocked.
[10:28:23] [Server thread/INFO]: [WorldGuard] (cityworld) Fire spread is UNRESTRICTED.
[10:28:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cityworld'
[10:28:23] [Server thread/INFO]: [WorldGuard] (CityWorld_Metro) TNT ignition is PERMITTED.
[10:28:23] [Server thread/INFO]: [WorldGuard] (CityWorld_Metro) Lighters are PERMITTED.
[10:28:23] [Server thread/INFO]: [WorldGuard] (CityWorld_Metro) Lava fire is blocked.
[10:28:23] [Server thread/INFO]: [WorldGuard] (CityWorld_Metro) Fire spread is UNRESTRICTED.
[10:28:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CityWorld_Metro'
[10:28:23] [Server thread/INFO]: [WorldGuard] Loading region data...
[10:28:24] [Server thread/INFO]: [CClearChat] Enabling CClearChat v1.5
[10:28:24] [Server thread/INFO]: [MCCore] Enabling MCCore v1.52
[10:28:24] [Server thread/INFO]: Version: 11000
[10:28:24] [Server thread/INFO]: [AutomaticInventory] Enabling AutomaticInventory v2.5.5
[10:28:24] [Server thread/INFO]: AutomaticInventory: AutomaticInventory enabled.
[10:28:24] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v1.0.0
[10:28:24] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
[10:28:24] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
[10:28:24] [Server thread/INFO]: [DeluxeTags] 4 tags loaded
[10:28:24] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
[10:28:24] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
[10:28:24] [Server thread/INFO]: ----------------------------
[10:28:24] [Server thread/INFO]:      DeluxeTags Updater
[10:28:24] [Server thread/INFO]:  
[10:28:24] [Server thread/INFO]: You are running 1.7.1
[10:28:24] [Server thread/INFO]: The latest version
[10:28:24] [Server thread/INFO]: of DeluxeTags!
[10:28:24] [Server thread/INFO]:  
[10:28:24] [Server thread/INFO]: ----------------------------
[10:28:24] [Server thread/INFO]: [MergedMob] Enabling MergedMob v6.0.1
[10:28:24] [Server thread/INFO]: [MergedMob] MergedMob version 6.0.1 is Enabled
[10:28:24] [Server thread/INFO]: [DiscordBotSP] Enabling DiscordBotSP v0.5.5
[10:28:24] [Server thread/INFO]: [10:28:24] [Info] [JDA]: JDA starting...
[10:28:25] [Server thread/INFO]: [10:28:25] [Info] [JDA]: Login Successful!
[10:28:25] [Server thread/INFO]: [DiscordBotSP] DiscordBot has started!
[10:28:25] [ReadingThread/INFO]: [10:28:25] [Info] [JDASocket]: Connected to WebSocket
[10:28:25] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[10:28:25] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
[10:28:25] [Server thread/INFO]: [PermissionsEx] Successfully connected to SQL database
[10:28:25] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[10:28:25] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[10:28:25] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[10:28:25] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[10:28:25] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.4.2
[10:28:25] [Server thread/INFO]: [GoldenLasso] Enabling GoldenLasso v1.1
[10:28:25] [ReadingThread/INFO]: [10:28:25] [Info] [JDA]: Finished Loading!
[10:28:25] [Server thread/INFO]: [GoldenLasso] Found block protection plugin(s): [WorldGuard]
[10:28:25] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.10.0
[10:28:25] [Server thread/INFO]: [DeluxeChat] 10 formats loaded!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
[10:28:25] [Server thread/INFO]: [DeluxeChat] Loading placeholders.yml
[10:28:25] [Server thread/INFO]: [DeluxeChat] 21 entries added to the chat_filter!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Added bungeechannel placeholder!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into DeluxeTags for placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into Essentials for placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into mcMMO for placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into MVdWPlaceholderAPI for placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into PlaceholderAPI for placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for economy placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for permissions placeholders!
[10:28:25] [Server thread/INFO]: [DeluxeChat] 9 placeholder hooks have been registered and are enabled.
[10:28:25] [Server thread/INFO]: [DeluxeChat] Bungee integration has been enabled!
[10:28:25] [Server thread/INFO]: [DeluxeChat] Remember DeluxeChat.jar must be running on your bungee proxy server also for integration to work properly!!
[10:28:25] [ReadingThread/INFO]: [DiscordBotSP] DiscordBot Connected
[10:28:25] [Server thread/INFO]: ----------------------------
[10:28:25] [Server thread/INFO]:      DeluxeChat Updater
[10:28:25] [Server thread/INFO]:  
[10:28:25] [Server thread/INFO]: You are running 1.10.0
[10:28:25] [Server thread/INFO]: The latest version
[10:28:25] [Server thread/INFO]: of DeluxeChat!
[10:28:25] [Server thread/INFO]:  
[10:28:25] [Server thread/INFO]: ----------------------------
[10:28:25] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.19-SNAPSHOT (build 1377)
[10:28:26] [Server thread/INFO]: [Sentinel] Enabling Sentinel v0.6 (build 41)
[10:28:26] [Server thread/INFO]: [Sentinel] Sentinel loading...
[10:28:26] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[10:28:26] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
[10:28:26] [Server thread/INFO]: [SkillAPI] Enabling SkillAPI v3.89
[10:28:26] [Server thread/INFO]: Registration complete
[10:28:26] [Server thread/INFO]:  - 41 skills
[10:28:26] [Server thread/INFO]:  - 17 classes
[10:28:26] [Server thread/INFO]: [Denizen] Enabling Denizen v0.9.8-SNAPSHOT (build 599)
[10:28:26] [Server thread/INFO]: +> [Denizen] Initializing Denizen Core v1.10 (Build 141), 
                   implementation for Bukkit version 0.9.8-SNAPSHOT (build 599) 
[10:28:26] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[10:28:26] [Server thread/INFO]: +> [Denizen]  _/_ _  ._  _ _ 
[10:28:26] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ )  scriptable minecraft 
[10:28:26] [Server thread/INFO]: +> [Denizen]  
[10:28:26] [Server thread/INFO]: +> [Denizen] by: aufdemrand 
[10:28:26] [Server thread/INFO]: +> [Denizen] version: 0.9.8-SNAPSHOT (build 599) 
[10:28:26] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[10:28:27] [Server thread/INFO]:  OKAY! Loaded core commands: [showfake, invisible, animate, 
                   ban, modifyblock, cast, midi, explode, sidebar, cooldown, 
                   weather, action, scoreboard, if, give, chunkload, lookclose, 
                   zap, execute, mount, announce, push, fail, firework, light, 
                   reset, hurt, nbt, viewer, wait, flag, log, despawn, goto, 
                   attack, event, stand, map, resume, break, strike, health, 
                   team, trigger, fly, disengage, gamerule, kick, playsound, 
                   rename, chat, anchor, fish, leash, queue, rotate, sign, run, 
                   experience, while, listen, playeffect, bossbar, narrate, 
                   vulnerable, pushable, create, trait, finish, shoot, oxygen, 
                   walkto, group, yaml, statistic, fakeitem, pose, blockcrack, 
                   schematic, sync, look, pause, feed, take, compass, adjust, 
                   animatechest, glow, drop, note, teleport, choose, actionbar, 
                   inventory, title, remove, sql, switch, head, foreach, random, 
                   repeat, define, heal, copyblock, sit, burn, runtask, debug, 
                   determine, assignment, permission, follow, displayitem, 
                   scribe, async, createworld, spawn, equip, money, engage, time, 
                   inject, mark, age, walk] 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loading external dependencies for 
                   run-time compiler. 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] No dependencies to load or error loading 
                   dependencies: null 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loading plugins as dependencies for 
                   run-time compiler. 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  AutomaticInventory.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  CClearChat.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  citizens-2.0.19-SNAPSHOT.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  CityWorld.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  DeluxeChat.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  DeluxeJoin.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  DeluxeTags.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  denizen-0.9.8-SNAPSHOT.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  Depenizen.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  
                   DiscordBotSP-0.5.5-jar-with-dependencies.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  Essentials-2.x-SNAPSHOT.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  GoldenLasso.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  JustClan_1_8_8.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  MCCore.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  mcMMO.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  MergedMob.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  Multiverse-Core-2.5.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  MVdWPlaceholderAPI.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  MysqlPlayerDataBridge-v3.2.0.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  PermissionsEx-1.23.4.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  PlaceholderAPI.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  ProtocolLib.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  sentinel-0.6.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  SimpleSit.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  SkillAPI.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  Vault.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  webizen-0.2.0-SNAPSHOT.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  worldedit-bukkit-6.1.2.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  worldguard-6.1.jar 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Attempting to add CraftBukkit as 
                   dependency for run-time compiler. 
[10:28:27] [Server thread/INFO]: +> [RuntimeCompiler] Loaded  spigot-1.10.jar 
[10:28:27] [Server thread/INFO]:  OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE] 
[10:28:27] [Server thread/INFO]:  OKAY! Loaded core requirements: [PERMISSION, OP, MONEY, 
                   FLAGGED, PROCEDURE, RAINY, TIME, ISPOWERED, SUNNY, INREGION, 
                   ISLIQUID, OXYGEN, ITEM, OWNER, SCRIPT, SNEAKING, INGROUP, 
                   STORMING, ENCHANTED, HOLDING] 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dBiome as b 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dChunk as ch 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dColor as co 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dCuboid as cu 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dEllipsoid as ellipsoid 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dEntity as e 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dInventory as in 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dItem as i 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dLocation as l 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dMaterial as m 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dNPC as n 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dPlayer as p 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dPlugin as pl 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dWorld as w 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: CustomObject as custom 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dList as li 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dList as  fl 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dScript as s 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: Element as el 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: Duration as d 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: ScriptQueue as q 
[10:28:27] [Server thread/INFO]:  OKAY! Added objects to the ObjectFetcher [b, d, ch, e, in, 
                   fl, custom, el, i, co, l, m, n, ellipsoid, p, q, cu, s, w, pl, 
                   li] 
[10:28:27] [Server thread/INFO]: [Webizen] Enabling Webizen v0.2.0
[10:28:27] [Server thread/INFO]: [Depenizen] Enabling Depenizen v0.2.2 (build 317)
[10:28:27] [Server thread/INFO]: +> [Depenizen] Denizen hooked 
[10:28:27] [Server thread/INFO]: +> [Depenizen] mcMMO hooked, enabling add-ons. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] BattleNight not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Towny not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Factions not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Votifier not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Jobs not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Heroes not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] pvparena not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] WorldEdit hooked, enabling add-ons. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] WorldGuard hooked, enabling add-ons. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Essentials hooked, enabling add-ons. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] pvpstats not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] HyperConomy not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] SkillAPI hooked, enabling add-ons. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Prism not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] TerrainControl not found, add-ons will not 
                   enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] PlotMe not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] SimpleClans not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] MobArena not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] ASkyBlock not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] NoCheatPlus not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] MythicMobs not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] ShopKeepers not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] GriefPrevention not found, add-ons will not 
                   enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] Quests not found, add-ons will not enable. 
[10:28:27] [Server thread/INFO]: +> [Depenizen] BungeeCord socket enabled in config, enabling 
                   add-ons. 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dParty as party 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: WorldGuardRegion as region 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: SkillAPIClass as skillapiclass 
[10:28:27] [Server thread/INFO]: +> [Denizen] Registered: dServer as server 
[10:28:27] [Server thread/INFO]:  OKAY! Added objects to the ObjectFetcher [server, region, 
                   skillapiclass, party] 
[10:28:27] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:28:27] [Server thread/INFO]: Done (9.991s)! For help, type "help" or "?"
[10:28:27] [Server thread/INFO]: Starting GS4 status listener
[10:28:27] [Server thread/INFO]: Starting remote control listener
[10:28:27] [Query Listener #1/INFO]: Query running on 0.0.0.0:22031
[10:28:27] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:23031
[10:28:28] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing outside scripts... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing unnamed script... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\bruno_gmadventure.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\bruno_gmcreative.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\bruno_gmspectator.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\bruno_gmsurvival.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\bruno_homes.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\CUICommand.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\dholograms.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\interface\PrivateTravel.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\interface\smartmenu.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\interface\wildmenu.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\itemcommand.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\keangdavid_IDAD.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\sleep.yml'... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Processing '\warpsmenu.yml'... 
[10:28:28] [Server thread/INFO]:  OKAY! All scripts loaded! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script GMADVENTURE as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_REMOVE as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script SELECTEDHOLOGRAMRESET as type WORLD 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script ITEMCOMMAND as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMINVULNERABILITY as type 
                   WORLD 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_SMARTMENU as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_EDITTYPE as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_LIST as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_DELETECONFIRM as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script BUILTIN_LOAD_TESTER as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_SETHOME as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_SELECT as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_GOTOHOME as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script IDAD as type WORLD 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script SLEEP as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script WARPS_COMMAND as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_CONFIG as type YAML DATA 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_GET_MAX as type PROCEDURE 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_ADDLINE as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMSYMBOLPROCEDURE as type 
                   PROCEDURE 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUICOMMAND as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_DELETE_ALL as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUIEDITSLOTS as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_MOVEHERE as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_CREATE as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_HELP as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script VOTE_TO_SLEEP as type WORLD 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script GMCREATIVE as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_IMPORT_ESS as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_HOME_COMMAND as type 
                   COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_DELHOME as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_WILDMENU as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script WARPS_EVENT as type WORLD 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script GMSPECTATOR as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script GMSURVIVAL as type COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_SETLINE as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_SETHOME_COMMAND as type 
                   COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOLOGRAMS_TPTO as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_EDIT as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_DELHOME_COMMAND as type 
                   COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_EDITCONFIRM as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUI_PRIVATETRAVEL as type INVENTORY 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUILISTENER as type WORLD 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script HOMES_BR_HOMES_COMMAND as type 
                   COMMAND 
[10:28:28] [Server thread/INFO]: +> [Denizen] Adding script CUIYAMLSAVE as type TASK 
[10:28:28] [Server thread/INFO]: +> [Denizen] Scanning 6 world scripts... 
[10:28:28] [Server thread/INFO]: +> [Denizen] Reloading script events... 
[10:28:28] [Server thread/INFO]:  ERROR! Script 'WARPS_EVENT' has event 'on player right clicks 
                   with i@watch' which contains object notation, which is 
                   deprecated for use in world events. Please remove it. 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, BlockDispenses matched for 'block 
                   dispenses item'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, EntityDamaged matched for 'entity 
                   damages ARMOR_STAND'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, PlayerClosesInv matched for 'player 
                   closes inventory'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, PlayerQuits matched for 'player 
                   quits'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, PlayerRightClicksAtEntity matched 
                   for 'player right clicks at ARMOR_STAND'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, PlayerRightClicksEntity matched for 
                   'player right clicks bed_block'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, PlayerRightClicksEntity matched for 
                   'player right clicks with i@watch'! 
[10:28:28] [Server thread/INFO]: +> [Denizen] Event match, VehicleDamaged matched for 'entity 
                   damages ARMOR_STAND'! 
[10:28:28] [Craft Scheduler Thread - 8/INFO]: [PlaceholderAPI] 4 placeholder injectors are available on the cloud.
[10:28:28] [Craft Scheduler Thread - 8/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
[10:28:28] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 61 placeholder expansions are available on the cloud.
[10:28:28] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
[10:28:28] [Server thread/INFO]: +> [] +-------------------------+ 
[10:28:28] [Server thread/INFO]: +> [Denizen] Successfully registered name with the server 
[10:28:28] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates ... 
[10:28:29] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available
[10:28:29] [Craft Scheduler Thread - 8/INFO]: [mcMMO] Purging powerless users...
[10:28:30] [Craft Scheduler Thread - 8/INFO]: [mcMMO] Purged 0 users from the database.
[10:28:30] [Craft Scheduler Thread - 8/INFO]: [mcMMO] Purging inactive users older than 6 months...
[10:28:30] [Craft Scheduler Thread - 8/INFO]: [mcMMO] Purged 0 users from the database.
[10:28:56] [User Authenticator #1/INFO]: [SkillAPI] Connecting to MySQL database...
[10:28:56] [User Authenticator #1/INFO]: [SkillAPI] Connected to the MySQL database successfully
[10:28:56] [User Authenticator #1/INFO]: [SkillAPI] Closing connection to the MySQL database...
[10:28:56] [User Authenticator #1/INFO]: [SkillAPI] The connection to the MySQL database has been closed!
[10:28:56] [User Authenticator #1/INFO]: UUID of player CorporalBruno is d0437f98-dc14-419e-ab16-a0a21b23c8b0
[10:28:57] [Server thread/INFO]: CorporalBruno[/97.82.218.227:65056] logged in with entity id 137 at ([CityWorld_Metro]-409.1531093124612, 66.5, 445.99694739250583)
[10:28:58] [Craft Scheduler Thread - 6/WARN]: java.lang.IllegalArgumentException: Health must be between 0 and 6.599999904632568
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:95)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at net.craftersland.data.bridge.events.handlers.HealthDataHandler.setPlayerData(HealthDataHandler.java:51)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at net.craftersland.data.bridge.events.handlers.HealthDataHandler.onJoinFunction(HealthDataHandler.java:144)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at net.craftersland.data.bridge.events.PlayerJoin$1.run(PlayerJoin.java:45)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[10:28:58] [Craft Scheduler Thread - 6/WARN]:     at java.lang.Thread.run(Unknown Source)
[10:30:04] [Server thread/INFO]: CorporalBruno issued server command: /feed
[10:30:05] [Server thread/INFO]: CorporalBruno issued server command: /j
[10:30:29] [Server thread/INFO]: CorporalBruno issued server command: /chunk regen
[10:30:33] [Server thread/INFO]: CorporalBruno issued server command: /cityworld help
[10:30:33] [Server thread/INFO]: [Generator] Unknown world style help
[10:31:02] [Server thread/INFO]: CorporalBruno issued server command: /citychunk
[10:31:05] [Server thread/INFO]: CorporalBruno issued server command: /citychunk regen
[10:31:08] [Server thread/INFO]: CorporalBruno issued server command: /top
[10:31:14] [Server thread/INFO]: CorporalBruno issued server command: /top
[10:31:16] [Server thread/INFO]: CorporalBruno issued server command: /citychunk regen
[10:31:19] [Server thread/INFO]: CorporalBruno issued server command: /citychunk regen
[10:31:29] [Server thread/INFO]: [SkillAPI] Connecting to MySQL database...
[10:31:29] [Server thread/INFO]: [SkillAPI] Connected to the MySQL database successfully
[10:31:29] [Server thread/INFO]: [SkillAPI] Closing connection to the MySQL database...
[10:31:29] [Server thread/INFO]: [SkillAPI] The connection to the MySQL database has been closed!
[10:31:29] [Craft Scheduler Thread - 16/INFO]: [MysqlPlayerDataBridge] Saving online players data...
[10:31:29] [Craft Scheduler Thread - 16/INFO]: [MysqlPlayerDataBridge] Data save complete for 1 players.
[10:31:31] [Server thread/INFO]: CorporalBruno issued server command: /cityworld info
[10:31:31] [Server thread/INFO]: [Generator] Unknown world style info
[10:31:34] [Server thread/INFO]: CorporalBruno issued server command: /citychunk info
[10:31:34] [Server thread/INFO]: CorporalBruno was shot by Skeleton
[10:31:40] [Server thread/INFO]: CorporalBruno issued server command: /cityinfo
[10:31:40] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'cityinfo' in plugin CityWorld v3.014
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1348) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1183) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_71]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_71]
    at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571) [spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_71]
Caused by: java.lang.NullPointerException
    at me.daddychurchill.CityWorld.CityWorldAPI.getFullInfo(CityWorldAPI.java:41) ~[?:?]
    at me.daddychurchill.CityWorld.CommandCityInfo.onCommand(CommandCityInfo.java:45) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.10.jar:git-Spigot-3ccadba-fb568fd]
    ... 15 more
[10:32:13] [Server thread/INFO]: CorporalBruno lost connection: Disconnected
[10:32:13] [Server thread/INFO]:  Running script event 'PlayerQuits', event='player quits' for 
                   script 'SELECTEDHOLOGRAMRESET' 
[10:32:13] [Server thread/INFO]:  Starting InstantQueue 
                   'SELECTEDHOLOGRAMRESET_GoingProudDes'... 
[10:32:13] [Server thread/INFO]:  Queue 'SELECTEDHOLOGRAMRESET_GoingProudDes' Executing: FLAG 
                   "<player>" "selectedhologram:!" 
[10:32:13] [Server thread/INFO]: +- Executing dCommand: FLAG/p@CorporalBruno ---------+ 
[10:32:13] [Server thread/INFO]:  Filled tag <player> with 
                   'p@d0437f98-dc14-419e-ab16-a0a21b23c8b0'. 
[10:32:13] [Server thread/INFO]: +> Executing 'FLAG': flag_name='SELECTEDHOLOGRAM'  
                   Action/Value='DELETE(false)'  flag_target='p@CorporalBruno' 
[10:32:13] [Server thread/INFO]:  Completing queue 'SELECTEDHOLOGRAMRESET_GoingProudDes' in 
                   6ms. 
[10:32:13] [Craft Scheduler Thread - 19/INFO]: [SkillAPI] Connecting to MySQL database...
[10:32:13] [Craft Scheduler Thread - 19/INFO]: [SkillAPI] Connected to the MySQL database successfully
[10:32:13] [Craft Scheduler Thread - 19/INFO]: [SkillAPI] Closing connection to the MySQL database...
[10:32:13] [Craft Scheduler Thread - 19/INFO]: [SkillAPI] The connection to the MySQL database has been closed!
[10:32:18] [Server thread/INFO]: Unknown command. Type "/help" for help.
[10:32:20] [Server thread/INFO]: Stopping the server
[10:32:20] [Server thread/INFO]: Stopping server
[10:32:20] [Server thread/INFO]: [Depenizen] Disabling Depenizen v0.2.2 (build 317)
[10:32:20] [Server thread/INFO]: [Webizen] Disabling Webizen v0.2.0
[10:32:20] [Server thread/INFO]: [Denizen] Disabling Denizen v0.9.8-SNAPSHOT (build 599)
[10:32:20] [Server thread/INFO]: [Denizen]  v0.9.8-SNAPSHOT (build 599) disabled.
[10:32:21] [Server thread/INFO]: [SkillAPI] Disabling SkillAPI v3.89
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion for placeholder: skillapi
[10:32:21] [Server thread/INFO]: [SkillAPI] Connecting to MySQL database...
[10:32:21] [Server thread/INFO]: [SkillAPI] Connected to the MySQL database successfully
[10:32:21] [Server thread/INFO]: [SkillAPI] Closing connection to the MySQL database...
[10:32:21] [Server thread/INFO]: [SkillAPI] The connection to the MySQL database has been closed!
[10:32:21] [Server thread/INFO]: [Sentinel] Disabling Sentinel v0.6 (build 41)
[10:32:21] [Server thread/INFO]: [Sentinel] Sentinel unloading...
[10:32:21] [Server thread/INFO]: [Sentinel] Sentinel unloaded!
[10:32:21] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.19-SNAPSHOT (build 1377)
[10:32:21] [Server thread/INFO]: [DeluxeChat] Disabling DeluxeChat v1.10.0
[10:32:21] [Server thread/INFO]: [GoldenLasso] Disabling GoldenLasso v1.1
[10:32:21] [Server thread/INFO]: [MysqlPlayerDataBridge] Disabling MysqlPlayerDataBridge v3.2.0
[10:32:21] [Server thread/INFO]: [MysqlPlayerDataBridge] Saving online players data...
[10:32:21] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save complete for 0 players.
[10:32:21] [Server thread/INFO]: [MysqlPlayerDataBridge] Closing database connection...
[10:32:21] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge has been disabled
[10:32:21] [Server thread/INFO]: [SimpleSit] Disabling SimpleSit v1.4.2
[10:32:21] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion for placeholder: vault
[10:32:21] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.05-SNAPSHOT-b136
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion for placeholder: mcmmo
[10:32:21] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
[10:32:21] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[10:32:21] [Server thread/INFO]: [DiscordBotSP] Disabling DiscordBotSP v0.5.5
[10:32:21] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[10:32:21] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[10:32:21] [Server thread/INFO]: [DiscordBotSP] DiscordBot has stopped!
[10:32:21] [Server thread/INFO]: [MergedMob] Disabling MergedMob v6.0.1
[10:32:21] [Server thread/INFO]: [MergedMob] MergedMob version 6.0.1 is Disabled
[10:32:21] [Server thread/INFO]: [DeluxeTags] Disabling DeluxeTags v1.7.1
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion for placeholder: deluxetags
[10:32:21] [Server thread/INFO]: [MVdWPlaceholderAPI] Disabling MVdWPlaceholderAPI v1.0.0
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion for placeholder: mvdw
[10:32:21] [Server thread/INFO]: [AutomaticInventory] Disabling AutomaticInventory v2.5.5
[10:32:21] [Server thread/INFO]: AutomaticInventory: AutomaticInventory disabled.
[10:32:21] [Server thread/INFO]: [MCCore] Disabling MCCore v1.52
[10:32:21] [Server thread/INFO]: [CClearChat] Disabling CClearChat v1.5
[10:32:21] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
[10:32:21] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[10:32:21] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.0.1
[10:32:21] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
[10:32:21] [Server thread/INFO]: [JustClan] Disabling JustClan v1.9.4
[10:32:21] [Server thread/INFO]: [Clans] Plugin deactivated.
[10:32:21] [ReadingThread/INFO]: [10:32:21] [Info] [JDASocket]: The connection was closed!
[10:32:21] [Server thread/INFO]: [DeluxeJoin] Disabling DeluxeJoin v2.3.0
[10:32:21] [ReadingThread/INFO]: [10:32:21] [Info] [JDASocket]: By remote? false
[10:32:21] [ReadingThread/INFO]: [10:32:21] [Info] [JDASocket]: Reason: null
[10:32:21] [ReadingThread/INFO]: [10:32:21] [Info] [JDASocket]: Close code: 1000
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.5.1
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered listener for chat injector!
[10:32:21] [Server thread/INFO]: [PlaceholderAPI] Unregistered listener for sign injector!
[10:32:21] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
[10:32:21] [Server thread/INFO]: [CityWorld] Disabling CityWorld v3.014
[10:32:21] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.2;b3fbe8b
[10:32:21] [Server thread/INFO]: Saving players
[10:32:21] [Server thread/INFO]: Saving worlds
[10:32:21] [Server thread/INFO]: Saving chunks for level 'cityworld'/Overworld
[10:32:21] [Server thread/INFO]: Saving chunks for level 'CityWorld_Metro'/Overworld