· 6 years ago · Nov 27, 2019, 01:28 AM
1
2Save New Duplicate & Edit Just Text Twitter
31
42
53
64
75
86
97
108
119
1210
1311
1412
1513
1614
1715
1816
1917
2018
2119
2220
2321
2422
2523
2624
2725
2826
2927
3028
3129
3230
3331
3432
3533
3634
3735
3836
3937
4038
4139
4240
4341
4442
4543
4644
4745
4846
4947
5048
5149
5250
5351
5452
5553
5654
5755
5856
5957
6058
6159
6260
6361
6462
6563
6664
6765
6866
6967
7068
7169
7270
7371
7472
7573
7674
7775
7876
7977
8078
8179
8280
8381
8482
8583
8684
8785
8886
8987
9088
9189
9290
9391
9492
9593
9694
9795
9896
9997
10098
10199
102100
103101
104102
105103
106104
107105
108106
109107
110108
111109
112110
113111
114112
115113
116114
117115
118116
119117
120118
121119
122120
123121
124122
125123
126124
127125
128126
129127
130128
131129
132130
133131
134132
135133
136134
137135
138136
139137
140138
141139
142140
143141
144142
145143
146144
147145
148146
149147
150148
151149
152150
153151
154152
155153
156154
157155
158156
159157
160158
161159
162160
163161
164162
165163
166164
167165
168166
169167
170168
171169
172170
173171
174172
175173
176174
177175
178176
179177
180178
181179
182180
183181
184182
185183
186184
187185
188186
189187
190188
191189
192190
193191
194192
195193
196194
197195
198196
199197
200198
201199
202200
203201
204202
205203
206204
207205
208206
209207
210208
211209
212210
213211
214212
215213
216214
217215
218216
219217
220218
221219
222220
223221
224222
225223
226224
227225
228226
229227
230228
231229
232230
233231
234232
235233
236234
237235
238236
239237
240238
241239
242240
243241
244242
245243
246244
247245
248246
249247
250248
251249
252250
253251
254252
255253
256254
257255
258256
259257
260258
261259
262260
263261
264262
265263
266264
267265
268266
269267
270268
271269
272270
273271
274272
275273
276274
277275
278276
279277
280278
281279
282280
283281
284282
285283
286284
287285
288286
289287
290288
291289
292290
293291
294292
295293
296294
297295
298296
299297
300298
301299
302300
303301
304302
305303
306304
307305
308306
309307
310308
311309
312310
313311
314312
315313
316314
317315
318316
319317
320318
321319
322320
323321
324322
325323
326324
327325
328326
329327
330328
331329
332330
333331
334332
335333
336334
337335
338336
339337
340338
341339
342340
343341
344342
345343
346344
347345
348346
349347
350348
351349
352350
353351
354352
355353
356354
357355
358356
359357
360358
361359
362360
363361
364362
365363
366364
367365
368366
369367
370368
371369
372370
373371
374372
375373
376374
377375
378376
379377
380378
381379
382380
383381
384382
385383
386384
387385
388386
389387
390388
391389
392390
393391
394392
395393
396394
397395
398396
399397
400398
401399
402400
403401
404402
405403
406404
407405
408406
409407
410408
411409
412410
413411
414412
415413
416414
417415
418416
419417
420418
421419
422420
423421
424422
425423
426424
427425
428426
429427
430428
431429
432430
433431
434432
435433
436434
437435
438436
439437
440438
441439
442440
443441
444442
445443
446444
447445
448446
449447
450448
451449
452450
453451
454452
455453
456454
457455
458456
459457
460458
461459
462460
463461
464462
465463
466464
467465
468466
469467
470468
471469
472470
473471
474472
475473
476474
477475
478476
479477
480478
481479
482480
483481
484482
485483
486484
487485
488486
489487
490488
491489
492490
493491
494492
495493
496494
497495
498496
499497
500498
501499
502500
503501
504502
505503
506504
507505
508506
509507
510508
511509
512510
513511
514512
515513
516514
517515
518516
519517
520518
521519
522520
523521
524522
525523
526524
527525
528526
529527
530528
531529
532530
533531
534532
535533
536534
537535
538536
539537
540538
541539
542540
543541
544542
545543
546544
547545
548546
549547
550548
551549
552550
553551
554552
555553
556554
557555
558556
559557
560558
561559
562560
563561
564562
565563
566564
567565
568566
569567
570568
571569
572570
573571
574572
575573
576574
577575
578576
579577
580578
581579
582580
583581
584582
585583
586584
587585
588586
589587
590588
591589
592590
593591
594592
595593
596[01:14:33] [Server thread/INFO]: Starting minecraft server version 1.14.4
597[01:14:33] [Server thread/INFO]: Loading properties
598[01:14:34] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-56f8471-ccd47a5 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
599[01:14:34] [Server thread/INFO]: Server Ping Player Sample Count: 12
600[01:14:34] [Server thread/INFO]: Using 4 threads for Netty based IO
601[01:14:34] [Server thread/INFO]: Debug logging is disabled
602[01:14:34] [Server thread/INFO]: Default game type: SURVIVAL
603[01:14:34] [Server thread/INFO]: Generating keypair
604[01:14:34] [Server thread/INFO]: Starting Minecraft server on 192.99.182.8:25603
605[01:14:34] [Server thread/INFO]: Using epoll channel type
606[01:14:39] [Server thread/WARN]: Plugin LuckPerms v4.2.17 does not specify an api-version.
607[01:14:39] [Server thread/WARN]: Plugin ProtocolLib v4.4.0 does not specify an api-version.
608[01:14:39] [Server thread/WARN]: Plugin CommandTimer v3.0 does not specify an api-version.
609[01:14:40] [Server thread/WARN]: Plugin EffectLib v6.2 does not specify an api-version.
610[01:14:40] [Server thread/WARN]: Plugin ServerTutorialPlus v1.21.2 does not specify an api-version.
611[01:14:41] [Server thread/WARN]: Plugin CommandNPC v1.9.1 does not specify an api-version.
612[01:14:41] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.2.17
613[01:14:41] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
614[01:14:42] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2bc678d6]
615[01:14:42] [Server thread/INFO]: [EliteLootbox] Loading EliteLootbox v1.4.5
616[01:14:42] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
617[01:14:42] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
618[01:14:42] [Server thread/INFO]: [CommandTimer] Loading CommandTimer v3.0
619[01:14:42] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1;f2118aa
620[01:14:42] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
621[01:14:42] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.20.4
622[01:14:42] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.7.4
623[01:14:42] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.14
624[01:14:42] [Server thread/INFO]: [CraftEnhance] Loading CraftEnhance v2.3.4
625[01:14:42] [Server thread/INFO]: [Effect Library] Loading EffectLib v6.2
626[01:14:42] [Server thread/INFO]: [CommandMineRewards] Loading CommandMineRewards v5.5
627[01:14:42] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
628[01:14:42] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
629[01:14:42] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
630[01:14:42] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60
631[01:14:42] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60
632[01:14:42] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
633[01:14:42] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200
634[01:14:48] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
635[01:14:48] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.0
636[01:14:48] [Server thread/INFO]: [MagicSpells] Loading MagicSpells v4.0-Beta-4
637[01:14:48] [Server thread/INFO]: [PaperMoney] Loading PaperMoney v1.0
638[01:14:48] [Server thread/INFO]: [WESV] Loading WorldEditSelectionVisualizer v2.0.4
639[01:14:48] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.19
640[01:14:48] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.21.2
641[01:14:48] [Server thread/INFO]: [TokenEnchant] Loading TokenEnchant v14.4.0
642[01:14:48] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v11.2
643[01:14:48] [Server thread/INFO]: [BlockRegen] Loading BlockRegen v3.6.0-b8
644[01:14:48] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.3.1
645[01:14:48] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v6.0.5
646[01:14:48] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
647[01:14:48] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1778)
648[01:14:48] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.0.0-SNAPSHOT (build 315)
649[01:14:48] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.8.1
650[01:14:48] [Server thread/INFO]: [Shopkeepers] Loading config.
651[01:14:48] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
652[01:14:48] [Server thread/INFO]: [Quests] Loading Quests v3.8.1-b42
653[01:14:48] [Server thread/INFO]: [UltimateDrugs] Loading UltimateDrugs v2.1.0
654[01:14:48] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.19
655[01:14:48] [Server thread/INFO]: [QuestsGUI] Loading QuestsGUI v0.1
656[01:14:48] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
657[01:14:48] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.19
658[01:14:48] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.5.6
659[01:14:48] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2
660[01:14:48] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.2.17
661[01:14:48] [Server thread/INFO]: __ __ ___ __ __
662[01:14:48] [Server thread/INFO]: | | | / ` |__/ |__) |__ |__) |\/| /__`
663[01:14:48] [Server thread/INFO]: |___ \__/ \__, | \ | |___ | \ | | .__/
664[01:14:48] [Server thread/INFO]:
665[01:14:48] [Server thread/INFO]: Loading version v4.2.17 on Bukkit - CraftBukkit
666[01:14:48] [Server thread/INFO]: Running on server version git-Spigot-56f8471-ccd47a5 (MC: 1.14.4) - 1.14.4-R0.1-SNAPSHOT
667[01:14:48] [Server thread/INFO]:
668[01:14:48] [Server thread/INFO]: [LP] Loading configuration...
669[01:14:48] [Server thread/INFO]: [LP] Loading storage provider... [H2]
670[01:14:49] [Server thread/INFO]: [LP] Loading internal permission managers...
671[01:14:49] [Server thread/INFO]: [LP] Performing initial data load...
672[01:14:49] [Server thread/INFO]: [LP] Successfully enabled. (took 819ms)
673[01:14:49] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
674[01:14:49] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
675[01:14:49] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
676[01:14:50] [Server thread/WARN]: [WorldEdit] ====================================================
677[01:14:50] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
678[01:14:50] [Server thread/WARN]: [WorldEdit] as your server software.
679[01:14:50] [Server thread/WARN]: [WorldEdit]
680[01:14:50] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
681[01:14:50] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
682[01:14:50] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
683[01:14:50] [Server thread/WARN]: [WorldEdit]
684[01:14:50] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
685[01:14:50] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
686[01:14:50] [Server thread/WARN]: [WorldEdit]
687[01:14:50] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
688[01:14:50] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
689[01:14:50] [Server thread/WARN]: [WorldEdit]
690[01:14:50] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
691[01:14:50] [Server thread/WARN]: [WorldEdit] ====================================================
692[01:14:50] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
693[01:14:50] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
694[01:14:50] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
695[01:14:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
696[01:14:50] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
697[01:14:50] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
698[01:14:50] [Server thread/INFO]: [LP] Registered Vault permission & chat hook.
699[01:14:50] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
700[01:14:50] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
701[01:14:50] [Server thread/INFO]: Preparing level "world"
702[01:14:50] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
703[01:14:50] [Server thread/INFO]: Loaded 6 recipes
704[01:14:51] [Server thread/INFO]: -------- World Settings For [world] --------
705[01:14:51] [Server thread/INFO]: Mob Spawn Range: 6
706[01:14:51] [Server thread/INFO]: Experience Merge Radius: 3.0
707[01:14:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
708[01:14:51] [Server thread/INFO]: Cane Growth Modifier: 100%
709[01:14:51] [Server thread/INFO]: Melon Growth Modifier: 100%
710[01:14:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
711[01:14:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
712[01:14:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
713[01:14:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
714[01:14:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
715[01:14:51] [Server thread/INFO]: Potato Growth Modifier: 100%
716[01:14:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
717[01:14:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
718[01:14:51] [Server thread/INFO]: Vine Growth Modifier: 100%
719[01:14:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
720[01:14:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
721[01:14:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
722[01:14:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
723[01:14:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
724[01:14:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
725[01:14:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
726[01:14:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
727[01:14:51] [Server thread/INFO]: Max TNT Explosions: 100
728[01:14:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
729[01:14:51] [Server thread/INFO]: View Distance: 10
730[01:14:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
731[01:14:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
732[01:14:51] [Server thread/INFO]: Item Despawn Rate: 6000
733[01:14:51] [Server thread/INFO]: Item Merge Radius: 2.5
734[01:14:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
735[01:14:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
736[01:14:51] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
737[01:14:51] [Server thread/INFO]: -------- World Settings For [world_nether] --------
738[01:14:51] [Server thread/INFO]: Mob Spawn Range: 6
739[01:14:51] [Server thread/INFO]: Experience Merge Radius: 3.0
740[01:14:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
741[01:14:51] [Server thread/INFO]: Cane Growth Modifier: 100%
742[01:14:51] [Server thread/INFO]: Melon Growth Modifier: 100%
743[01:14:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
744[01:14:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
745[01:14:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
746[01:14:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
747[01:14:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
748[01:14:51] [Server thread/INFO]: Potato Growth Modifier: 100%
749[01:14:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
750[01:14:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
751[01:14:51] [Server thread/INFO]: Vine Growth Modifier: 100%
752[01:14:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
753[01:14:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
754[01:14:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
755[01:14:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
756[01:14:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
757[01:14:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
758[01:14:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
759[01:14:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
760[01:14:51] [Server thread/INFO]: Max TNT Explosions: 100
761[01:14:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
762[01:14:51] [Server thread/INFO]: View Distance: 10
763[01:14:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
764[01:14:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
765[01:14:51] [Server thread/INFO]: Item Despawn Rate: 6000
766[01:14:51] [Server thread/INFO]: Item Merge Radius: 2.5
767[01:14:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
768[01:14:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
769[01:14:51] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
770[01:14:51] [Server thread/INFO]: Mob Spawn Range: 6
771[01:14:51] [Server thread/INFO]: Experience Merge Radius: 3.0
772[01:14:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
773[01:14:51] [Server thread/INFO]: Cane Growth Modifier: 100%
774[01:14:51] [Server thread/INFO]: Melon Growth Modifier: 100%
775[01:14:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
776[01:14:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
777[01:14:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
778[01:14:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
779[01:14:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
780[01:14:51] [Server thread/INFO]: Potato Growth Modifier: 100%
781[01:14:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
782[01:14:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
783[01:14:51] [Server thread/INFO]: Vine Growth Modifier: 100%
784[01:14:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
785[01:14:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
786[01:14:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
787[01:14:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
788[01:14:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
789[01:14:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
790[01:14:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
791[01:14:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
792[01:14:51] [Server thread/INFO]: Max TNT Explosions: 100
793[01:14:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
794[01:14:51] [Server thread/INFO]: View Distance: 10
795[01:14:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
796[01:14:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
797[01:14:51] [Server thread/INFO]: Item Despawn Rate: 6000
798[01:14:51] [Server thread/INFO]: Item Merge Radius: 2.5
799[01:14:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
800[01:14:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
801[01:14:51] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
802[01:14:52] [Server thread/INFO]: Preparing spawn area: 0%
803[01:14:52] [Server thread/INFO]: Preparing spawn area: 0%
804[01:14:52] [Server thread/INFO]: Preparing spawn area: 0%
805[01:14:55] [Server-Worker-1/INFO]: Preparing spawn area: 83%
806[01:14:55] [Server-Worker-1/INFO]: Preparing spawn area: 83%
807[01:14:55] [Server-Worker-2/INFO]: Preparing spawn area: 83%
808[01:14:55] [Server-Worker-2/INFO]: Preparing spawn area: 83%
809[01:14:55] [Server-Worker-8/INFO]: Preparing spawn area: 83%
810[01:14:55] [Server thread/INFO]: Preparing spawn area: 83%
811[01:14:56] [Server-Worker-7/INFO]: Preparing spawn area: 95%
812[01:14:56] [Server-Worker-4/INFO]: Preparing spawn area: 95%
813[01:14:57] [Server-Worker-8/INFO]: Preparing spawn area: 96%
814[01:14:57] [Server thread/INFO]: Time elapsed: 5812 ms
815[01:14:57] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
816[01:14:58] [Server thread/INFO]: Preparing spawn area: 0%
817[01:14:58] [Server thread/INFO]: Preparing spawn area: 0%
818[01:14:58] [Server-Worker-1/INFO]: Preparing spawn area: 83%
819[01:14:58] [Server-Worker-8/INFO]: Preparing spawn area: 83%
820[01:14:59] [Server-Worker-1/INFO]: Preparing spawn area: 89%
821[01:14:59] [Server-Worker-8/INFO]: Preparing spawn area: 99%
822[01:14:59] [Server thread/INFO]: Time elapsed: 2509 ms
823[01:14:59] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
824[01:15:00] [Server thread/INFO]: Preparing spawn area: 0%
825[01:15:00] [Server-Worker-6/INFO]: Preparing spawn area: 83%
826[01:15:00] [Server thread/INFO]: Time elapsed: 810 ms
827[01:15:00] [Server thread/INFO]: [EliteLootbox] Enabling EliteLootbox v1.4.5
828[01:15:02] [Server thread/INFO]: [CommandTimer] Enabling CommandTimer v3.0
829[01:15:02] [Server thread/INFO]: Found fender is console
830[01:15:02] [Server thread/INFO]: Found fender is console
831[01:15:02] [Server thread/INFO]: Found fender is console
832[01:15:02] [Server thread/INFO]: Found fender is console
833[01:15:02] [Server thread/INFO]: Server time : 01:15:02
834[01:15:02] [Server thread/INFO]: Server day : WEDNESDAY
835[01:15:02] [Server thread/INFO]: [CommandTimer] v3.0 loaded
836[01:15:02] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1;f2118aa
837[01:15:02] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
838[01:15:02] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
839[01:15:02] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
840[01:15:02] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
841[01:15:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
842[01:15:02] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
843[01:15:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
844[01:15:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
845[01:15:02] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
846[01:15:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
847[01:15:02] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
848[01:15:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
849[01:15:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
850[01:15:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
851[01:15:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
852[01:15:02] [Server thread/INFO]: [WorldGuard] Loading region data...
853[01:15:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
854[01:15:02] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
855[01:15:02] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
856[01:15:02] [Server thread/INFO]: -------- World Settings For [PrisonEvolvedRenewed] --------
857[01:15:02] [Server thread/INFO]: Mob Spawn Range: 6
858[01:15:02] [Server thread/INFO]: Experience Merge Radius: 3.0
859[01:15:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
860[01:15:02] [Server thread/INFO]: Cane Growth Modifier: 100%
861[01:15:02] [Server thread/INFO]: Melon Growth Modifier: 100%
862[01:15:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
863[01:15:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
864[01:15:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
865[01:15:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
866[01:15:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
867[01:15:02] [Server thread/INFO]: Potato Growth Modifier: 100%
868[01:15:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
869[01:15:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
870[01:15:02] [Server thread/INFO]: Vine Growth Modifier: 100%
871[01:15:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
872[01:15:02] [Server thread/INFO]: Bamboo Growth Modifier: 100%
873[01:15:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
874[01:15:02] [Server thread/INFO]: Kelp Growth Modifier: 100%
875[01:15:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
876[01:15:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
877[01:15:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
878[01:15:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
879[01:15:02] [Server thread/INFO]: Max TNT Explosions: 100
880[01:15:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
881[01:15:02] [Server thread/INFO]: View Distance: 10
882[01:15:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
883[01:15:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
884[01:15:02] [Server thread/INFO]: Item Despawn Rate: 6000
885[01:15:02] [Server thread/INFO]: Item Merge Radius: 2.5
886[01:15:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
887[01:15:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
888[01:15:02] [Server thread/INFO]: Preparing start region for dimension 'PrisonEvolvedRenewed'/minecraft:overworld
889[01:15:03] [Server thread/INFO]: Preparing spawn area: 0%
890[01:15:03] [Server thread/INFO]: Preparing spawn area: 24%
891[01:15:03] [Server thread/INFO]: Time elapsed: 824 ms
892[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolvedRenewed) TNT ignition is PERMITTED.
893[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolvedRenewed) Lighters are PERMITTED.
894[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolvedRenewed) Lava fire is blocked.
895[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolvedRenewed) Fire spread is UNRESTRICTED.
896[01:15:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PrisonEvolvedRenewed'
897[01:15:03] [Server thread/INFO]: -------- World Settings For [PrisonEvolved] --------
898[01:15:03] [Server thread/INFO]: Mob Spawn Range: 6
899[01:15:03] [Server thread/INFO]: Experience Merge Radius: 3.0
900[01:15:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
901[01:15:03] [Server thread/INFO]: Cane Growth Modifier: 100%
902[01:15:03] [Server thread/INFO]: Melon Growth Modifier: 100%
903[01:15:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
904[01:15:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
905[01:15:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
906[01:15:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
907[01:15:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
908[01:15:03] [Server thread/INFO]: Potato Growth Modifier: 100%
909[01:15:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
910[01:15:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
911[01:15:03] [Server thread/INFO]: Vine Growth Modifier: 100%
912[01:15:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
913[01:15:03] [Server thread/INFO]: Bamboo Growth Modifier: 100%
914[01:15:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
915[01:15:03] [Server thread/INFO]: Kelp Growth Modifier: 100%
916[01:15:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
917[01:15:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
918[01:15:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
919[01:15:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
920[01:15:03] [Server thread/INFO]: Max TNT Explosions: 100
921[01:15:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
922[01:15:03] [Server thread/INFO]: View Distance: 10
923[01:15:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
924[01:15:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
925[01:15:03] [Server thread/INFO]: Item Despawn Rate: 6000
926[01:15:03] [Server thread/INFO]: Item Merge Radius: 2.5
927[01:15:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
928[01:15:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
929[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolved) TNT ignition is PERMITTED.
930[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolved) Lighters are PERMITTED.
931[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolved) Lava fire is blocked.
932[01:15:03] [Server thread/INFO]: [WorldGuard] (PrisonEvolved) Fire spread is UNRESTRICTED.
933[01:15:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PrisonEvolved'
934[01:15:03] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
935[01:15:04] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
936[01:15:04] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
937[01:15:04] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
938[01:15:04] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.20.4
939[01:15:04] [Server thread/WARN]: [VotingPlugin] Detected no voting sites, this may mean something isn't properly setup
940[01:15:04] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
941[01:15:04] [Server thread/ERROR]: [VotingPlugin] Plugin VotingPlugin v5.20.4 has failed to register events for class com.Ben12345rocks.VotingPlugin.Listeners.VotiferEvent because com/vexsoftware/votifier/model/VotifierEvent does not exist.
942[01:15:04] [Server thread/WARN]: [VotingPlugin] No VotifierEvent found, install Votifier, NuVotifier, or another Votifier plugin
943[01:15:04] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.20.4
944[01:15:04] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.7.4
945[01:15:04] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.7.4 has been enabled
946[01:15:04] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.14
947[01:15:04] [Server thread/INFO]: [CraftEnhance] Enabling CraftEnhance v2.3.4
948[01:15:04] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
949[01:15:05] [Server thread/INFO]: Loaded 6 recipes
950[01:15:05] [Server thread/INFO]: [CraftEnhance] CraftEnhance is managed and developed by DutchJelly.
951[01:15:05] [Server thread/INFO]: [CraftEnhance] If you find a bug in the plugin, please report it to https://dev.bukkit.org/projects/craftenhance.
952[01:15:05] [Server thread/INFO]: [CraftEnhance] Running a version check to check that the server is compatible with game version 1.13, 1.14, 1.15.
953[01:15:05] [Server thread/INFO]: [CraftEnhance] The correct version is installed.
954[01:15:05] [Server thread/INFO]: [CraftEnhance] CraftEnhance is up to date.
955[01:15:05] [Server thread/INFO]: [Effect Library] Enabling EffectLib v6.2
956[01:15:05] [Server thread/INFO]: [CommandMineRewards] Enabling CommandMineRewards v5.5
957[01:15:05] [Server thread/INFO]: [CommandMineRewards] Checking for invalid items in blocks lists...
958[01:15:05] [Server thread/INFO]: [CommandMineRewards] Found WorldGuard. Using to check regions.
959[01:15:05] [Server thread/INFO]: [CommandMineRewards] You seem to be running 1.9 or later.
960[01:15:05] [Server thread/INFO]: [CommandMineRewards] CommandMineRewards (by AlanZ) is enabled!
961[01:15:05] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.0
962[01:15:05] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
963[01:15:05] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.2-b107
964[01:15:05] [Server thread/INFO]: | Command file(s) found : 1
965[01:15:05] [Server thread/INFO]: | Config : Ready.
966[01:15:05] [Server thread/INFO]: | PlaceholderAPI: Not Found
967[01:15:05] [Server thread/INFO]: | Custom commands loaded : 8
968[01:15:05] [Server thread/INFO]: | Version: 5.6.0
969[01:15:05] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
970[01:15:05] [Server thread/INFO]: | You are running the latest version of MyCommand.
971[01:15:05] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
972[01:15:05] [Server thread/INFO]: [MagicSpells] Enabling MagicSpells v4.0-Beta-4
973[01:15:05] [Server thread/INFO]: [MagicSpells] Found volatile code handler for v1_14_R1.
974[01:15:05] [Server thread/INFO]: [MagicSpells] Initializing permissions
975[01:15:05] [Server thread/INFO]: [MagicSpells] Loading predefined items...
976[01:15:05] [Server thread/INFO]: [MagicSpells] ...0 predefined items loaded
977[01:15:05] [Server thread/INFO]: [MagicSpells] Loading variables...
978[01:15:05] [Server thread/INFO]: [MagicSpells] ...39 variables loaded
979[01:15:05] [Server thread/INFO]: [MagicSpells] Loading spells...
980[01:15:06] [Server thread/WARN]: [MagicSpells] LONG SPELL LOAD TIME: carpet: 122ms
981[01:15:06] [Server thread/WARN]: [MagicSpells] Need help? Check out our discord: discord.gg/6bYqnNy
982[01:15:06] [Server thread/INFO]: [MagicSpells] ...spells loaded: 89
983[01:15:06] [Server thread/INFO]: [MagicSpells] Finalizing perms...
984[01:15:06] [Server thread/INFO]: [MagicSpells] ...done
985[01:15:06] [Server thread/INFO]: [MagicSpells] Initializing spells...
986[01:15:06] [Server thread/INFO]: [MagicSpells] ...done
987[01:15:06] [Server thread/INFO]: [MagicSpells] Loading online player spellbooks...
988[01:15:06] [Server thread/INFO]: [MagicSpells] ...done
989[01:15:06] [Server thread/INFO]: [MagicSpells] Initializing passive manager...
990[01:15:06] [Server thread/INFO]: [MagicSpells] ...done
991[01:15:06] [Server thread/INFO]: [MagicSpells] Restored cooldowns
992[01:15:06] [Server thread/INFO]: [MagicSpells] Enabling mana bars...
993[01:15:06] [Server thread/INFO]: [MagicSpells] ...done
994[01:15:06] [Server thread/INFO]: [MagicSpells] Loading cast listeners...
995[01:15:06] [Server thread/INFO]: [MagicSpells] ...done
996[01:15:06] [Server thread/INFO]: [MagicSpells] MagicSpells loading complete!
997[01:15:06] [Server thread/INFO]: [PaperMoney] Enabling PaperMoney v1.0
998[01:15:06] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.0.4
999[01:15:06] [Server thread/INFO]: [WESV] Using WorldEdit 7 api
1000[01:15:06] [Server thread/ERROR]: [WESV] A plugin with the name 'FastAsyncWorldEdit' is installed but FAWE classes was not found
1001[01:15:06] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.19
1002[01:15:06] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
1003[01:15:06] [Server thread/INFO]: No kits found to migrate.
1004[01:15:06] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
1005[01:15:06] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
1006[01:15:06] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
1007[01:15:06] [Server thread/INFO]: Loaded 20977 items from items.json.
1008[01:15:06] [Server thread/INFO]: Using locale en_US
1009[01:15:06] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
1010[01:15:06] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
1011[01:15:06] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
1012[01:15:06] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
1013[01:15:06] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.21.2
1014[01:15:06] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial...
1015[01:15:07] [Server thread/INFO]: [Server Tutorial Plus] Using FlatFile as datasource...
1016[01:15:07] [Server thread/INFO]: [Server Tutorial Plus] Using protocol: nl.martenm.servertutorialplus.reflection.v1_14.Protocol_1_14_V1
1017[01:15:07] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: PrisonEvolved-Tutorial
1018[01:15:07] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI was not found!
1019[01:15:07] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully!
1020[01:15:07] [Server thread/INFO]: [TokenEnchant] Enabling TokenEnchant v14.4.0
1021[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] attempt to start conversion...[0m
1022[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] could not find userdata.yml[0m
1023[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Token handler is : com.vk2gpz.tokenenchant.e.a.c@65a7d636[0m
1024[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [AddOn.loadAddOns()] adding : EnchantLoreHandler[0m
1025[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [AddOn.loadAddOns()] adding : TokenHandlerToken[0m
1026[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [AddOn.loadAddOns()] 0 addon modules found! Loading them up![0m
1027[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] Default Merge mode: ADD[0m
1028[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] 2 external custom enchants found! Loading them up![0m
1029[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Ramming has been registered (-1653066382)[0m
1030[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Boomerang has been registered (-203451903)[0m
1031[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] 0 external custom enchants found! Loading them up![0m
1032[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] 35 default enchants found! Loading them up![0m
1033[01:15:07] [Server thread/INFO]: [32m[VKLib] registered Null enchantment : Enchantment[minecraft:null, Null][0m
1034[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Power has been registered (77306116)[0m
1035[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Flame has been registered (67960626)[0m
1036[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Infinity has been registered (237817447)[0m
1037[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Punch has been registered (77476141)[0m
1038[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Sharpness has been registered (432862528)[0m
1039[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Baneofarthropods has been registered (-224819268)[0m
1040[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Smite has been registered (80004095)[0m
1041[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Depth has been registered (65919682)[0m
1042[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Efficiency has been registered (-1340284248)[0m
1043[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Unbreaking has been registered (-697930661)[0m
1044[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Fireaspect has been registered (1766909517)[0m
1045[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Knockback has been registered (-1314710598)[0m
1046[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Fortune has been registered (987437120)[0m
1047[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Looting has been registered (2014709817)[0m
1048[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Luck has been registered (2379760)[0m
1049[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Mending has been registered (-1680445485)[0m
1050[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Respiration has been registered (-1711251045)[0m
1051[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Protection has been registered (308606744)[0m
1052[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Blastprotection has been registered (1539919568)[0m
1053[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Featherfall has been registered (-2016362851)[0m
1054[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Fireprotection has been registered (1565266382)[0m
1055[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Projectileprot has been registered (39263503)[0m
1056[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Silktouch has been registered (-1143353847)[0m
1057[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Aquaaffinity has been registered (-1532768221)[0m
1058[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Thorns has been registered (-1790652517)[0m
1059[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Sweeping has been registered (-148613707)[0m
1060[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Binding has been registered (1556432516)[0m
1061[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Vanishing has been registered (-1611724922)[0m
1062[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Loyalty has been registered (2023382085)[0m
1063[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Impaling has been registered (-370842678)[0m
1064[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Riptide has been registered (-1421054386)[0m
1065[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Channeling has been registered (62665790)[0m
1066[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Multishot has been registered (797936562)[0m
1067[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Piercing has been registered (-610608572)[0m
1068[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class QuickCharge has been registered (1384773376)[0m
1069[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] 18 potions effects found in the old config! Loading them up![0m
1070[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Haste has been registered (69497482)[0m
1071[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Speed has been registered (80089158)[0m
1072[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Nightvision has been registered (847050239)[0m
1073[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Jump has been registered (2320493)[0m
1074[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Harm has been registered (2241843)[0m
1075[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Regeneration has been registered (1197090762)[0m
1076[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class FireRegistance has been registered (-921431846)[0m
1077[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Strength has been registered (1855960192)[0m
1078[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Aqua has been registered (2048763)[0m
1079[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class Saturation has been registered (1762973713)[0m
1080[01:15:07] [Server thread/INFO]: [32m[TokenEnchant] [TE] Class HealthBoost has been registered (-270929242)[0m
1081[01:15:08] [Server thread/INFO]: [32m[TokenEnchant] TokenEnchant: Alias is Enabled[0m
1082[01:15:08] [Server thread/INFO]: [32m[TokenEnchant] TokenEnchant version 14.4.0 is Enabled[0m
1083[01:15:08] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v11.2
1084[01:15:08] [Server thread/INFO]: SimpleRename enabled!
1085[01:15:08] [Server thread/INFO]: [BlockRegen] Enabling BlockRegen v3.6.0-b8
1086[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Starting to load block formats..
1087[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Loaded 7 block format(s) and 0 event(s).
1088[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Loaded 2 region(s).
1089[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] WorldEdit found! Enabling region fuctions.
1090[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] WorldGuard Found! Enabling WG to BR command.
1091[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Vault & economy plugin found! Enabling economy functions.
1092[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] MetricsLite enabled
1093[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Done loading.
1094[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] You are using development version v.3.6.0-b8
1095[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Bug reports and suggestions are accepted on discord only.
1096[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Last warning before using it, can contain errors.
1097[01:15:08] [Server thread/INFO]: [PrisonEvolved-Mine] Doesn't matter, it's already too late, enjoy the ride. ;)
1098[01:15:08] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.3.1
1099[01:15:08] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
1100[01:15:08] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
1101[01:15:08] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v6.0.5
1102[01:15:08] [Server thread/INFO]: [EpicSpawners] by: @LeakMania
1103[01:15:08] [Server thread/INFO]: =============================
1104[01:15:08] [Server thread/INFO]: EpicSpawners 6.0.5 by Songoda <3!
1105[01:15:08] [Server thread/INFO]: Action: Enabling...
1106[01:15:08] [Server thread/INFO]: [EpicSpawners] Found and loaded locale "en_US"
1107[01:15:08] [Server thread/INFO]: [SongodaUpdate] Hooked EpicSpawners.
1108[01:15:08] [Server thread/INFO]: Connection with Songoda servers failed...
1109[01:15:09] [Server thread/INFO]: [EpicSpawners] Loading language file
1110[01:15:09] [Server thread/INFO]: =============================
1111[01:15:09] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
1112[01:15:09] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1113[01:15:09] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1778)
1114[01:15:09] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.0.0-SNAPSHOT (build 315)
1115[01:15:09] [Server thread/INFO]: [Sentinel] Sentinel loading...
1116[01:15:09] [Server thread/INFO]: [Sentinel] Sentinel loaded!
1117[01:15:09] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
1118[01:15:09] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.8.1
1119[01:15:09] [Server thread/INFO]: [Shopkeepers] Config already loaded.
1120[01:15:09] [Server thread/INFO]: [Shopkeepers] Loading data of 1 shopkeepers..
1121[01:15:10] [Server thread/INFO]: [Quests] Enabling Quests v3.8.1-b42
1122[01:15:10] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
1123[01:15:10] [Server thread/INFO]: [UltimateDrugs] Enabling UltimateDrugs v2.1.0
1124[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.crafting.weed-drugs.1
1125[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: weed-drugs
1126[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: Crystal-Meth-StreetTier
1127[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: High-Grade-Cocaine
1128[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.crafting.Low-Grade-Cocaine.1
1129[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: Low-Grade-Cocaine
1130[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: strawberry
1131[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: grape-farm
1132[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.furnace.weed.1
1133[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.furnace.weed.2
1134[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.furnace.weed.3
1135[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: weed
1136[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: alcohol
1137[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.crafting.Crystal-Meth-LowTier.1
1138[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.furnace.Crystal-Meth-LowTier.1
1139[01:15:10] [Server thread/INFO]: [UltimateDrugs] Failed to remove recipe with key: ud.furnace.Crystal-Meth-LowTier.2
1140[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: Crystal-Meth-LowTier
1141[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: apple-tree
1142[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: Crystal-Meth-HighestTier
1143[01:15:10] [Server thread/INFO]: [UltimateDrugs] Registered drug with id: Medium-Grade-Cocaine
1144[01:15:11] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.19
1145[01:15:11] [Server thread/INFO]: [QuestsGUI] Enabling QuestsGUI v0.1
1146[01:15:12] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
1147[01:15:12] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
1148[01:15:12] [Server thread/INFO]: [CommandNPC] Initiating Database
1149[01:15:12] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
1150[01:15:12] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
1151[01:15:12] [Thread-22/INFO]: [CommandNPC] Loading commands complete!
1152[01:15:12] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.19
1153[01:15:12] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.5.6
1154[01:15:12] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
1155[01:15:12] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling WorldGuard Support
1156[01:15:12] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2
1157[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
1158[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
1159[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
1160[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
1161[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
1162[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
1163[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
1164[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
1165[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
1166[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
1167[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
1168[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
1169[01:15:12] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
1170[01:15:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1171[01:15:13] [Server thread/INFO]: Done (22.612s)! For help, type "help"
1172[01:15:13] [Craft Scheduler Thread - 10/INFO]: [PvPManager] Checking for updates...
1173[01:15:13] [Craft Scheduler Thread - 10/INFO]: [PvPManager] No update found
1174[01:15:13] [Server thread/INFO]: [Citizens] Loaded 23 NPCs.
1175[01:15:13] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ...
1176[01:15:14] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
1177[01:15:14] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
1178[01:15:14] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
1179[01:15:14] [Server thread/INFO]: [Quests] Loaded 17 Quest(s), 8 Action(s), 843 Phrase(s)
1180[01:15:14] [Server thread/INFO]: [EpicSpawners] Loading Crafting Recipes
1181[01:15:14] [Craft Scheduler Thread - 10/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 5.20.4
1182[01:15:58] [Server thread/INFO]: CONSOLE issued server command: /list
1183[01:15:58] [Server thread/INFO]: There are 0 out of maximum 100 players online.
1184[01:16:44] [Server thread/INFO]: CONSOLE issued server command: /list
1185[01:16:44] [Server thread/INFO]: There are 0 out of maximum 100 players online.
1186[01:17:29] [Server thread/INFO]: CONSOLE issued server command: /list
1187[01:17:29] [Server thread/INFO]: There are 0 out of maximum 100 players online.