Paste #104251: latest.txt

Date: 2022/12/19 13:47:23 UTC-08: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


[22:38:43] [Server thread/INFO]: Starting minecraft server version 1.12.2
[22:38:43] [Server thread/INFO]: Loading properties
[22:38:43] [Server thread/INFO]: Default game type: CREATIVE
[22:38:44] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-79a30d7-f4830a1 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[22:38:44] [Server thread/INFO]: Debug logging is disabled
[22:38:44] [Server thread/INFO]: Using 4 threads for Netty based IO
[22:38:44] [Server thread/INFO]: Server Ping Player Sample Count: 12

[22:38:44] [Server thread/INFO]: Generating keypair
[22:38:44] [Server thread/INFO]: Starting Minecraft server on localhost:25566
[22:38:44] [Server thread/INFO]: Using default channel type
[22:38:45] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[22:38:45] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.46
[22:38:46] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
[22:38:46] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[22:38:46] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.4.3
[22:38:46] [Server thread/INFO]: [EasySetSpawn] Loading EasySetSpawn v3.2
[22:38:46] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.0
[22:38:46] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[22:38:46] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0
[22:38:48] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v2.99
[22:38:48] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[22:38:48] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.3
[22:38:48] [Server thread/INFO]: [Trey's Double Jump] Loading TreysDoubleJump v2.6.7
[22:38:48] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.8
[22:38:48] [Server thread/INFO]: [SimpleScore] Loading SimpleScore v3.12.2
[22:38:48] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.7
[22:38:48] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.24.5
[22:38:48] [Server thread/INFO]: [ChatControl] Loading ChatControl v8.11.8
[22:38:48] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
[22:38:48] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2830)
[22:38:48] [Server thread/INFO]: [TabList] Loading TabList v5.6.6
[22:38:48] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.19.7
[22:38:48] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.6-Release
[22:38:48] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[22:38:48] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.7
[22:38:48] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.19.7
[22:38:48] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v5.2.5-RELEASE-b850
[22:38:48] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.46
[22:38:48] [Server thread/INFO]:         __    
[22:38:48] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.46
[22:38:48] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[22:38:48] [Server thread/INFO]: 
[22:38:48] [Server thread/INFO]: [LuckPerms] Loading configuration...
[22:38:49] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
[22:38:50] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[22:38:50] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[22:38:51] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2986ms)
[22:38:51] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
[22:38:51] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[22:38:51] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[22:38:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[22:38:51] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[22:38:51] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[22:38:51] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[22:38:51] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.2.5-RELEASE-b850
[22:38:51] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[22:38:51] [Server thread/INFO]: Preparing level "Hub"
[22:38:51] [Server thread/INFO]: -------- World Settings For [Hub] --------
[22:38:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[22:38:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[22:38:51] [Server thread/INFO]: Item Despawn Rate: 6000
[22:38:51] [Server thread/INFO]: Item Merge Radius: 2.5
[22:38:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
[22:38:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[22:38:51] [Server thread/INFO]: View Distance: 10
[22:38:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[22:38:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[22:38:51] [Server thread/INFO]: Mob Spawn Range: 4
[22:38:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[22:38:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[22:38:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[22:38:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[22:38:51] [Server thread/INFO]: Structure Info Saving: true
[22:38:51] [Server thread/INFO]: Random Lighting Updates: false
[22:38:51] [Server thread/INFO]: Max TNT Explosions: 100
[22:38:51] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[22:38:53] [Server thread/INFO]: -------- World Settings For [Hub_the_end] --------
[22:38:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[22:38:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[22:38:53] [Server thread/INFO]: Item Despawn Rate: 6000
[22:38:53] [Server thread/INFO]: Item Merge Radius: 2.5
[22:38:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
[22:38:53] [Server thread/INFO]: Experience Merge Radius: 3.0
[22:38:53] [Server thread/INFO]: View Distance: 10
[22:38:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[22:38:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Vine Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[22:38:53] [Server thread/INFO]: Mob Spawn Range: 4
[22:38:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[22:38:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[22:38:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[22:38:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[22:38:53] [Server thread/INFO]: Structure Info Saving: true
[22:38:53] [Server thread/INFO]: Random Lighting Updates: false
[22:38:53] [Server thread/INFO]: Max TNT Explosions: 100
[22:38:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[22:38:53] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2520748017053014016)
[22:38:54] [Server thread/INFO]: Preparing spawn area: 39%
[22:38:55] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2039004802544101639)
[22:38:55] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
[22:38:56] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[22:38:56] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
[22:38:56] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[22:38:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[22:38:56] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.4.3
[22:38:56] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_12_R1
[22:38:56] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
[22:38:56] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin not found. Continuing without WorldGuard support.
[22:38:56] [Server thread/INFO]: [EasySetSpawn] Enabling EasySetSpawn v3.2
[22:38:56] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn enabled!
[22:38:56] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.0
[22:38:57] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
[22:39:03] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded.
[22:39:03] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[22:39:03] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v2.99
[22:39:03] [Server thread/WARN]: [ImageOnMap] The fallback locale de_DE cannot be loaded.
[22:39:03] [Server thread/WARN]: [ImageOnMap] The primary locale de_DE cannot be loaded.
[22:39:03] [Server thread/INFO]: [ImageOnMap] Loaded 1 player map files.
[22:39:03] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.3
[22:39:03] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.3*-=-=-=-=-=-=-=-=-=-*
[22:39:03] [Server thread/INFO]: | You're using a not fully supported server version. (v1_12_R1)
[22:39:03] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[22:39:03] [Server thread/INFO]: | Command file(s) found : 1
[22:39:03] [Server thread/INFO]: | Config : Ready.
[22:39:03] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[22:39:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
[22:39:03] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[22:39:03] [Server thread/INFO]: | Custom commands loaded : 41
[22:39:04] [Server thread/INFO]: | You're running the latest version of MyCommand.
[22:39:04] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[22:39:04] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[22:39:04] [Server thread/INFO]: [Trey's Double Jump] Enabling TreysDoubleJump v2.6.7
[22:39:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tdj [2.6.7]
[22:39:04] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.8
[22:39:04] [Server thread/INFO]: [SimpleScore] Enabling SimpleScore v3.12.2
[22:39:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SimpleScore [3.12.2]
[22:39:06] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[22:39:06] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[22:39:07] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[22:39:07] [Server thread/INFO]: No kits found to migrate.
[22:39:07] [Server thread/INFO]: Loaded 853 items from items.csv.
[22:39:07] [Server thread/INFO]: Using locale en
[22:39:07] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[22:39:07] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[22:39:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[22:39:07] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.24.5
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial...
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] Using FlatFile as datasource...
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] Using protocol: nl.martenm.servertutorialplus.reflection.v1_12.Protocol_1_12
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: tutorial
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI has been found!
[22:39:07] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully!
[22:39:07] [Server thread/INFO]: [ChatControl] Enabling ChatControl v8.11.8
[22:39:07] [Server thread/INFO]:   _____ _           _    _____            _             _  +
[22:39:07] [Server thread/INFO]:  / ____| |         | |  / ____|          | |           | |
[22:39:07] [Server thread/INFO]: | |    | |__   __ _| |_| |     ___  _ __ | |_ _ __ ___ | |
[22:39:07] [Server thread/INFO]: | |    | '_ \ / _` | __| |    / _ \| '_ \| __| '__/ _ \| |
[22:39:07] [Server thread/INFO]: | |____| | | | (_| | |_| |___| (_) | | | | |_| | | (_) | |
[22:39:07] [Server thread/INFO]:  \_____|_| |_|\__,_|\__|\_____\___/|_| |_|\__|_|  \___/|_|
[22:39:07] [Server thread/INFO]:   
[22:39:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chatcontrol [8.11.8]
[22:39:08] [Server thread/INFO]: Warning: Admin_Chat feature is deprecated. You can create an admin channel in channels.yml. If using Discord, you can put 'Discord: true' key there to connect it with Discord channel by the same name.
[22:39:09] [Server thread/INFO]: Hooked into: ProtocolLib
[22:39:09] [Server thread/INFO]:   
[22:39:09] [Server thread/INFO]: Tutorial:
[22:39:09] [Server thread/INFO]: https://github.com/kangarko/ChatControl-Pro/wiki
[22:39:09] [Server thread/INFO]:   
[22:39:09] [Server thread/INFO]: Get help:
[22:39:09] [Server thread/INFO]: https://github.com/kangarko/ChatControl-Pro/issues
[22:39:09] [Server thread/INFO]:   
[22:39:09] [Server thread/INFO]: ChatControl loaded. Subscribe to our spam at mineacademy.org #joke
[22:39:09] [Server thread/INFO]: ______________________________________________________________
[22:39:09] [Server thread/INFO]: !-----------------------------------------------------!
[22:39:09] [Server thread/INFO]: ERROR: JavaScript placeholders will not function!
[22:39:09] [Server thread/INFO]:   
[22:39:09] [Server thread/INFO]: Your Java version/distribution lacks the
[22:39:09] [Server thread/INFO]: Nashorn library for JavaScript placeholders.
[22:39:09] [Server thread/INFO]:   
[22:39:09] [Server thread/INFO]: To fix this, install the NashornPlus
[22:39:09] [Server thread/INFO]: plugin from mineacademy.org/nashorn
[22:39:09] [Server thread/INFO]: !-----------------------------------------------------!
[22:39:09] [Server thread/INFO]: Warning: Not running script because JavaScript library is missing (install Oracle Java 8, 11 or 16 and download mineacademy.org/nashorn):
[22:39:09] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[22:39:09] [Server thread/INFO]: HikariPool-1 - Starting...
[22:39:10] [Server thread/INFO]: checkpointClose start
[22:39:11] [Server thread/INFO]: checkpointClose synched
[22:39:11] [Server thread/INFO]: checkpointClose script done
[22:39:11] [Server thread/INFO]: checkpointClose end
[22:39:11] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[22:39:11] [Server thread/INFO]: HikariPool-1 - Start completed.
[22:39:11] [Server thread/INFO]: 

[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[22:39:11] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2830)
[22:39:11] [Server thread/INFO]: [Citizens] Loading external libraries
[22:39:22] [Server thread/INFO]: Creating file: config.yml
[22:39:23] [Server thread/INFO]: Creating file: saves.yml
[22:39:23] [Server thread/INFO]: Creating file: shops.yml
[22:39:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[22:39:23] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[22:39:24] [Server thread/INFO]: [TabList] Enabling TabList v5.6.6
[22:39:24] [Server thread/WARN]: [TabList] You're currently having 2 CPU processors, which is not enough to run a minecraft server with scheduled plugins including TabList.
[22:39:24] [Server thread/WARN]: [TabList] You will be experiencing many lags during the server is running. Consider upgrading your CPU to at least reach 3 cores.
[22:39:24] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.11.2
[22:39:24] [Server thread/INFO]: [TabList] > Enabled v5.6.6 (300ms)
[22:39:24] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.19.7
[22:39:24] [Server thread/INFO]: Continuing to enable Protect.
[22:39:24] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[22:39:24] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.6-Release
[22:39:24] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[22:39:25] [Server thread/INFO]: [DeluxeMenus] 19 GUI menus loaded!
[22:39:25] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[22:39:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.6-Release]
[22:39:25] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
[22:39:25] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[22:39:25] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.19.7
[22:39:25] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[22:39:25] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:39:26] [Server thread/INFO]: Done (34,830s)! For help, type "help" or "?"
[22:39:26] [Server thread/INFO]: Starting GS4 status listener
[22:39:26] [Query Listener #1/INFO]: Query running on localhost:41569
[22:39:26] [Craft Scheduler Thread - 0/INFO]: [ItemJoin] Hooked into { Multiverse-Core, PlaceholderAPI, ProtocolLib, Citizens, Vault }
[22:39:26] [Craft Scheduler Thread - 0/INFO]: [ItemJoin] 5 Custom item(s) loaded!
[22:39:27] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[22:39:27] [Server thread/INFO]: [Citizens] 0 NPCs geladen.
[22:39:27] [Craft Scheduler Thread - 6/INFO]: §6Fetching version information...
[22:39:27] [Craft Scheduler Thread - 12/INFO]: [Vault] Checking for Updates ... 
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [1.2.2]
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.1-R2]
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [1.8.0]
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerlist [2.1]
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.1.3]
[22:39:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: world [1.2.1]
[22:39:27] [Server thread/INFO]: 6 placeholder hook(s) registered! 4 placeholder hook(s) have an update available.
[22:39:27] [Craft Scheduler Thread - 12/INFO]: [Vault] No new version available
[22:39:28] [Craft Scheduler Thread - 2/INFO]: [ItemJoin] You are up to date!
[22:39:34] [User Authenticator #1/INFO]: UUID of player snype is ab614c7e-919e-4dc0-bbb3-ccb981234c45
[22:39:36] [Server thread/INFO]: snype[/127.0.0.1:53554] logged in with entity id 258 at ([Hub]21.482724558311737, 83.0625, 96.47995173144497)
[22:39:36] [Server thread/INFO]: [ChatControl] >>>> OWNER snype
[22:40:14] [Async Chat Thread - #0/INFO]: O 100 O OWNER snype Looking good right now, Citizens created a new .saves file and no error now
[22:40:31] [Async Chat Thread - #0/INFO]: O 100 O OWNER snype I'll create a simple NPC named Bob
[22:40:55] [Server thread/INFO]: snype issued server command: /npc create Bob
[22:40:55] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 457.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:401) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.citizensnpcs.nms.v1_12_R1.util.PlayerlistTrackerEntry.updatePlayer(PlayerlistTrackerEntry.java:56) [Citizens-2.0.30-b2830.jar:?]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:449) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:77) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 28 more
[22:40:55] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntityHeadRotation@71a417c9[
    a=457
    b=-128
  ]

[22:40:59] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:401) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.citizensnpcs.nms.v1_12_R1.util.PlayerlistTrackerEntry.updatePlayer(PlayerlistTrackerEntry.java:56) [Citizens-2.0.30-b2830.jar:?]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:449) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:77) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 28 more
[22:40:59] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntityHeadRotation@20361304[
    a=460
    b=-128
  ]

[22:41:17] [Server thread/INFO]: snype issued server command: /npc look
[22:41:17] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:204) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 25 more
[22:41:17] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntity$PacketPlayOutEntityLook@47798b3f[
    a=460
    b=0
    c=0
    d=0
    e=74
    f=0
    g=true
    h=true
  ]

[22:41:17] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:226) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 25 more
[22:41:17] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntityHeadRotation@37bebe19[
    a=460
    b=71
  ]

[22:41:17] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:204) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 25 more
[22:41:17] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntity$PacketPlayOutEntityLook@69fccb2c[
    a=460
    b=0
    c=0
    d=0
    e=39
    f=0
    g=true
    h=true
  ]

[22:41:17] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:226) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 25 more
[22:41:17] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntityHeadRotation@5e6c4347[
    a=460
    b=14
  ]

[22:41:17] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:204) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 25 more
[22:41:17] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntity$PacketPlayOutEntityLook@4b9a80ca[
    a=460
    b=0
    c=0
    d=0
    e=0
    f=0
    g=true
    h=true
  ]

[22:41:17] [Server thread/ERROR]: [Citizens] Unhandled exception occured in onPacketSending(PacketEvent) for Citizens
com.comphenix.protocol.reflect.FieldAccessException: Cannot find entity from ID 460.
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:271) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.getEntityFromID(PacketFilterManager.java:851) ~[ProtocolLib.jar:4.8.0]
    at net.citizensnpcs.ProtocolLibListener$1.onPacketSending(ProtocolLibListener.java:39) ~[Citizens-2.0.30-b2830.jar:?]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:436) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:72) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:376) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:346) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.8.0]
    at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.PlayerConnection.sendPacket(PlayerConnection.java:1142) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:292) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTrackerEntry.track(EntityTrackerEntry.java:226) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.EntityTracker.updatePlayers(EntityTracker.java:182) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:834) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
    at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 0, banned: 0], type=Exact class net.minecraft.server.v1_12_R1.Entity}
    at com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:460) ~[ProtocolLib.jar:4.8.0]
    at com.comphenix.protocol.injector.EntityUtilities.lambda$getEntityFromID$0(EntityUtilities.java:261) ~[ProtocolLib.jar:4.8.0]
    at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
    at com.comphenix.protocol.injector.EntityUtilities.getEntityFromID(EntityUtilities.java:252) ~[ProtocolLib.jar:4.8.0]
    ... 25 more
[22:41:17] [Server thread/ERROR]: Parameters: 
  net.minecraft.server.v1_12_R1.PacketPlayOutEntityHeadRotation@7a66f30f[
    a=460
    b=0
  ]

[22:41:37] [Async Chat Thread - #1/INFO]: O 100 O OWNER snype Bob is created and functions as it should, but the error on the console showed up again......
[22:41:46] [Server thread/INFO]: [ChatControl] World "hardcore" doesn't exist. No timed message broadcast.
[22:41:46] [Server thread/INFO]: [ChatControl] World "hardcore_nether" doesn't exist. No timed message broadcast.
[22:41:46] [Server thread/INFO]: [ChatControl] World "creative" doesn't exist. No timed message broadcast.
[22:42:21] [Async Chat Thread - #1/INFO]: O 100 O OWNER snype Now I'll shut down
[22:42:26] [Server thread/INFO]: snype issued server command: /stop
[22:42:26] [Server thread/INFO]: [snype: Stopping the server]
[22:42:26] [Server thread/INFO]: Stopping server
[22:42:26] [Server thread/INFO]: [ItemJoin] Disabling ItemJoin v5.2.5-RELEASE-b850
[22:42:26] [Server thread/INFO]: Disabling EssentialsAntiBuild v2.19.7
[22:42:26] [Server thread/INFO]: Disabling EssentialsChat v2.19.7
[22:42:26] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.13.6-Release
[22:42:26] [Server thread/INFO]: Disabling EssentialsProtect v2.19.7
[22:42:26] [Server thread/INFO]: [TabList] Disabling TabList v5.6.6
[22:42:26] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.30-SNAPSHOT (build 2830)
[22:42:26] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.3.0
[22:42:26] [Server thread/INFO]: Database closed
[22:42:26] [Server thread/INFO]: HikariPool-1 - Shutdown initiated...
[22:42:26] [Server thread/INFO]: HikariPool-1 - Shutdown completed.
[22:42:26] [Server thread/INFO]: 

[]=====[Disabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
[]================================[]
 
[22:42:26] [Server thread/INFO]: [ChatControl] Disabling ChatControl v8.11.8
[22:42:26] [Server thread/INFO]: [Server Tutorial Plus] Disabling ServerTutorialPlus v1.24.5
[22:42:26] [Server thread/INFO]: [Server Tutorial Plus] Disabling server tutorial...
[22:42:26] [Server thread/INFO]: [Server Tutorial Plus] Successfully disabled server tutorial! Thanks for using this plugin.
[22:42:26] [Server thread/INFO]: Disabling Essentials v2.19.7
[22:42:26] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion essentials
[22:42:26] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Essentials was disabled.
[22:42:26] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[22:42:26] [Server thread/INFO]: [SimpleScore] Disabling SimpleScore v3.12.2
[22:42:27] [Server thread/INFO]: [BlockParticles] Disabling BlockParticles v1.9.8
[22:42:27] [Server thread/INFO]: [Trey's Double Jump] Disabling TreysDoubleJump v2.6.7
[22:42:27] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.7.3
[22:42:27] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.3*-=-=-=-=-=-=-=-=-=-*
[22:42:27] [Server thread/INFO]: | Tasks : Stopped all tasks.
[22:42:27] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*    Bye!   *-=-=-=-=-=-=-=-=-=-=-*
[22:42:27] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[22:42:27] [Server thread/INFO]: [ImageOnMap] Disabling ImageOnMap v2.99
[22:42:27] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.8.0
[22:42:27] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
[22:42:27] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v3.0.0
[22:42:28] [Server thread/INFO]: [EasySetSpawn] Disabling EasySetSpawn v3.2
[22:42:28] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn disabled!
[22:42:28] [Server thread/INFO]: [ArmorStandTools] Disabling ArmorStandTools v2.4.3
[22:42:28] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.2
[22:42:28] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
[22:42:28] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.46
[22:42:28] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[22:42:28] [Server thread/INFO]: [LuckPerms] Closing storage...
[22:42:28] [Server thread/INFO]: [LuckPerms] Goodbye!
[22:42:28] [Server thread/INFO]: Saving players
[22:42:29] [Server thread/INFO]: snype lost connection: Server closed
[22:42:29] [Server thread/INFO]: snype left the game
[22:42:29] [Server thread/INFO]: Saving worlds
[22:42:29] [Server thread/INFO]: Saving chunks for level 'Hub'/overworld
[22:42:29] [Server thread/INFO]: Saving chunks for level 'Hub_the_end'/the_end