Paste #33314: Untitled Paste

Date: 2016/05/04 17:02:03 UTC-07:00
Type: Denizen Script

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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799


Thu May  5 02:00:46 CEST 2016 - Server is starting now!



OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0

Loading libraries, please wait...
[02:00:50 INFO]: Starting minecraft server version 1.9.2
[02:00:50 INFO]: Loading properties
[02:00:50 INFO]: Default game type: SURVIVAL
[02:00:50 INFO]: This server is running CraftBukkit version git-Spigot-5a40365-f631379 (MC: 1.9.2) (Implementing API version 1.9.2-R0.1-SNAPSHOT)
[02:00:50 INFO]: Server Ping Player Sample Count: 12
[02:00:50 INFO]: Using 4 threads for Netty based IO
[02:00:50 INFO]: Debug logging is disabled
[02:00:50 INFO]: Generating keypair
[02:00:50 INFO]: Starting Minecraft server on *:25565
[02:00:50 INFO]: Using epoll channel type
[02:00:50 WARN]: Plugin `iConomy_Recreation v8.0' uses the space-character (0x20) in its name `iConomy Recreation' - this is discouraged
[02:00:50 INFO]: Set PluginClassLoader as parallel capable
[02:00:50 INFO]: [PlayerHeads] Loading PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
[02:00:50 INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[02:00:50 INFO]: [ArcaneEnchants] Loading ArcaneEnchants v5.2.4
[02:00:50 INFO]: [Essentials] Loading Essentials vTeamCity
[02:00:50 INFO]: [iConomy_Recreation] Loading iConomy_Recreation v8.0
[02:00:50 INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix)
[02:00:50 INFO]: [Lockette] Loading Lockette v1.8.19
[02:00:50 INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[02:00:50 WARN]: [ProtocolLib] Version (MC: 1.9.2) has not yet been tested! Proceed with caution.
[02:00:51 INFO]: [WorldGuard] Loading WorldGuard v6.1
[02:00:51 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
[02:00:51 INFO]: [Punishmental] Loading Punishmental v5.1
[02:00:51 INFO]: [ChatRange] Loading ChatRange v1.0.3
[02:00:51 INFO]: [ChatLib] Loading ChatLib vv1.0
[02:00:51 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[02:00:51 INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b405
[02:00:51 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[02:00:51 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vPre2.14.1.3
[02:00:51 INFO]: [AzerGrief] Loading AzerGrief v0.0.1
[02:00:51 INFO]: [Vault] Loading Vault v1.5.6-b49
[02:00:51 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[02:00:51 INFO]: [ChestShop] Loading ChestShop v4.0-r2
[02:00:51 INFO]: [Jobs] Loading Jobs v2.51.1
[02:00:51 INFO]: [Citizens] Loading Citizens v2.0.17-SNAPSHOT (build 1356)
[02:00:51 INFO]: [Denizen] Loading Denizen v0.9.8-SNAPSHOT (build 576)
[02:00:51 INFO]: [Sentinel] Loading Sentinel v0.5 (build 35)
[02:00:51 INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[02:00:51 INFO]: [ProtocolLib] Started structure compiler thread.
[02:00:51 INFO]: [Vault] Enabling Vault v1.5.6-b49
[02:00:51 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[02:00:51 WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[02:00:51 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[02:00:51 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[02:00:51 INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[02:00:51 INFO]: [Vault] [Permission] GroupManager found: Waiting
[02:00:51 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[02:00:51 INFO]: [Vault] [Chat] GroupManager found: Waiting
[02:00:51 INFO]: [Vault] Enabled Version 1.5.6-b49
[02:00:51 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[02:00:51 INFO]: Preparing level "world"
[02:00:51 INFO]: -------- World Settings For [world] --------
[02:00:51 INFO]: Mob Spawn Range: 4
[02:00:51 INFO]: Nerfing mobs spawned from spawners: false
[02:00:51 INFO]: Cactus Growth Modifier: 100%
[02:00:51 INFO]: Cane Growth Modifier: 100%
[02:00:51 INFO]: Melon Growth Modifier: 100%
[02:00:51 INFO]: Mushroom Growth Modifier: 100%
[02:00:51 INFO]: Pumpkin Growth Modifier: 100%
[02:00:51 INFO]: Sapling Growth Modifier: 100%
[02:00:51 INFO]: Wheat Growth Modifier: 100%
[02:00:51 INFO]: NetherWart Growth Modifier: 100%
[02:00:51 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:00:51 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:00:51 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:00:51 INFO]: Random Lighting Updates: false
[02:00:51 INFO]: Structure Info Saving: true
[02:00:51 INFO]: Max Entity Collisions: 8
[02:00:51 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:00:51 INFO]: Max TNT Explosions: 100
[02:00:51 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:00:51 INFO]: Item Despawn Rate: 6000
[02:00:51 INFO]: Item Merge Radius: 2.5
[02:00:51 INFO]: Arrow Despawn Rate: 1200
[02:00:51 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:00:51 INFO]: View Distance: 10
[02:00:51 INFO]: Zombie Aggressive Towards Villager: true
[02:00:51 INFO]: Experience Merge Radius: 3.0
[02:00:53 INFO]: -------- World Settings For [world_nether] --------
[02:00:53 INFO]: Mob Spawn Range: 4
[02:00:53 INFO]: Nerfing mobs spawned from spawners: false
[02:00:53 INFO]: Cactus Growth Modifier: 100%
[02:00:53 INFO]: Cane Growth Modifier: 100%
[02:00:53 INFO]: Melon Growth Modifier: 100%
[02:00:53 INFO]: Mushroom Growth Modifier: 100%
[02:00:53 INFO]: Pumpkin Growth Modifier: 100%
[02:00:53 INFO]: Sapling Growth Modifier: 100%
[02:00:53 INFO]: Wheat Growth Modifier: 100%
[02:00:53 INFO]: NetherWart Growth Modifier: 100%
[02:00:53 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:00:53 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:00:53 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:00:53 INFO]: Random Lighting Updates: false
[02:00:53 INFO]: Structure Info Saving: true
[02:00:53 INFO]: Max Entity Collisions: 8
[02:00:53 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:00:53 INFO]: Max TNT Explosions: 100
[02:00:53 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:00:53 INFO]: Item Despawn Rate: 6000
[02:00:53 INFO]: Item Merge Radius: 2.5
[02:00:53 INFO]: Arrow Despawn Rate: 1200
[02:00:53 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:00:53 INFO]: View Distance: 10
[02:00:53 INFO]: Zombie Aggressive Towards Villager: true
[02:00:53 INFO]: Experience Merge Radius: 3.0
[02:00:53 INFO]: -------- World Settings For [world_the_end] --------
[02:00:53 INFO]: Mob Spawn Range: 4
[02:00:53 INFO]: Nerfing mobs spawned from spawners: false
[02:00:53 INFO]: Cactus Growth Modifier: 100%
[02:00:53 INFO]: Cane Growth Modifier: 100%
[02:00:53 INFO]: Melon Growth Modifier: 100%
[02:00:53 INFO]: Mushroom Growth Modifier: 100%
[02:00:53 INFO]: Pumpkin Growth Modifier: 100%
[02:00:53 INFO]: Sapling Growth Modifier: 100%
[02:00:53 INFO]: Wheat Growth Modifier: 100%
[02:00:53 INFO]: NetherWart Growth Modifier: 100%
[02:00:53 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:00:53 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:00:53 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:00:53 INFO]: Random Lighting Updates: false
[02:00:53 INFO]: Structure Info Saving: true
[02:00:53 INFO]: Max Entity Collisions: 8
[02:00:53 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:00:53 INFO]: Max TNT Explosions: 100
[02:00:53 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:00:53 INFO]: Item Despawn Rate: 6000
[02:00:53 INFO]: Item Merge Radius: 2.5
[02:00:53 INFO]: Arrow Despawn Rate: 1200
[02:00:53 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:00:53 INFO]: View Distance: 10
[02:00:53 INFO]: Zombie Aggressive Towards Villager: true
[02:00:53 INFO]: Experience Merge Radius: 3.0
[02:00:53 INFO]: Preparing start region for level 0 (Seed: -711190545602603147)
[02:00:54 INFO]: Preparing spawn area: 50%
[02:00:54 INFO]: Preparing start region for level 1 (Seed: -711190545602603147)
[02:00:55 INFO]: Preparing start region for level 2 (Seed: 8878911599062496171)
[02:00:55 INFO]: [PlayerHeads] Enabling PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
[02:00:56 INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[02:00:56 INFO]: WEPIF: Using the Bukkit Permissions API.
[02:00:56 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
**********************************************

[02:00:56 INFO]: [ArcaneEnchants] Enabling ArcaneEnchants v5.2.4
[02:00:56 INFO]: [ArcaneEnchants] Loaded enchantments successfully.
[02:00:56 INFO]: [ArcaneEnchants] Effects being used: [ENDER, POTION]
[02:00:56 INFO]: [ArcaneEnchants] Began metrics.
[02:00:56 INFO]: [Essentials] Enabling Essentials vTeamCity
[02:00:56 WARN]: §4Version mismatch! Please update EssentialsAntiBuild to the same version.
[02:00:56 INFO]: Bukkit version format changed. Version not checked.
[02:00:56 INFO]: git-Spigot-5a40365-f631379 (MC: 1.9.2)
[02:00:56 INFO]: 1.9.2-R0.1-SNAPSHOT
[02:00:56 INFO]: Using locale en_US
[02:00:56 INFO]: Using locale en_US
[02:00:57 INFO]: [Vault][Economy] Essentials Economy hooked.
[02:00:57 INFO]: Essentials: Using config file enhanced permissions.
[02:00:57 INFO]: Permissions listed in as player-commands will be given to all users.
[02:00:57 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy  version: 1.5.6-b49)
[02:00:57 INFO]: [iConomy_Recreation] Enabling iConomy_Recreation v8.0
[02:00:57 INFO]: [iConomy_Recreation - April Fools] Enabled (25 ms)
[02:00:57 INFO]: [iConomy_Recreation] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[02:00:57 INFO]: [Vault][Economy] iConomy 8 hooked.
[02:00:57 INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix)
[02:00:57 INFO]: [iConomy_Recreation - April Fools] Purged accounts with default balance.
[02:00:57 INFO]: GroupManager - INFO - World Found: map_build
[02:00:57 INFO]: GroupManager - INFO - World Found: roman
[02:00:57 INFO]: GroupManager - INFO - World Found: survie
[02:00:57 INFO]: GroupManager - INFO - World Found: map1
[02:00:57 INFO]: GroupManager - INFO - World Found: event
[02:00:57 INFO]: GroupManager - INFO - World Found: map2antykacraft
[02:00:57 INFO]: GroupManager - INFO - World Found: rush
[02:00:57 INFO]: GroupManager - INFO - World Found: world
[02:00:57 INFO]: GroupManager - INFO - World Found: map2
[02:00:57 INFO]: GroupManager - INFO - World Found: jeu
[02:00:57 INFO]: GroupManager - INFO - Superperms support enabled.
[02:00:57 INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[02:00:57 INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[02:00:57 INFO]: GroupManager version 2.1.28 (Phoenix) is enabled!
[02:00:57 INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[02:00:57 INFO]: [Vault][Permission] GroupManager hooked.
[02:00:57 INFO]: [Vault][Chat] GroupManager - Chat hooked.
[02:00:57 INFO]: Essentials: Using GroupManager based permissions.
[02:00:57 INFO]: [Lockette] Enabling Lockette v1.8.19
[02:00:57 INFO]: [Lockette] Version 1.8.19 is being enabled!  Yay!  (Core version 1.3.5)
[02:00:57 INFO]: [Lockette] Detected Bukkit version [v1_9_R1] ok.
[02:00:57 INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
[02:00:57 INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[02:00:57 INFO]: [Lockette] Loading strings file for English by Acru
[02:00:57 INFO]: [Lockette] Enabled link to plugin GroupManager for Groups/Permissions, version 2.1.28 (Phoenix)
[02:00:57 INFO]: [Lockette] Using linked plugin for admin permissions.
[02:00:57 INFO]: [Lockette] Ready to protect your containers.
[02:00:57 INFO]: [WorldGuard] Enabling WorldGuard v6.1
[02:00:57 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[02:00:57 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[02:00:57 INFO]: [WorldGuard] (world) Lava fire is blocked.
[02:00:57 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[02:00:57 INFO]: [WorldGuard] Loaded configuration for world 'world'
[02:00:57 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[02:00:57 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[02:00:57 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[02:00:57 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[02:00:57 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[02:00:57 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[02:00:57 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[02:00:57 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[02:00:57 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[02:00:57 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[02:00:57 INFO]: [WorldGuard] Loading region data...
[02:00:57 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
[02:00:57 INFO]: -------- World Settings For [survie] --------
[02:00:57 INFO]: Mob Spawn Range: 4
[02:00:57 INFO]: Nerfing mobs spawned from spawners: false
[02:00:57 INFO]: Cactus Growth Modifier: 100%
[02:00:57 INFO]: Cane Growth Modifier: 100%
[02:00:57 INFO]: Melon Growth Modifier: 100%
[02:00:57 INFO]: Mushroom Growth Modifier: 100%
[02:00:57 INFO]: Pumpkin Growth Modifier: 100%
[02:00:57 INFO]: Sapling Growth Modifier: 100%
[02:00:57 INFO]: Wheat Growth Modifier: 100%
[02:00:57 INFO]: NetherWart Growth Modifier: 100%
[02:00:57 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:00:57 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:00:57 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:00:57 INFO]: Random Lighting Updates: false
[02:00:57 INFO]: Structure Info Saving: true
[02:00:57 INFO]: Max Entity Collisions: 8
[02:00:57 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:00:57 INFO]: Max TNT Explosions: 100
[02:00:57 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:00:57 INFO]: Item Despawn Rate: 6000
[02:00:57 INFO]: Item Merge Radius: 2.5
[02:00:57 INFO]: Arrow Despawn Rate: 1200
[02:00:57 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:00:57 INFO]: View Distance: 10
[02:00:57 INFO]: Zombie Aggressive Towards Villager: true
[02:00:57 INFO]: Experience Merge Radius: 3.0
[02:00:57 INFO]: Preparing start region for level 3 (Seed: 620287447705964637)
[02:00:58 INFO]: [WorldGuard] (survie) TNT ignition is PERMITTED.
[02:00:58 INFO]: [WorldGuard] (survie) Lighters are PERMITTED.
[02:00:58 INFO]: [WorldGuard] (survie) Lava fire is blocked.
[02:00:58 INFO]: [WorldGuard] (survie) Fire spread is UNRESTRICTED.
[02:00:58 INFO]: [WorldGuard] Loaded configuration for world 'survie'
[02:00:59 INFO]: -------- World Settings For [Roman] --------
[02:00:59 INFO]: Mob Spawn Range: 4
[02:00:59 INFO]: Nerfing mobs spawned from spawners: false
[02:00:59 INFO]: Cactus Growth Modifier: 100%
[02:00:59 INFO]: Cane Growth Modifier: 100%
[02:00:59 INFO]: Melon Growth Modifier: 100%
[02:00:59 INFO]: Mushroom Growth Modifier: 100%
[02:00:59 INFO]: Pumpkin Growth Modifier: 100%
[02:00:59 INFO]: Sapling Growth Modifier: 100%
[02:00:59 INFO]: Wheat Growth Modifier: 100%
[02:00:59 INFO]: NetherWart Growth Modifier: 100%
[02:00:59 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:00:59 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:00:59 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:00:59 INFO]: Random Lighting Updates: false
[02:00:59 INFO]: Structure Info Saving: true
[02:00:59 INFO]: Max Entity Collisions: 8
[02:00:59 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:00:59 INFO]: Max TNT Explosions: 100
[02:00:59 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:00:59 INFO]: Item Despawn Rate: 6000
[02:00:59 INFO]: Item Merge Radius: 2.5
[02:00:59 INFO]: Arrow Despawn Rate: 1200
[02:00:59 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:00:59 INFO]: View Distance: 10
[02:00:59 INFO]: Zombie Aggressive Towards Villager: true
[02:00:59 INFO]: Experience Merge Radius: 3.0
[02:00:59 INFO]: Preparing start region for level 4 (Seed: 9194119482238334058)
[02:00:59 INFO]: [WorldGuard] (Roman) TNT ignition is PERMITTED.
[02:00:59 INFO]: [WorldGuard] (Roman) Lighters are PERMITTED.
[02:00:59 INFO]: [WorldGuard] (Roman) Lava fire is blocked.
[02:00:59 INFO]: [WorldGuard] (Roman) Fire spread is UNRESTRICTED.
[02:00:59 INFO]: [WorldGuard] Loaded configuration for world 'Roman'
[02:00:59 INFO]: -------- World Settings For [jeu] --------
[02:00:59 INFO]: Mob Spawn Range: 4
[02:00:59 INFO]: Nerfing mobs spawned from spawners: false
[02:00:59 INFO]: Cactus Growth Modifier: 100%
[02:00:59 INFO]: Cane Growth Modifier: 100%
[02:00:59 INFO]: Melon Growth Modifier: 100%
[02:00:59 INFO]: Mushroom Growth Modifier: 100%
[02:00:59 INFO]: Pumpkin Growth Modifier: 100%
[02:00:59 INFO]: Sapling Growth Modifier: 100%
[02:00:59 INFO]: Wheat Growth Modifier: 100%
[02:00:59 INFO]: NetherWart Growth Modifier: 100%
[02:00:59 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:00:59 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:00:59 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:00:59 INFO]: Random Lighting Updates: false
[02:00:59 INFO]: Structure Info Saving: true
[02:00:59 INFO]: Max Entity Collisions: 8
[02:00:59 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:00:59 INFO]: Max TNT Explosions: 100
[02:00:59 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:00:59 INFO]: Item Despawn Rate: 6000
[02:00:59 INFO]: Item Merge Radius: 2.5
[02:00:59 INFO]: Arrow Despawn Rate: 1200
[02:00:59 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:00:59 INFO]: View Distance: 10
[02:00:59 INFO]: Zombie Aggressive Towards Villager: true
[02:00:59 INFO]: Experience Merge Radius: 3.0
[02:00:59 INFO]: Preparing start region for level 5 (Seed: 6928987160107692956)
[02:01:00 INFO]: Preparing spawn area for jeu, 85%
[02:01:00 INFO]: [WorldGuard] (jeu) TNT ignition is PERMITTED.
[02:01:00 INFO]: [WorldGuard] (jeu) Lighters are PERMITTED.
[02:01:00 INFO]: [WorldGuard] (jeu) Lava fire is blocked.
[02:01:00 INFO]: [WorldGuard] (jeu) Fire spread is UNRESTRICTED.
[02:01:00 INFO]: [WorldGuard] Loaded configuration for world 'jeu'
[02:01:00 INFO]: -------- World Settings For [map_build] --------
[02:01:00 INFO]: Mob Spawn Range: 4
[02:01:00 INFO]: Nerfing mobs spawned from spawners: false
[02:01:00 INFO]: Cactus Growth Modifier: 100%
[02:01:00 INFO]: Cane Growth Modifier: 100%
[02:01:00 INFO]: Melon Growth Modifier: 100%
[02:01:00 INFO]: Mushroom Growth Modifier: 100%
[02:01:00 INFO]: Pumpkin Growth Modifier: 100%
[02:01:00 INFO]: Sapling Growth Modifier: 100%
[02:01:00 INFO]: Wheat Growth Modifier: 100%
[02:01:00 INFO]: NetherWart Growth Modifier: 100%
[02:01:00 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:01:00 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:01:00 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:01:00 INFO]: Random Lighting Updates: false
[02:01:00 INFO]: Structure Info Saving: true
[02:01:00 INFO]: Max Entity Collisions: 8
[02:01:00 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:01:00 INFO]: Max TNT Explosions: 100
[02:01:00 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:01:00 INFO]: Item Despawn Rate: 6000
[02:01:00 INFO]: Item Merge Radius: 2.5
[02:01:00 INFO]: Arrow Despawn Rate: 1200
[02:01:00 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:01:00 INFO]: View Distance: 10
[02:01:00 INFO]: Zombie Aggressive Towards Villager: true
[02:01:00 INFO]: Experience Merge Radius: 3.0
[02:01:00 INFO]: Preparing start region for level 6 (Seed: 5014090649891009970)
[02:01:00 INFO]: [WorldGuard] (map_build) TNT ignition is PERMITTED.
[02:01:00 INFO]: [WorldGuard] (map_build) Lighters are PERMITTED.
[02:01:00 INFO]: [WorldGuard] (map_build) Lava fire is blocked.
[02:01:00 INFO]: [WorldGuard] (map_build) Fire spread is UNRESTRICTED.
[02:01:00 INFO]: [WorldGuard] Loaded configuration for world 'map_build'
[02:01:00 INFO]: -------- World Settings For [event] --------
[02:01:00 INFO]: Mob Spawn Range: 4
[02:01:00 INFO]: Nerfing mobs spawned from spawners: false
[02:01:00 INFO]: Cactus Growth Modifier: 100%
[02:01:00 INFO]: Cane Growth Modifier: 100%
[02:01:00 INFO]: Melon Growth Modifier: 100%
[02:01:00 INFO]: Mushroom Growth Modifier: 100%
[02:01:00 INFO]: Pumpkin Growth Modifier: 100%
[02:01:00 INFO]: Sapling Growth Modifier: 100%
[02:01:00 INFO]: Wheat Growth Modifier: 100%
[02:01:00 INFO]: NetherWart Growth Modifier: 100%
[02:01:00 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:01:00 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:01:00 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:01:00 INFO]: Random Lighting Updates: false
[02:01:00 INFO]: Structure Info Saving: true
[02:01:00 INFO]: Max Entity Collisions: 8
[02:01:00 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:01:00 INFO]: Max TNT Explosions: 100
[02:01:00 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:01:00 INFO]: Item Despawn Rate: 6000
[02:01:00 INFO]: Item Merge Radius: 2.5
[02:01:00 INFO]: Arrow Despawn Rate: 1200
[02:01:00 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:01:00 INFO]: View Distance: 10
[02:01:00 INFO]: Zombie Aggressive Towards Villager: true
[02:01:00 INFO]: Experience Merge Radius: 3.0
[02:01:00 INFO]: Preparing start region for level 7 (Seed: -1536005422116217119)
[02:01:00 INFO]: [WorldGuard] (event) TNT ignition is PERMITTED.
[02:01:00 INFO]: [WorldGuard] (event) Lighters are PERMITTED.
[02:01:00 INFO]: [WorldGuard] (event) Lava fire is blocked.
[02:01:00 INFO]: [WorldGuard] (event) Fire spread is UNRESTRICTED.
[02:01:00 INFO]: [WorldGuard] Loaded configuration for world 'event'
[02:01:00 INFO]: -------- World Settings For [map_ressource] --------
[02:01:00 INFO]: Mob Spawn Range: 4
[02:01:00 INFO]: Nerfing mobs spawned from spawners: false
[02:01:00 INFO]: Cactus Growth Modifier: 100%
[02:01:00 INFO]: Cane Growth Modifier: 100%
[02:01:00 INFO]: Melon Growth Modifier: 100%
[02:01:00 INFO]: Mushroom Growth Modifier: 100%
[02:01:00 INFO]: Pumpkin Growth Modifier: 100%
[02:01:00 INFO]: Sapling Growth Modifier: 100%
[02:01:00 INFO]: Wheat Growth Modifier: 100%
[02:01:00 INFO]: NetherWart Growth Modifier: 100%
[02:01:00 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:01:00 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:01:00 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:01:00 INFO]: Random Lighting Updates: false
[02:01:00 INFO]: Structure Info Saving: true
[02:01:00 INFO]: Max Entity Collisions: 8
[02:01:00 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:01:00 INFO]: Max TNT Explosions: 100
[02:01:00 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:01:00 INFO]: Item Despawn Rate: 6000
[02:01:00 INFO]: Item Merge Radius: 2.5
[02:01:00 INFO]: Arrow Despawn Rate: 1200
[02:01:00 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:01:00 INFO]: View Distance: 10
[02:01:00 INFO]: Zombie Aggressive Towards Villager: true
[02:01:00 INFO]: Experience Merge Radius: 3.0
[02:01:00 INFO]: Preparing start region for level 8 (Seed: 5069896151549808972)
[02:01:01 INFO]: [WorldGuard] (map_ressource) TNT ignition is PERMITTED.
[02:01:01 INFO]: [WorldGuard] (map_ressource) Lighters are PERMITTED.
[02:01:01 INFO]: [WorldGuard] (map_ressource) Lava fire is blocked.
[02:01:01 INFO]: [WorldGuard] (map_ressource) Fire spread is UNRESTRICTED.
[02:01:01 INFO]: [WorldGuard] Loaded configuration for world 'map_ressource'
[02:01:01 INFO]: [Multiverse-Core] 9 - World(s) loaded.
[02:01:01 INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[02:01:01 INFO]: [Punishmental] Enabling Punishmental v5.1
[02:01:01 INFO]: 5.1
[02:01:01 WARN]: §a[Punishmental] Starting lag checker
[02:01:01 WARN]: §a[Punishmental] Lag cheker running
[02:01:01 INFO]: [Punishmental]: Connecting to WorldEdit
[02:01:01 INFO]: [Punishmental]: WorldEdit found and loaded, loading punishable areas
[02:01:01 INFO]: [Punishmental]: Commands READY
[02:01:01 INFO]: [ChatRange] Enabling ChatRange v1.0.3
[02:01:01 INFO]: [ChatLib] Enabling ChatLib vv1.0
[02:01:01 INFO]: [ChatLib] Has been enabled! It can now be utilized by other plugins!
[02:01:01 INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[02:01:01 INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b405
[02:01:01 INFO]: [Multiverse-Inventories 2.5-b405] enabled.
[02:01:01 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[02:01:01 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vPre2.14.1.3
[02:01:01 WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
[02:01:01 INFO]: [AzerGrief] Enabling AzerGrief v0.0.1
[02:01:01 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[02:01:01 INFO]: [ChestShop] Enabling ChestShop v4.0-r2
[02:01:01 INFO]: creating table 'items'
[02:01:01 INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`)) 
[02:01:01 INFO]: creating table 'accounts'
[02:01:01 INFO]: creating index 'accounts_shortName_idx' for table 'accounts
[02:01:01 INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) ) 
[02:01:01 INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
[02:01:02 INFO]: [ChestShop] Lockette version 1.8.19 loaded.
[02:01:02 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[02:01:02 INFO]: [Jobs] Enabling Jobs v2.51.1
[02:01:02 INFO]: Started database save task.
[02:01:02 INFO]: Started buffered payment thread.
[02:01:02 INFO]: mcMMO was not found - Disabling capabilities.
[02:01:02 INFO]: Plugin has been enabled succesfully.
[02:01:02 INFO]: [Citizens] Enabling Citizens v2.0.17-SNAPSHOT (build 1356)
[02:01:02 INFO]: [Denizen] Enabling Denizen v0.9.8-SNAPSHOT (build 576)
[02:01:02 INFO]: +› [Denizen] Initializing Denizen Core v1.10 (Build 

                   ${build.number}), implementation for Bukkit version 

                   0.9.8-SNAPSHOT (build 576) 
[02:01:02 INFO]: +› [Denizen] +-------------------------+ 
[02:01:02 INFO]: +› [Denizen]  _/_ _  ._  _ _ 
[02:01:02 INFO]: +› [Denizen] (/(-/ )/ /_(-/ )  scriptable minecraft 
[02:01:02 INFO]: +› [Denizen]  
[02:01:02 INFO]: +› [Denizen] by: aufdemrand 
[02:01:02 INFO]: +› [Denizen] version: 0.9.8-SNAPSHOT (build 576) 
[02:01:02 INFO]: +› [Denizen] +-------------------------+ 
[02:01:03 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] 
[02:01:03 INFO]: +› [RuntimeCompiler] Loading external dependencies for 
                   run-time compiler. 
[02:01:03 INFO]: +› [RuntimeCompiler] No dependencies to load or error loading 
                   dependencies: null 
[02:01:03 INFO]: +› [RuntimeCompiler] Loading plugins as dependencies for 
                   run-time compiler. 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  EssentialsChat-2.x-SNAPSHOT.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Punishmental.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  AzerGrief.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  ChatRange.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Vault.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Essentials-2.x-SNAPSHOT.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  PlayerHeads.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  iConomyRecreation pre-8.0.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Lockette.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  sentinel-0.5.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  EssentialsSpawn-2.x-SNAPSHOT.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  ProtocolLib.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  EssentialsAntiBuild.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  WorldEdit.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  WorldGuard.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  ChatLib.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  

                   EssentialsProtect-2.x-SNAPSHOT.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Multiverse-Inventories-2.5.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Jobs.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  ChestShop-4.0-r2.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  ArcaneEnchants.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  EssentialsGroupManager1_9.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  citizens-2.0.17-SNAPSHOT (2).jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  denizen-0.9.8-SNAPSHOT (2).jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  Multiverse-Core-2.5 (1).jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Attempting to add CraftBukkit as 

                   dependency for run-time compiler. 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  craftbukkit1.8.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  craftbukkit1.9.jar 
[02:01:03 INFO]: +› [RuntimeCompiler] Loaded  craftbukkit.jar 
[02:01:03 INFO]:  OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE] 
[02:01:03 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] 
[02:01:03 INFO]: +› [Denizen] Registered: dBiome as b 
[02:01:03 INFO]: +› [Denizen] Registered: dChunk as ch 
[02:01:03 INFO]: +› [Denizen] Registered: dColor as co 
[02:01:03 INFO]: +› [Denizen] Registered: dCuboid as cu 
[02:01:03 INFO]: +› [Denizen] Registered: dEllipsoid as ellipsoid 
[02:01:03 INFO]: +› [Denizen] Registered: dEntity as e 
[02:01:03 INFO]: +› [Denizen] Registered: dInventory as in 
[02:01:03 INFO]: +› [Denizen] Registered: dItem as i 
[02:01:03 INFO]: +› [Denizen] Registered: dLocation as l 
[02:01:03 INFO]: +› [Denizen] Registered: dMaterial as m 
[02:01:03 INFO]: +› [Denizen] Registered: dNPC as n 
[02:01:03 INFO]: +› [Denizen] Registered: dPlayer as p 
[02:01:03 INFO]: +› [Denizen] Registered: dPlugin as pl 
[02:01:03 INFO]: +› [Denizen] Registered: dWorld as w 
[02:01:03 INFO]: +› [Denizen] Registered: CustomObject as custom 
[02:01:03 INFO]: +› [Denizen] Registered: dList as li 
[02:01:03 INFO]: +› [Denizen] Registered: dList as  fl 
[02:01:03 INFO]: +› [Denizen] Registered: dScript as s 
[02:01:03 INFO]: +› [Denizen] Registered: Element as el 
[02:01:03 INFO]: +› [Denizen] Registered: Duration as d 
[02:01:03 INFO]: +› [Denizen] Registered: ScriptQueue as q 
[02:01:03 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] 
[02:01:03 INFO]: [Sentinel] Enabling Sentinel v0.5 (build 35)
[02:01:03 INFO]: [Sentinel] Sentinel loading...
[02:01:03 WARN]: [Sentinel] Outdated Sentinel config - please delete it to regenerate it!
[02:01:03 INFO]: [Sentinel] Sentinel loaded!
[02:01:03 INFO]: [Sentinel] Vault linked! Group targets will work.
[02:01:03 INFO]: Server permissions file permissions.yml is empty, ignoring it
[02:01:03 INFO]: Done (12.503s)! For help, type "help" or "?"
[02:01:03 INFO]: Starting GS4 status listener
[02:01:03 WARN]: Debugging is enabled, performance maybe reduced!
[02:01:03 INFO]: registerSocket: java.net.DatagramSocket@34669278
[02:01:03 INFO]: Query running on 0.0.0.0:25565
[02:01:03 INFO]: [Jobs] Successfully linked with Vault.
[02:01:03 WARN]: [ArcaneEnchants] Disabled auto and manual updating.
[02:01:03 WARN]: Exception in thread "Craft Scheduler Thread - 17" 
[02:01:03 WARN]: org.apache.commons.lang.UnhandledException: Plugin Punishmental v5.1 generated an exception while executing task 28

at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;

at com.TheModerator.Fall.Metrics.postPlugin(Metrics.java:357)

at com.TheModerator.Fall.Metrics.access$4(Metrics.java:350)
at com.TheModerator.Fall.Metrics$1.run(Metrics.java:245)

at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftTask.run(CraftTask.java:71)

at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more

[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 521.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 642.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 643.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 654.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 653.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 656.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 662.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 661.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 657.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 664.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 667.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 665.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 668.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 694.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 693.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 696.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 695.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 706.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 705.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 704.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 703.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 702.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 701.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 700.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 699.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 698.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 697.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 713.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 727.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 726.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 724.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 723.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 753.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 752.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 751.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 750.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 776.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 775.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 774.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 773.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 772.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 782.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 791.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 790.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 788.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,040.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,039.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,038.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,037.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,045.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,062.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,061.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,089.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,130.
[02:01:04 ERROR]: [Citizens] The trait sentry failed to load for NPC ID: 1,129.
[02:01:04 INFO]: [Citizens] Loaded 434 NPCs.
[02:01:04 INFO]: +› [Denizen] Processing outside scripts... 
[02:01:04 INFO]: +› [Denizen] Processing unnamed script... 
[02:01:04 INFO]: +› [Denizen] Processing '/Jobs.yml'... 
[02:01:04 INFO]: +› [Denizen] Processing '/Test_flag.yml'... 
[02:01:04 INFO]: +› [Denizen] Processing '/Visite.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/timer.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/Grapin.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/Decouverte.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/Interdiction.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/money.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/Ban.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/World.yml'... 
[02:01:05 INFO]: +› [Denizen] Processing '/ChatSpy.yml'... 
[02:01:05 INFO]:  OKAY! All scripts loaded! 
[02:01:05 INFO]: +› [Denizen] Adding script VISITE_LETTRE_FILS_EGYPTIEN as type 
                   ITEM 
[02:01:05 INFO]: +› [Denizen] Adding script INTERDICTION as type WORLD 
[02:01:05 INFO]: +› [Denizen] Adding script TEST5558 as type WORLD 
[02:01:05 INFO]: +› [Denizen] Adding script GRAPIN as type WORLD 
[02:01:05 INFO]: +› [Denizen] Adding script BUILTIN_LOAD_TESTER as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script ADDJOB as type TASK 
[02:01:05 INFO]: +› [Denizen] Adding script MAITRE_METIER as type ASSIGNMENT 
[02:01:05 INFO]: +› [Denizen] Adding script LOOT as type WORLD 
[02:01:05 INFO]: +› [Denizen] Adding script TIMERSTART as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script MAITRE_METIER_INTERACT as type 
                   INTERACT 
[02:01:05 INFO]: +› [Denizen] Adding script VISITE_FILS_ROMAIN as type 
                   ASSIGNMENT 
[02:01:05 INFO]: +› [Denizen] Adding script AVENTURIER_INTERACT as type 
                   INTERACT 
[02:01:05 INFO]: +› [Denizen] Adding script VISITE_FILS_ROMAIN_INTERACT as type 
                   INTERACT 
[02:01:05 INFO]: +› [Denizen] Adding script SERVKICK as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script CHATSPY as type WORLD 
[02:01:05 INFO]: +› [Denizen] Adding script TIMERRESTART as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script AVERTISSEMENT as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script QUEST VISITE DEALER as type 
                   ASSIGNMENT 
[02:01:05 INFO]: +› [Denizen] Adding script VISITE_LETTRE_FILS_ROMAIN as type 
                   ITEM 
[02:01:05 INFO]: +› [Denizen] Adding script MONEY as type WORLD 
[02:01:05 INFO]: +› [Denizen] Adding script AVENTURIER as type ASSIGNMENT 
[02:01:05 INFO]: +› [Denizen] Adding script SERVBAN as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script VISITE_SEND_INTERACT as type 
                   INTERACT 
[02:01:05 INFO]: +› [Denizen] Adding script VISITE_SENDER as type ASSIGNMENT 
[02:01:05 INFO]: +› [Denizen] Adding script TIMERSTOP as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Adding script TIMERPAUSE as type COMMAND 
[02:01:05 INFO]: +› [Denizen] Scanning 6 world scripts... 
[02:01:05 INFO]: +› [CuboidEnterE...] Loaded Cuboid Enter & Exit SmartEvent. 
[02:01:05 INFO]: +› [Denizen] Reloading script events... 
[02:01:05 INFO]: +› [Denizen] Event match, SystemTime matched for 'system time 
                   minutely'! 
[02:01:05 INFO]: +› [Denizen] Event match, BiomeEnterExit matched for 'player 
                   enters notable cuboid'! 
[02:01:05 INFO]: +› [Denizen] Event match, Chat matched for 'player chats'! 
[02:01:05 INFO]: +› [Denizen] Event match, EntityDies matched for 'entity 
                   death'! 
[02:01:05 INFO]: +› [Denizen] Event match, EntityEntersVehicle matched for 
                   'player enters notable cuboid'! 
[02:01:05 INFO]: +› [Denizen] Event match, EntityShootsBow matched for 'entity 
                   shoots block'! 
[02:01:05 INFO]: +› [Denizen] Event match, PlayerCraftsItem matched for 'player 

                   crafts gold_ingot'! 
[02:01:05 INFO]: +› [Denizen] Event match, ProjectileHits matched for 'entity 

                   shoots block'! 
[02:01:05 INFO]: +› [] +-------------------------+ 
[02:01:05 WARN]: Exception in thread "Craft Scheduler Thread - 1" 
[02:01:05 WARN]: org.apache.commons.lang.UnhandledException: Plugin Punishmental v5.1 generated an exception while executing task 29

at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;

at com.TheModerator.Fall.Fall.activateFailsafe(Fall.java:2850)
at com.TheModerator.Fall.Fall.CheckLag(Fall.java:186)

at com.TheModerator.Fall.Fall$1.run(Fall.java:168)
at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftTask.run(CraftTask.java:71)

at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more

[02:01:05 INFO]: [ChatRange] Registering ranges from config.yml.
[02:01:05 INFO]: [ChatRange] Registering 'whisper'.
[02:01:05 INFO]: [ChatRange]  - Command name: whisper
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: false
[02:01:05 INFO]: [ChatRange]  - Distance: 3.0
[02:01:05 INFO]: [ChatRange]  - Colour: §8
[02:01:05 INFO]: [ChatRange]  - Prefix: [Whisper]
[02:01:05 INFO]: [ChatRange] Registering 'tell'.
[02:01:05 INFO]: [ChatRange]  - Command name: tell
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: false
[02:01:05 INFO]: [ChatRange]  - Distance: 10.0
[02:01:05 INFO]: [ChatRange]  - Colour: §7
[02:01:05 INFO]: [ChatRange]  - Prefix: [Tell]
[02:01:05 INFO]: [ChatRange] Registering 'local'.
[02:01:05 INFO]: [ChatRange]  - Command name: local
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: false
[02:01:05 INFO]: [ChatRange]  - Distance: 20.0
[02:01:05 INFO]: [ChatRange]  - Colour: §f
[02:01:05 INFO]: [ChatRange]  - Prefix: [Local]
[02:01:05 INFO]: [ChatRange] Registering 'yell'.
[02:01:05 INFO]: [ChatRange]  - Command name: yell
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: false
[02:01:05 INFO]: [ChatRange]  - Distance: 50.0
[02:01:05 INFO]: [ChatRange]  - Colour: §e
[02:01:05 INFO]: [ChatRange]  - Prefix: [Yell]
[02:01:05 INFO]: [ChatRange] Registering 'alarm'.
[02:01:05 INFO]: [ChatRange]  - Command name: alarm
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: false
[02:01:05 INFO]: [ChatRange]  - Distance: 150.0
[02:01:05 INFO]: [ChatRange]  - Colour: §4
[02:01:05 INFO]: [ChatRange]  - Prefix: [Alarm]
[02:01:05 INFO]: [ChatRange] Registering 'province'.
[02:01:05 INFO]: [ChatRange]  - Command name: province
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: false
[02:01:05 INFO]: [ChatRange]  - Distance: 500.0
[02:01:05 INFO]: [ChatRange]  - Colour: §3
[02:01:05 INFO]: [ChatRange]  - Prefix: [Province]
[02:01:05 INFO]: [ChatRange] Registering 'global'.
[02:01:05 INFO]: [ChatRange]  - Command name: global
[02:01:05 INFO]: [ChatRange]  - Cross-dimension: true
[02:01:05 INFO]: [ChatRange]  - Distance: -1.0
[02:01:05 INFO]: [ChatRange]  - Colour: §f
[02:01:05 INFO]: [ChatRange]  - Prefix: [Global]
[02:01:05 INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[02:01:05 INFO]: [Vault] Checking for Updates ...