Paste #63977: Denizen Debug Logs From ahttp://summaxr.com f| 61.12.2! f| 9Quests f| 9PVP Arenas f| 9Skill

Date: 2020/01/12 14:18:54 UTC-08:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001


Java Version: 1.8.0_191
Up-time: 4h 18m
CraftBukkit Version: git-Spigot-e8ded36-acbc348 (MC: 1.12.2)
Denizen Version: Core: 1.60-SNAPSHOT (Build 469), CraftBukkit: 1.1.1-SNAPSHOT (build 4397-DEV)
Active Plugins (79): CleanroomGenerator: 1.0.0, FishingHunger: 1.0, CommandLogger: 0.01, PlaceholderAPI: 2.9.2, 
Craftconomy3: 3.3.1-SNAPSHOT-681967b-trv198, PythonLoader: 0.3.4, PowerNBT: 0.8.9.2, 
SimpleReserve: 0.6.0, Recount: 3.3.2, AutoRestart: 3.3.3, LogBlockQuestioner: 0.02, 
VoxelSniper: 5.171.0-SNAPSHOT, ViaVersion: 2.1.3, MuddersMilk: 1.7, TopLite: 1.3.1, 
CoreProtect: 2.14.4, LuckPerms: 4.3.99, dynmap: 2.5-Dev201706100405, OpenInv: 3.3.0, 
Shortify: 1.6.2, WorldBorder: 1.8.2, ActionHealth: 3.2.2, ProtocolLib: 4.4.0, 
Multiverse-Core: 2.5.0-b727, DeathMessagesPrime: 1.12.25, LibsDisguises: 9.5.2, 
OpenTerrainGenerator: 1.12.2 v6, FastAsyncWorldEdit: 18.04.27-2ec9a92-1089-19.5.23, 
EffectLib: 6.1, Register: 1.9, mcMMO: 1.5.10-SNAPSHOT, Multiverse-Portals: 2.5.0-b751, 
Vault: 1.6.7-b${env.TRAVIS_BUILD_NUMBER}, WorldGen: 1.2.0, ColoredAnvils: 1.08, 
BKCommonLib: 1.12.2-v4, HolographicDisplays: 2.3.2, LWC: 2.0.7, Holograms: 2.6-SNAPSHOT, 
Multiverse-Inventories: 2.5.0-SNAPSHOT-b444, Multiverse-NetherPortals: 2.5.0-b717, 
RandomLocation: 4.78, UltimateCards: 1.3.6, boosCooldowns: 3.14.1, WorldEdit: 6.1.9-SNAPSHOT;3721-fbd6f13, 
VentureChat: 2.12.2, pvparena: 1.13.9.301, LightCleaner: 1.12.2-v2, Citizens: 2.0.25-SNAPSHOT (build 1778), 
VanishNoPacket: 3.20, DiscordSRV: 1.18.2, FastTravelWaypoints: 1.0, CommandBook: 2.5-SNAPSHOT.1772-dbe6a13, 
Honeypot: 1.4.5, LogBlock: 1.12, WorldGuard: 6.2.2-SNAPSHOT;8eeab68, Shop: 1.7.3.2, 
MagicSpells: 3.6-dev-1812230430, MagicSpellsShop: 1.6-dev-1812230430, Blacksmith: 1.12, 
Denizen: 1.1.1-SNAPSHOT (build 4397-DEV), ExtraContexts: 1.0-SNAPSHOT, CraftBook: 3.9-SNAPSHOT-jenkins-CraftBook-215, 
dDiscordBot: 0.6 (build 60), MobArena: 0.104, NoEnderpearl: 1.7, HomeSpawnPlus: 641, 
MythicMobs: 4.8.0-SNAPSHOT-2950, Quests: 3.8.1-b42, WorldSchematics2: 2.7.2, 
MythicMobsExtension: 1.441a-SNAPSHOT, MythicDenizenAddon: 0.600a-SNAPSHOT, MobArenaExtension: 0.1-SNAPSHOT, 
Skinner: 3.1.1, MythicArtifacts: 1.0.0-SNAPSHOT, Depenizen: 2.0.0 (build 572), 
PluginLibrary: 1.2.2, Statz: 1.5.2, Autorank: 4.2.7
Loaded Worlds (9): prosperus, prosperus_nether, prosperus_the_end, ultimatus, infinitus, heavens, training, 
landmarks, avenfeld
Online Players (2): Wahrheit(Wahrheit), SlothKingJakes10(SlothKingJakes10)
Offline Players: 4259
Mode: online

16:18:42 [INFO]  Starting InstantQueue 'EXCOMMAND_FeedsGisApnic' with player 'Wahrheit'... 
16:18:42 [INFO] +- Queue 'EXCOMMAND_FeedsGisApnic' Executing: (line 1) GIVE "BurnishedSword_sealed_potential" ---------+ 
16:18:42 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&ampd&gt&lt&ampo&gtElite&pipe&lt&ampf&gtThis blade seeps 
                   magical energy&dot&pipe&lt&amp6&gtSealed Potential'. 
16:18:42 [INFO]  Adding definition 'linesize' as 40 
16:18:42 [INFO]  Adding definition 'lore' as li&at&lt&ampd&gt&lt&ampo&gtElite&pipe&lt&ampf&gtThis blade seeps magical 
                   energy&dot&pipe&lt&amp6&gtSealed Potential 
16:18:42 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&ampd&gt&lt&ampo&gtElite&pipe&lt&ampf&gtThis blade seeps magical 
                   energy&dot&pipe&lt&amp6&gtSealed Potential]> with 'li@ Elite | This blade seeps magical energy. | Sealed Potential'. 
16:18:42 [INFO]  Applying property 'nbt_attributes' on object of type 'Item'... 
16:18:42 [INFO]  Applying property 'nbt' on object of type 'Item'... 
16:18:42 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:42 [INFO]  Filled tag <&d> with ''. 
16:18:42 [INFO] +> Executing 'GIVE': Type='ITEM'  inventory='in@player[holder=p@902c088b-cc03-4ac5-ab5d-a23dc9cac212]'  Quantity='1.0'  
                   engrave='false'  unlimit_stack_size='false'  Items='[i@diamond_sword[display_name=&ssdBurnished Diamond 
                   Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade seeps magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0]]' 
                    slot='1' 
16:18:42 [INFO]  Completing queue 'EXCOMMAND_FeedsGisApnic' in 2ms. 
16:18:45 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_POTENTIAL_DROP' 
16:18:45 [INFO]  Starting InstantQueue 'VETERAN_POTENTIAL_DROP_DamLatelyOrganization' with player 'SlothKingJakes10'... 
16:18:45 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_DamLatelyOrganization' Executing: (line 7) IF 
                   "!<context.entity.name.starts_with[<&9>]||null>" ---------+ 
16:18:45 [INFO] +> Executing 'IF': use_braces='true' 
16:18:45 [INFO]  Filled tag <&9> with ''. 
16:18:45 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:45 [INFO]  If command passed, running block. 
16:18:45 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_DamLatelyOrganization' Executing: (line 8) STOP ---------+ 
16:18:45 [INFO] +> Executing 'STOP': Queue='q@VETERAN_POTENTIAL_DROP_DamLatelyOrganization' 
16:18:45 [INFO]  Completing queue 'VETERAN_POTENTIAL_DROP_DamLatelyOrganization' in 0ms. 
16:18:45 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_BONES_DROP' 
16:18:45 [INFO]  Starting InstantQueue 'VETERAN_BONES_DROP_InsteadCanyonRings' with player 'SlothKingJakes10'... 
16:18:45 [INFO] +- Queue 'VETERAN_BONES_DROP_InsteadCanyonRings' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:45 [INFO] +> Executing 'IF': use_braces='true' 
16:18:45 [INFO]  Filled tag <&9> with ''. 
16:18:45 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:45 [INFO]  If command passed, running block. 
16:18:45 [INFO] +- Queue 'VETERAN_BONES_DROP_InsteadCanyonRings' Executing: (line 8) STOP ---------+ 
16:18:45 [INFO] +> Executing 'STOP': Queue='q@VETERAN_BONES_DROP_InsteadCanyonRings' 
16:18:45 [INFO]  Completing queue 'VETERAN_BONES_DROP_InsteadCanyonRings' in 0ms. 
16:18:45 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_BONES_DROP' 
16:18:45 [INFO]  Starting InstantQueue 'ELITE_BONES_DROP_IdentityPrincipalGpl' with player 'SlothKingJakes10'... 
16:18:45 [INFO] +- Queue 'ELITE_BONES_DROP_IdentityPrincipalGpl' Executing: (line 22) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:45 [INFO] +> Executing 'IF': use_braces='true' 
16:18:45 [INFO]  Filled tag <&d> with ''. 
16:18:45 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:45 [INFO]  If command passed, running block. 
16:18:45 [INFO] +- Queue 'ELITE_BONES_DROP_IdentityPrincipalGpl' Executing: (line 23) STOP ---------+ 
16:18:45 [INFO] +> Executing 'STOP': Queue='q@ELITE_BONES_DROP_IdentityPrincipalGpl' 
16:18:45 [INFO]  Completing queue 'ELITE_BONES_DROP_IdentityPrincipalGpl' in 0ms. 
16:18:45 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_POTENTIAL_DROP' 
16:18:45 [INFO]  Starting InstantQueue 'ELITE_POTENTIAL_DROP_RfFrequentlyOt' with player 'SlothKingJakes10'... 
16:18:45 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_RfFrequentlyOt' Executing: (line 23) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:45 [INFO] +> Executing 'IF': use_braces='true' 
16:18:45 [INFO]  Filled tag <&d> with ''. 
16:18:45 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:45 [INFO]  If command passed, running block. 
16:18:45 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_RfFrequentlyOt' Executing: (line 24) STOP ---------+ 
16:18:45 [INFO] +> Executing 'STOP': Queue='q@ELITE_POTENTIAL_DROP_RfFrequentlyOt' 
16:18:45 [INFO]  Completing queue 'ELITE_POTENTIAL_DROP_RfFrequentlyOt' in 0ms. 
16:18:45 [INFO]  ERROR!
     Error Message: Unknown determination 'xp:0' 
16:18:45 [INFO]  ERROR!
     Error Message: Unknown determination 'currency:0' 
16:18:45 [INFO]  ERROR!
     Error Message: Unknown determination 'li@' 
16:18:45 [INFO]  Starting InstantQueue 'EXCOMMAND_ZaJrQuantity' with player 'Wahrheit'... 
16:18:45 [INFO] +- Queue 'EXCOMMAND_ZaJrQuantity' Executing: (line 1) GIVE "CrystallizedExperienceIngot" ---------+ 
16:18:45 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&amp6&gtThe Arch Artificer Created this by crystallizing a 
                   tremendous number of levels&dot'. 
16:18:45 [INFO]  ERROR in script 'LINEWRAP' in queue 'LINEWRAP_BleedingAimsApp' while executing command 'DEFINE' in file 
                   'scripts/utilities/MessageConstructorLibrary.dsc' on line '445' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 
                   (Wahrheit)'!
     Error Message: 'element.as_int' tag is deprecated: use '.round', '.round_down', '.round_up', or '.truncate'. ... Enable 
                   debug on the script for more information. 
16:18:45 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&amp6&gtThe Arch Artificer Created this by crystallizing a tremendous 
                   number of levels&dot]> with 'li@ &ssf&ss6The Arch Artificer Created this by | &ss6crystallizing a tremendous number of | 
                   levels&dot'. 
16:18:45 [INFO]  Filled tag <&a> with ''. 
16:18:45 [INFO] +> Executing 'GIVE': Type='ITEM'  inventory='in@player[holder=p@902c088b-cc03-4ac5-ab5d-a23dc9cac212]'  Quantity='1.0'  
                   engrave='false'  unlimit_stack_size='false'  Items='[i@emerald[display_name=&ssaIngot of Crystallized 
                   Experience;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6The Arch Artificer Created this by|&ss6crystallizing a 
                   tremendous number of|&ss6levels&dot;nbt=li@experiencecrystal/Ingot|uncraftable/true;script=CRYSTALLIZEDEXPERIENCEINGOT]]'  
                   slot='1' 
16:18:45 [INFO]  Completing queue 'EXCOMMAND_ZaJrQuantity' in 2ms. 
16:18:46 [INFO] +- Getting interact script: n@Prismatic Seer/p@Wahrheit ---------+ 
16:18:46 [INFO]  
16:18:46 [INFO]  OKAY! Highest scoring script is SOCKETS. 
16:18:46 [INFO] +> [InteractScri...] Current step for this script is: PLAYER SEEN 
16:18:46 [INFO] +---------------------+ 
16:18:46 [INFO] +- Parsing CLICK trigger: n@Prismatic Seer/p@Wahrheit ---------+ 
16:18:46 [INFO]  Starting TimedQueue 'SOCKETS_ImpressionMinecraftNn' with player 'Wahrheit' and NPC '26/Prismatic Seer'... 
16:18:46 [INFO] +- Queue 'SOCKETS_ImpressionMinecraftNn' Executing: (line 113) NARRATE "format:prismatic_seer_format" "Okay, here's what I 
                   have to offer." ---------+ 
16:18:46 [INFO] +> Executing 'NARRATE': Narrating='Okay, here's what I have to offer.'  Targets='[p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 
                   (Wahrheit)]'  Format='PRISMATIC_SEER_FORMAT' 
16:18:46 [INFO]  Filled tag <dark_green> with ''. 
16:18:46 [INFO]  Filled tag <white> with ''. 
16:18:46 [INFO]  Filled tag <&co> with ':'. 
16:18:46 [INFO]  Filled tag <element[Okay, here&sqs what I have to offer&dot].unescaped> with 'Okay, here's what I have to offer.'. 
16:18:47 [INFO] +- Queue 'SOCKETS_ImpressionMinecraftNn' Executing: (line 114) WAIT "1s" ---------+ 
16:18:47 [INFO] +> Executing 'WAIT': queue='q@SOCKETS_ImpressionMinecraftNn'  delay='d@1.0s (1s)' 
16:18:48 [INFO] +- Queue 'SOCKETS_ImpressionMinecraftNn' Executing: (line 115) INVENTORY "open" "d:in@prismatic_seer_menu" ---------+ 
16:18:48 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&ampf&gtRequires &ltserver&dotflag&lbSocketAddCost&rb&gt 
                   Purified Dark Matter and 1 Ingot of Crystallized Experience&dot'. 
16:18:48 [INFO]  Adding definition 'linesize' as 40 
16:18:48 [INFO]  Adding definition 'lore' as li&at&lt&ampf&gtRequires &ltserver&dotflag&lbSocketAddCost&rb&gt Purified Dark Matter and 1 Ingot 
                   of Crystallized Experience&dot 
16:18:48 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&ampf&gtRequires &ltserver&dotflag&lbSocketAddCost&rb&gt Purified Dark 
                   Matter and 1 Ingot of Crystallized Experience&dot]> with 'li@ &ssf&ssfRequires 32 Purified Dark Matter and | 1 Ingot of 
                   Crystallized Experience&dot'. 
16:18:48 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:48 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&ampf&gtRequires an item with &lt&amp6&gtSealed 
                   Potential&lt&ampf&gt, &ltserver&dotflag&lbSealedPotentialCost&rb&gt Purified Dark Matter, and 1 Ingot of Crystallized 
                   Experience&dot'. 
16:18:48 [INFO]  Adding definition 'linesize' as 40 
16:18:48 [INFO]  Adding definition 'lore' as li&at&lt&ampf&gtRequires an item with &lt&amp6&gtSealed Potential&lt&ampf&gt, 
                   &ltserver&dotflag&lbSealedPotentialCost&rb&gt Purified Dark Matter, and 1 Ingot of Crystallized Experience&dot 
16:18:48 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&ampf&gtRequires an item with &lt&amp6&gtSealed Potential&lt&ampf&gt, 
                   &ltserver&dotflag&lbSealedPotentialCost&rb&gt Purified Dark Matter, and 1 Ingot of Crystallized Experience&dot]> with 'li@ 
                   &ssf&ssfRequires an item with &ss6Sealed | &ss6Potential&ssf, 64 Purified Dark Matter, | and 1 Ingot of Crystallized 
                   Experience&dot'. 
16:18:48 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:48 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Filled tag <&6> with ''. 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Filled tag <&f> with ''. 
16:18:48 [INFO] +> Executing 'INVENTORY': actions='[open]'  Inventory='in@PRISMATIC_SEER_MENU[uniquifier=115]'  slot='1' 
16:18:48 [INFO]  Running script event 'PlayerOpensInv', event='player opens inventory' for script 'TOKENEXPIRATION' 
16:18:48 [INFO]  Starting InstantQueue 'TOKENEXPIRATION_FootballBeatsStands' with player 'Wahrheit'... 
16:18:48 [INFO] +- Queue 'TOKENEXPIRATION_FootballBeatsStands' Executing: (line 25) IF 
                   "<context.inventory.list_contents.filter[scriptname.is[==].to[GodsTribute]].filter[nbt[expiration].is[or_less].than[<util.date.time.duration.in_days.round_down>]].size>" 
                   "==" "0" ---------+ 
16:18:48 [INFO] +> Executing 'IF': use_braces='true' 
16:18:48 [INFO]  Filled tag <util.date.time.duration.in_days.round_down> with '18273'. 
16:18:48 [INFO]  Filled tag 
                   <context.inventory.list_contents.filter[scriptname.is[==].to[GodsTribute]].filter[nbt[expiration].is[or_less].than[18273]].size> 
                   with '0'. 
16:18:48 [INFO]  Comparable='Decimal(0.0)', Operator='EQUALS', ComparedTo='Decimal(0.0)' --> OUTCOME='true' 
16:18:48 [INFO]  If command passed, running block. 
16:18:48 [INFO] +- Queue 'TOKENEXPIRATION_FootballBeatsStands' Executing: (line 26) STOP ---------+ 
16:18:48 [INFO] +> Executing 'STOP': Queue='q@TOKENEXPIRATION_FootballBeatsStands' 
16:18:48 [INFO]  Completing queue 'TOKENEXPIRATION_FootballBeatsStands' in 0ms. 
16:18:48 [INFO]  Completing queue 'SOCKETS_ImpressionMinecraftNn' in 1506ms. 
16:18:48 [INFO]  Running script event 'PlayerClicksInInventory', event='player clicks socket_potential in prismatic_seer_menu' for script 
                   'PRISMATIC_SEER_INVENTORY_HANDLER' 
16:18:48 [INFO]  Starting InstantQueue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' with player 'Wahrheit'... 
16:18:48 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' Executing: (line 198) INVENTORY "close" 
                   "d:in@prismatic_seer_menu" ---------+ 
16:18:48 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&ampf&gtRequires &ltserver&dotflag&lbSocketAddCost&rb&gt 
                   Purified Dark Matter and 1 Ingot of Crystallized Experience&dot'. 
16:18:48 [INFO]  Adding definition 'linesize' as 40 
16:18:48 [INFO]  Adding definition 'lore' as li&at&lt&ampf&gtRequires &ltserver&dotflag&lbSocketAddCost&rb&gt Purified Dark Matter and 1 Ingot 
                   of Crystallized Experience&dot 
16:18:48 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&ampf&gtRequires &ltserver&dotflag&lbSocketAddCost&rb&gt Purified Dark 
                   Matter and 1 Ingot of Crystallized Experience&dot]> with 'li@ &ssf&ssfRequires 32 Purified Dark Matter and | 1 Ingot of 
                   Crystallized Experience&dot'. 
16:18:48 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:48 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&ampf&gtRequires an item with &lt&amp6&gtSealed 
                   Potential&lt&ampf&gt, &ltserver&dotflag&lbSealedPotentialCost&rb&gt Purified Dark Matter, and 1 Ingot of Crystallized 
                   Experience&dot'. 
16:18:48 [INFO]  Adding definition 'linesize' as 40 
16:18:48 [INFO]  Adding definition 'lore' as li&at&lt&ampf&gtRequires an item with &lt&amp6&gtSealed Potential&lt&ampf&gt, 
                   &ltserver&dotflag&lbSealedPotentialCost&rb&gt Purified Dark Matter, and 1 Ingot of Crystallized Experience&dot 
16:18:48 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&ampf&gtRequires an item with &lt&amp6&gtSealed Potential&lt&ampf&gt, 
                   &ltserver&dotflag&lbSealedPotentialCost&rb&gt Purified Dark Matter, and 1 Ingot of Crystallized Experience&dot]> with 'li@ 
                   &ssf&ssfRequires an item with &ss6Sealed | &ss6Potential&ssf, 64 Purified Dark Matter, | and 1 Ingot of Crystallized 
                   Experience&dot'. 
16:18:48 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:48 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Filled tag <&6> with ''. 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:48 [INFO]  Filled tag <&a> with ''. 
16:18:48 [INFO]  Filled tag <&f> with ''. 
16:18:48 [INFO] +> Executing 'INVENTORY': actions='[close]'  Inventory='in@PRISMATIC_SEER_MENU[uniquifier=116]'  slot='1' 
16:18:48 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' Executing: (line 199) ANNOUNCE "to_console" 
                   "<player.inventory.list_contents>" ---------+ 
16:18:48 [INFO]  Filled tag <player.inventory.list_contents> with 'li@ i@wood_axe | i@compass | i@diamond_sword[display_name=&ssaLocked Socket 
                   Sword of Extreme Testing;enchantments=MENDING,1;lore=&ssfThis sword is bonkers, 
                   lol&dot|&ss6Sockets|&ss8LOCKED|&ss8LOCKED|&ss8LOCKED|&ss8LOCKED|&ss8LOCKED;nbt=li@sockets_max/5|equipment_type/weapon|sockets_current/0|sockets_can_add/true|item_tier/champion] 
                   | i@diamond_sword[display_name=&ssdBurnished Diamond Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade seeps 
                   magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0] 
                   | i@emerald[display_name=&ssaIngot of Crystallized Experience;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6The 
                   Arch Artificer Created this by|&ss6crystallizing a tremendous number of|&ss6levels&dot;nbt=li@experiencecr... * snip! * 
16:18:48 [INFO] +> Executing 'ANNOUNCE': Message='li@i@wood_axe|i@compass|i@diamond_sword[display_name=&ssaLocked Socket Sword of Extreme 
                   Testing;enchantments=MENDING,1;lore=&ssfThis sword is bonkers, 
                   lol&dot|&ss6Sockets|&ss8LOCKED|&ss8LOCKED|&ss8LOCKED|&ss8LOCKED|&ss8LOCKED;nbt=li@sockets_max/5|equipment_type/weapon|sockets_current/0|sockets_can_add/true|item_tier/champion]|i@diamond_sword[display_name=&ssdBurnished 
                   Diamond Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade seeps magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0]|i@emerald[display_name=&ssaIngot 
                   of Crystallized Experience;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6The Arch Artificer Created this 
                   by|&ss6crystallizing a tremendous number 
                   of|&ss6levels&dot;nbt=li@experiencecrystal/Ingot|uncraftable/true;script=CRYSTALLIZEDEXPERIENCEINGOT]|i@air|i@nether_st... * 
                   snip! * 
16:18:48 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' Executing: (line 200) IF 
                   "<player.inventory.list_contents.filter[nbt[sealed_potential]].size||null>" ">=" "1" ---------+ 
16:18:48 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <player.inventory.list_contents.filter[nbt[sealed_potential]].size||null> with '1'. 
16:18:49 [INFO]  Comparable='Decimal(1.0)', Operator='OR_MORE', ComparedTo='Decimal(1.0)' --> OUTCOME='true' 
16:18:49 [INFO]  If command passed, running block. 
16:18:49 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' Executing: (line 201) NARRATE 
                   "format:prismatic_seer_format" "Okay, now select which of your valid items you'd like to unlock the potential of." ---------+ 
16:18:49 [INFO] +> Executing 'NARRATE': Narrating='Okay, now select which of your valid items you'd like to unlock the potential of.'  
                   Targets='[p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)]'  Format='PRISMATIC_SEER_FORMAT' 
16:18:49 [INFO]  Filled tag <dark_green> with ''. 
16:18:49 [INFO]  Filled tag <white> with ''. 
16:18:49 [INFO]  Filled tag <&co> with ':'. 
16:18:49 [INFO]  Filled tag <element[Okay, now select which of your valid items you&sqd like to unlock the potential of&dot].unescaped> with 
                   'Okay, now select which of your valid items you'd like to unlock the potential of.'. 
16:18:49 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' Executing: (line 202) NOTE "in@generic[title=Available 
                   Items;size=45;contents=<player.inventory.list_contents.filter[nbt[sealed_potential]]>]" "as:sealed_potential.<player.uuid>" 
                   ---------+ 
16:18:49 [INFO]  Filled tag <player.inventory.list_contents.filter[nbt[sealed_potential]]> with 'li@ 
                   i@diamond_sword[display_name=&ssdBurnished Diamond Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade seeps 
                   magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0]'. 
16:18:49 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:49 [INFO] +> Executing 'NOTE': object='in@generic[title=Available Items;size=45;contents=li@i@diamond_sword[display_name=&ssdBurnished 
                   Diamond Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade seeps magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0]]' 
                    id='sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'  remove='false' 
16:18:49 [INFO]  Applying property 'title' on object of type 'Inventory'... 
16:18:49 [INFO]  Applying property 'size' on object of type 'Inventory'... 
16:18:49 [INFO]  Applying property 'contents' on object of type 'Inventory'... 
16:18:49 [INFO]  Applying property 'display_name' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'enchantments' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'nbt' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'nbt_attributes' on object of type 'Item'... 
16:18:49 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' Executing: (line 203) INVENTORY "open" 
                   "d:in@sealed_potential.<player.uuid>" ---------+ 
16:18:49 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:49 [INFO] +> Executing 'INVENTORY': actions='[open]'  Inventory='in@sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'  slot='1' 
16:18:49 [INFO]  Running script event 'PlayerOpensInv', event='player opens inventory' for script 'TOKENEXPIRATION' 
16:18:49 [INFO]  Starting InstantQueue 'TOKENEXPIRATION_ThingsChenWindows' with player 'Wahrheit'... 
16:18:49 [INFO] +- Queue 'TOKENEXPIRATION_ThingsChenWindows' Executing: (line 25) IF 
                   "<context.inventory.list_contents.filter[scriptname.is[==].to[GodsTribute]].filter[nbt[expiration].is[or_less].than[<util.date.time.duration.in_days.round_down>]].size>" 
                   "==" "0" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <util.date.time.duration.in_days.round_down> with '18273'. 
16:18:49 [INFO]  Filled tag 
                   <context.inventory.list_contents.filter[scriptname.is[==].to[GodsTribute]].filter[nbt[expiration].is[or_less].than[18273]].size> 
                   with '0'. 
16:18:49 [INFO]  Comparable='Decimal(0.0)', Operator='EQUALS', ComparedTo='Decimal(0.0)' --> OUTCOME='true' 
16:18:49 [INFO]  If command passed, running block. 
16:18:49 [INFO] +- Queue 'TOKENEXPIRATION_ThingsChenWindows' Executing: (line 26) STOP ---------+ 
16:18:49 [INFO] +> Executing 'STOP': Queue='q@TOKENEXPIRATION_ThingsChenWindows' 
16:18:49 [INFO]  Completing queue 'TOKENEXPIRATION_ThingsChenWindows' in 0ms. 
16:18:49 [INFO]  Completing queue 'PRISMATIC_SEER_INVENTORY_HANDLER_ConsultantCitizensBack' in 12ms. 
16:18:49 [INFO]  Running script event 'PlayerClicksInInventory', event='player clicks in prismatic_seer_menu' for script 
                   'PRISMATIC_SEER_INVENTORY_HANDLER' 
16:18:49 [INFO]  Starting InstantQueue 'PRISMATIC_SEER_INVENTORY_HANDLER_FreightBuysBunny' with player 'Wahrheit'... 
16:18:49 [INFO] +- Queue 'PRISMATIC_SEER_INVENTORY_HANDLER_FreightBuysBunny' Executing: (line 159) DETERMINE "cancelled" ---------+ 
16:18:49 [INFO] +> Executing 'DETERMINE': outcome='cancelled'  passively='false'  Queue='q@PRISMATIC_SEER_INVENTORY_HANDLER_FreightBuysBunny' 
16:18:49 [INFO]  Completing queue 'PRISMATIC_SEER_INVENTORY_HANDLER_FreightBuysBunny' in 0ms. 
16:18:49 [INFO]  Event cancelled! 
16:18:49 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_POTENTIAL_DROP' 
16:18:49 [INFO]  Starting InstantQueue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' with player 'SlothKingJakes10'... 
16:18:49 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' Executing: (line 7) IF 
                   "!<context.entity.name.starts_with[<&9>]||null>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <&9> with ''. 
16:18:49 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'true'. 
16:18:49 [INFO]  No part of the if command passed, no block will run. 
16:18:49 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' Executing: (line 9) IF 
                   "<context.entity.location.is_within[arena_avenfeld]>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <context.entity.location.is_within[arena_avenfeld]> with 'false'. 
16:18:49 [INFO]  Filled tag <&9> with ''. 
16:18:49 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'true'. 
16:18:49 [INFO]  If sub-command 1 passed, running block. 
16:18:49 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' Executing: (line 12) DEFINE 
                   "multiplier:<proc[DropMultiplierHandler]>" ---------+ 
16:18:49 [INFO]  Filled tag <proc[DropMultiplierHandler]> with '2'. 
16:18:49 [INFO] +> Executing 'DEFINE': queue='VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting'  action='(multiplier[0]:SET:2)' 
16:18:49 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' Executing: (line 13) IF "<util.random.int[1].to[400]>" "<=" 
                   "<[multiplier]>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <util.random.int[1].to[400]> with '247'. 
16:18:49 [INFO]  Filled tag <[multiplier]> with '2'. 
16:18:49 [INFO]  Comparable='Decimal(247.0)', Operator='OR_LESS', ComparedTo='Decimal(2.0)' --> OUTCOME='false' 
16:18:49 [INFO]  No part of the if command passed, no block will run. 
16:18:49 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' Executing: (line 15) IF "<util.random.int[1].to[15]>" "<=" 
                   "<[multiplier]>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <util.random.int[1].to[15]> with '2'. 
16:18:49 [INFO]  Filled tag <[multiplier]> with '2'. 
16:18:49 [INFO]  Comparable='Decimal(2.0)', Operator='OR_LESS', ComparedTo='Decimal(2.0)' --> OUTCOME='true' 
16:18:49 [INFO]  If command passed, running block. 
16:18:49 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' Executing: (line 16) DROP "SocketMaker" 
                   "location:<context.entity.location>" ---------+ 
16:18:49 [INFO]  Filled tag <context.entity.location> with 'l@-309.51249998807907, 60, 986.0058500761029, 0, 199.0761260986328, 
                   prosperus_the_end'. 
16:18:49 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&amp6&gtThis coalesced energy has been purged of the darkness 
                   inside&dot It now pulses and radiates in an unstoppable splendor&dot'. 
16:18:49 [INFO]  Adding definition 'linesize' as 40 
16:18:49 [INFO]  Adding definition 'lore' as li&at&lt&amp6&gtThis coalesced energy has been purged of the darkness inside&dot It now pulses 
                   and radiates in an unstoppable splendor&dot 
16:18:49 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&amp6&gtThis coalesced energy has been purged of the darkness inside&dot It 
                   now pulses and radiates in an unstoppable splendor&dot]> with 'li@ &ssf&ss6This coalesced energy has been purged | &ss6of the 
                   darkness inside&dot It now pulses | and radiates in an unstoppable splendor&dot'. 
16:18:49 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'nbt' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:49 [INFO]  Filled tag <&a> with ''. 
16:18:49 [INFO] +> Executing 'DROP': action='DROP_ITEM'  location='l@-309.51249998807907, 60, 986.0058500761029, 0, 199.0761260986328, 
                   prosperus_the_end'  qty='1'  items='[i@nether_star[display_name=&ssaPurified Dark 
                   Matter;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6This coalesced energy has been purged|&ss6of the darkness 
                   inside&dot It now pulses|&ss6and radiates in an unstoppable splendor&dot;nbt=li@uncraftable/true;script=SOCKETMAKER]]' 
16:18:49 [INFO]  Completing queue 'VETERAN_POTENTIAL_DROP_TremendousPurchaseBroadcasting' in 3ms. 
16:18:49 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_BONES_DROP' 
16:18:49 [INFO]  Starting InstantQueue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' with player 'SlothKingJakes10'... 
16:18:49 [INFO] +- Queue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' Executing: (line 7) IF 
                   "!<context.entity.name.starts_with[<&9>]||null>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <&9> with ''. 
16:18:49 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'true'. 
16:18:49 [INFO]  No part of the if command passed, no block will run. 
16:18:49 [INFO] +- Queue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' Executing: (line 9) IF 
                   "<context.entity.location.is_within[arena_avenfeld]>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <context.entity.location.is_within[arena_avenfeld]> with 'false'. 
16:18:49 [INFO]  Filled tag <&9> with ''. 
16:18:49 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'true'. 
16:18:49 [INFO]  If sub-command 1 passed, running block. 
16:18:49 [INFO] +- Queue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' Executing: (line 12) DEFINE 
                   "multiplier:<proc[DropMultiplierHandler]>" ---------+ 
16:18:49 [INFO]  Filled tag <proc[DropMultiplierHandler]> with '2'. 
16:18:49 [INFO] +> Executing 'DEFINE': queue='VETERAN_BONES_DROP_ImportedCorrelationExperimental'  action='(multiplier[0]:SET:2)' 
16:18:49 [INFO] +- Queue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' Executing: (line 13) DROP "VeteranToken" 
                   "location:<context.entity.location>" ---------+ 
16:18:49 [INFO]  Filled tag <context.entity.location> with 'l@-309.51249998807907, 60, 986.0058500761029, 0, 199.0761260986328, 
                   prosperus_the_end'. 
16:18:49 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&amp6&gtThe bones of a powerful monster, slain by a hero&dot 
                   When held, you can still feel energy pouring out of them&dot'. 
16:18:49 [INFO]  Adding definition 'linesize' as 40 
16:18:49 [INFO]  Adding definition 'lore' as li&at&lt&amp6&gtThe bones of a powerful monster, slain by a hero&dot When held, you can still 
                   feel energy pouring out of them&dot 
16:18:49 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&amp6&gtThe bones of a powerful monster, slain by a hero&dot When held, you 
                   can still feel energy pouring out of them&dot]> with 'li@ &ssf&ss6The bones of a powerful monster, | &ss6slain by a hero&dot 
                   When held, you can | still feel energy pouring out of them&dot'. 
16:18:49 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'nbt' on object of type 'Item'... 
16:18:49 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:49 [INFO]  Filled tag <&9> with ''. 
16:18:49 [INFO] +> Executing 'DROP': action='DROP_ITEM'  location='l@-309.51249998807907, 60, 986.0058500761029, 0, 199.0761260986328, 
                   prosperus_the_end'  qty='1'  items='[i@bone[display_name=&ss9Phantasmal 
                   Bones;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6The bones of a powerful monster,|&ss6slain by a hero&dot When 
                   held, you can|&ss6still feel energy pouring out of 
                   them&dot;nbt=li@badlucktoken/Veteran|uncraftable/true;script=VETERANTOKEN]]' 
16:18:49 [INFO] +- Queue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' Executing: (line 14) IF "<util.random.int[1].to[4]>" "<=" 
                   "<[multiplier]>" ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <util.random.int[1].to[4]> with '3'. 
16:18:49 [INFO]  Filled tag <[multiplier]> with '2'. 
16:18:49 [INFO]  Comparable='Decimal(3.0)', Operator='OR_LESS', ComparedTo='Decimal(2.0)' --> OUTCOME='false' 
16:18:49 [INFO]  No part of the if command passed, no block will run. 
16:18:49 [INFO]  Completing queue 'VETERAN_BONES_DROP_ImportedCorrelationExperimental' in 3ms. 
16:18:49 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_BONES_DROP' 
16:18:49 [INFO]  Starting InstantQueue 'ELITE_BONES_DROP_InfluencesDestroySync' with player 'SlothKingJakes10'... 
16:18:49 [INFO] +- Queue 'ELITE_BONES_DROP_InfluencesDestroySync' Executing: (line 22) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <&d> with ''. 
16:18:49 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:49 [INFO]  If command passed, running block. 
16:18:49 [INFO] +- Queue 'ELITE_BONES_DROP_InfluencesDestroySync' Executing: (line 23) STOP ---------+ 
16:18:49 [INFO] +> Executing 'STOP': Queue='q@ELITE_BONES_DROP_InfluencesDestroySync' 
16:18:49 [INFO]  Completing queue 'ELITE_BONES_DROP_InfluencesDestroySync' in 0ms. 
16:18:49 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_POTENTIAL_DROP' 
16:18:49 [INFO]  Starting InstantQueue 'ELITE_POTENTIAL_DROP_CheeseSpacesInjured' with player 'SlothKingJakes10'... 
16:18:49 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_CheeseSpacesInjured' Executing: (line 23) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:49 [INFO] +> Executing 'IF': use_braces='true' 
16:18:49 [INFO]  Filled tag <&d> with ''. 
16:18:49 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:49 [INFO]  If command passed, running block. 
16:18:49 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_CheeseSpacesInjured' Executing: (line 24) STOP ---------+ 
16:18:49 [INFO] +> Executing 'STOP': Queue='q@ELITE_POTENTIAL_DROP_CheeseSpacesInjured' 
16:18:49 [INFO]  Completing queue 'ELITE_POTENTIAL_DROP_CheeseSpacesInjured' in 0ms. 
16:18:49 [INFO]  ERROR!
     Error Message: Unknown determination 'xp:0' 
16:18:49 [INFO]  ERROR!
     Error Message: Unknown determination 'currency:0' 
16:18:49 [INFO]  ERROR!
     Error Message: Unknown determination 'li@' 
16:18:50 [INFO]  Running script event 'PlayerClicksInInventory', event='player clicks in notable' for script 
                   'PRISMATIC_SEER_GEM_ADD_GEM_HANDLER' 
16:18:50 [INFO]  Starting InstantQueue 'PRISMATIC_SEER_GEM_ADD_GEM_HANDLER_YarnContactJade' with player 'Wahrheit'... 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_GEM_ADD_GEM_HANDLER_YarnContactJade' Executing: (line 346) IF 
                   "<context.inventory.notable_name||null>" "!=" "sockets_gem_add.<player.uuid>" ---------+ 
16:18:50 [INFO] +> Executing 'IF': use_braces='true' 
16:18:50 [INFO]  Filled tag <context.inventory.notable_name||null> with 'sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Logic='NEGATIVE', Comparable='Element(sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212)', Operator='EQUALS', 
                   ComparedTo='Element(sockets_gem_add.902c088b-cc03-4ac5-ab5d-a23dc9cac212)' --> OUTCOME='true' 
16:18:50 [INFO]  If command passed, running block. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_GEM_ADD_GEM_HANDLER_YarnContactJade' Executing: (line 347) STOP ---------+ 
16:18:50 [INFO] +> Executing 'STOP': Queue='q@PRISMATIC_SEER_GEM_ADD_GEM_HANDLER_YarnContactJade' 
16:18:50 [INFO]  Completing queue 'PRISMATIC_SEER_GEM_ADD_GEM_HANDLER_YarnContactJade' in 0ms. 
16:18:50 [INFO]  Running script event 'PlayerClicksInInventory', event='player clicks in notable' for script 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' 
16:18:50 [INFO]  Starting InstantQueue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' with player 'Wahrheit'... 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 268) IF 
                   "<context.inventory.notable_name||null>" "!=" "sealed_potential.<player.uuid>" ---------+ 
16:18:50 [INFO] +> Executing 'IF': use_braces='true' 
16:18:50 [INFO]  Filled tag <context.inventory.notable_name||null> with 'sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Logic='NEGATIVE', Comparable='Element(sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212)', Operator='EQUALS', 
                   ComparedTo='Element(sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212)' --> OUTCOME='false' 
16:18:50 [INFO]  No part of the if command passed, no block will run. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 270) IF 
                   "!<player.inventory.contains.scriptname[SocketMaker].quantity[<server.flag[SealedPotentialCost]>]>" "||" 
                   "!<player.inventory.contains.scriptname[CrystallizedExperienceIngot].quantity[1]>" ---------+ 
16:18:50 [INFO] +> Executing 'IF': use_braces='true' 
16:18:50 [INFO]  Filled tag <server.flag[SealedPotentialCost]> with '64'. 
16:18:50 [INFO]  Filled tag <player.inventory.contains.scriptname[SocketMaker].quantity[64]> with 'true'. 
16:18:50 [INFO]  Filled tag <player.inventory.contains.scriptname[CrystallizedExperienceIngot].quantity[1]> with 'true'. 
16:18:50 [INFO]  No part of the if command passed, no block will run. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 274) IF 
                   "<context.item.has_nbt[sealed_potential]>" ---------+ 
16:18:50 [INFO] +> Executing 'IF': use_braces='true' 
16:18:50 [INFO]  Filled tag <context.item.has_nbt[sealed_potential]> with 'true'. 
16:18:50 [INFO]  If command passed, running block. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 275) TAKE "<context.item>" 
                   "from:<player.inventory>" ---------+ 
16:18:50 [INFO]  Filled tag <context.item> with 'i@diamond_sword[display_name=&ssdBurnished Diamond 
                   Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade seeps magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0]'. 
16:18:50 [INFO]  Filled tag <player.inventory> with 'in@player[holder=p@902c088b-cc03-4ac5-ab5d-a23dc9cac212]'. 
16:18:50 [INFO]  Applying property 'display_name' on object of type 'Item'... 
16:18:50 [INFO]  Applying property 'enchantments' on object of type 'Item'... 
16:18:50 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:50 [INFO]  Applying property 'nbt' on object of type 'Item'... 
16:18:50 [INFO]  Applying property 'nbt_attributes' on object of type 'Item'... 
16:18:50 [INFO] +> Executing 'TAKE': Type='ITEM'  qty='1'  inventory='in@player[holder=p@902c088b-cc03-4ac5-ab5d-a23dc9cac212]'  
                   Items='[i@diamond_sword[display_name=&ssdBurnished Diamond Sword;enchantments=DAMAGE_ALL,7;lore=&ssd&ssoElite|&ssfThis blade 
                   seeps magical energy&dot|&ss6Sealed 
                   Potential;nbt=li@sealed_potential/true|equipment_type/weapon|item_tier/elite;nbt_attributes=li@generic&dotmovementSpeed/mainhand/1/0.1|generic&dotattackSpeed/mainhand/1/-0.54|generic&dotattackDamage/mainhand/0/13.0]]' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 276) DEFINE "max_sockets" 
                   "<script.yaml_key[max_sockets.<context.item.nbt[item_tier]>]>" ---------+ 
16:18:50 [INFO]  Filled tag <context.item.nbt[item_tier]> with 'elite'. 
16:18:50 [INFO]  Filled tag <script.yaml_key[max_sockets.elite]> with '4'. 
16:18:50 [INFO] +> Executing 'DEFINE': queue='PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster'  definition='max_sockets'  
                   value='4' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 277) ADJUST "<context.item" 
                   "<entry[edited].result.with[remove_nbt=sealed_potential]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Bad saved entry ID 'edited' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '277' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[remove_nbt=sealed_potential]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[remove_nbt=sealed_potential]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '277' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 278) FOREACH 
                   "<entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_empty]].alphanumeric>" ---------+ 
16:18:50 [INFO]  Unfilled attributes 'nbt_keys.filter[matches[socket[0-9]+_empty]].alphanumeric' for tag 
                   <entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_empty]].alphanumeric>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'FOREACH' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '278' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_empty]].alphanumeric> is invalid! 
16:18:50 [INFO] +> Executing 'FOREACH': list='li@ entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_empty]].alphanumeric'  
                   as_name='value' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 279) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[remove_nbt=<[value]>]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[remove_nbt=<[value]>]' for tag <entry[edited].result.with[remove_nbt=<[value]>]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '279' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[remove_nbt=<[value]>]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[remove_nbt=<[value]>]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '279' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 0) FOREACH " CALLBACK" "as:value" 
                   ---------+ 
16:18:50 [INFO] +- Foreach loop complete ---------+ 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 280) FOREACH 
                   "<entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_type]].alphanumeric>" ---------+ 
16:18:50 [INFO]  Unfilled attributes 'nbt_keys.filter[matches[socket[0-9]+_type]].alphanumeric' for tag 
                   <entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_type]].alphanumeric>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'FOREACH' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '280' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_type]].alphanumeric> is invalid! 
16:18:50 [INFO] +> Executing 'FOREACH': list='li@ entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_type]].alphanumeric'  
                   as_name='value' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 281) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[remove_nbt=<[value]>]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[remove_nbt=<[value]>]' for tag <entry[edited].result.with[remove_nbt=<[value]>]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '281' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[remove_nbt=<[value]>]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[remove_nbt=<[value]>]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '281' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 0) FOREACH " CALLBACK" "as:value" 
                   ---------+ 
16:18:50 [INFO] +- Foreach loop complete ---------+ 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 282) FOREACH 
                   "<entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_gem]].alphanumeric>" ---------+ 
16:18:50 [INFO]  Unfilled attributes 'nbt_keys.filter[matches[socket[0-9]+_gem]].alphanumeric' for tag 
                   <entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_gem]].alphanumeric>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'FOREACH' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '282' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_gem]].alphanumeric> is invalid! 
16:18:50 [INFO] +> Executing 'FOREACH': list='li@ entry[edited].result.nbt_keys.filter[matches[socket[0-9]+_gem]].alphanumeric'  
                   as_name='value' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 283) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[remove_nbt=<[value]>]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[remove_nbt=<[value]>]' for tag <entry[edited].result.with[remove_nbt=<[value]>]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '283' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[remove_nbt=<[value]>]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[remove_nbt=<[value]>]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '283' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 0) FOREACH " CALLBACK" "as:value" 
                   ---------+ 
16:18:50 [INFO] +- Foreach loop complete ---------+ 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 284) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[remove_nbt=sockets_open]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[remove_nbt=sockets_open]' for tag <entry[edited].result.with[remove_nbt=sockets_open]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '284' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[remove_nbt=sockets_open]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[remove_nbt=sockets_open]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '284' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 285) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[nbt=sockets_can_add/true]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[nbt=sockets_can_add/true]' for tag <entry[edited].result.with[nbt=sockets_can_add/true]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '285' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[nbt=sockets_can_add/true]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[nbt=sockets_can_add/true]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '285' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 286) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[nbt=sockets_current/0]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[nbt=sockets_current/0]' for tag <entry[edited].result.with[nbt=sockets_current/0]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '286' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[nbt=sockets_current/0]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='entry[edited].result.with[nbt=sockets_current/0]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '286' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 287) ADJUST "<entry[edited].result>" 
                   "<entry[edited].result.with[nbt=sockets_max/<util.random.int[1].to[<[max_sockets]>]>]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'with[nbt=sockets_max/<util.random.int[1].to[<[max_sockets]>]>]' for tag 
                   <entry[edited].result.with[nbt=sockets_max/<util.random.int[1].to[<[max_sockets]>]>]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '287' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.with[nbt=sockets_max/<util.random.int[1].to[<[max_sockets]>]>]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  
                   mechanism='entry[edited].result.with[nbt=sockets_max/<util.random.int[1].to[<[max_sockets]>]>]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '287' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 288) DEFINE "potential_line" 
                   "<entry[edited].result.lore.find[<&6>Sealed Potential]>" ---------+ 
16:18:50 [INFO]  Unfilled attributes 'lore.find[<&6>Sealed Potential]' for tag <entry[edited].result.lore.find[<&6>Sealed Potential]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'DEFINE' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '288' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.lore.find[<&6>Sealed Potential]> is invalid! 
16:18:50 [INFO] +> Executing 'DEFINE': queue='PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster'  definition='potential_line'  
                   value='entry[edited].result.lore.find[<&6>Sealed Potential]' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 289) ADJUST "<entry[edited].result>" 
                   "lore:<entry[edited].result.lore.set[<&6>Sockets].at[<[potential_line]>]>" ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'lore.set[<&6>Sockets].at[<[potential_line]>]' for tag 
                   <entry[edited].result.lore.set[<&6>Sockets].at[<[potential_line]>]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '289' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.lore.set[<&6>Sockets].at[<[potential_line]>]> is invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='lore'  
                   mechanism_value='entry[edited].result.lore.set[<&6>Sockets].at[<[potential_line]>]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '289' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 290) ADJUST "<entry[edited].result>" 
                   "lore:<entry[edited].result.lore.pad_right[<entry[edited].result.nbt[sockets_max].add[<[potential_line]>]>].with[<&8>LOCKED]>" 
                   ---------+ 
16:18:50 [INFO]  ...remembering this script entry as 'edited'! 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  Unfilled attributes 'lore.pad_right[<entry[edited].result.nbt[sockets_max].add[<[potential_line]>]>].with[<&8>LOCKED]' for 
                   tag <entry[edited].result.lore.pad_right[<entry[edited].result.nbt[sockets_max].add[<[potential_line]>]>].with[<&8>LOCKED]>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '290' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag 
                   <entry[edited].result.lore.pad_right[<entry[edited].result.nbt[sockets_max].add[<[potential_line]>]>].with[<&8>LOCKED]> is 
                   invalid! 
16:18:50 [INFO] +> Executing 'ADJUST': object='li@ <context.item'  mechanism='lore'  
                   mechanism_value='entry[edited].result.lore.pad_right[<entry[edited].result.nbt[sockets_max].add[<[potential_line]>]>].with[<&8>LOCKED]' 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'ADJUST' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '290' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Unable to determine what object to adjust (missing object notation?), for: <context.item 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 291) INVENTORY "close" 
                   "d:in@sealed_potential.<player.uuid>" ---------+ 
16:18:50 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO] +> Executing 'INVENTORY': actions='[close]'  Inventory='in@sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'  slot='1' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 292) NOTE "remove" 
                   "as:in@sealed_potential<player.uuid>" ---------+ 
16:18:50 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO] +> Executing 'NOTE': object='null'  id='in@sealed_potential902c088b-cc03-4ac5-ab5d-a23dc9cac212'  remove='true' 
16:18:50 [INFO]  in@sealed_potential902c088b-cc03-4ac5-ab5d-a23dc9cac212 is not saved 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 293) GIVE "<entry[edited].result>" 
                   ---------+ 
16:18:50 [INFO]  Filled tag <entry[edited].result> with '<context.item'. 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'GIVE' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '293' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: '<context.item' is an unknown argument! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'GIVE' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '293' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Woah! Invalid arguments were specified! 
16:18:50 [INFO] +> [CommandExecuter] +> MESSAGE follows: 'Must specify item/items!' 
16:18:50 [INFO] +> [CommandExecuter] Usage: give [money/xp/<item>|...] (quantity:<#>) (unlimit_stack_size) (to:<inventory>) (slot:<slot>) 
16:18:50 [INFO] +> [CommandExecuter] (Attempted: GIVE "<entry[edited].result>") 
16:18:50 [INFO] +---------------------+ 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 294) TAKE "scriptname:SocketMaker" 
                   "quantity:<server.flag[SealedPotentialCost]>" ---------+ 
16:18:50 [INFO]  Filled tag <server.flag[SealedPotentialCost]> with '64'. 
16:18:50 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&amp6&gtThis coalesced energy has been purged of the darkness 
                   inside&dot It now pulses and radiates in an unstoppable splendor&dot'. 
16:18:50 [INFO]  Adding definition 'linesize' as 40 
16:18:50 [INFO]  Adding definition 'lore' as li&at&lt&amp6&gtThis coalesced energy has been purged of the darkness inside&dot It now pulses 
                   and radiates in an unstoppable splendor&dot 
16:18:50 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&amp6&gtThis coalesced energy has been purged of the darkness inside&dot It 
                   now pulses and radiates in an unstoppable splendor&dot]> with 'li@ &ssf&ss6This coalesced energy has been purged | &ss6of the 
                   darkness inside&dot It now pulses | and radiates in an unstoppable splendor&dot'. 
16:18:50 [INFO]  Applying property 'flags' on object of type 'Item'... 
16:18:50 [INFO]  Applying property 'nbt' on object of type 'Item'... 
16:18:50 [INFO]  Applying property 'lore' on object of type 'Item'... 
16:18:50 [INFO]  Filled tag <&a> with ''. 
16:18:50 [INFO] +> Executing 'TAKE': Type='SCRIPTNAME'  qty='64'  inventory='in@player[holder=p@902c088b-cc03-4ac5-ab5d-a23dc9cac212]'  
                   scriptitem='i@nether_star[display_name=&ssaPurified Dark 
                   Matter;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6This coalesced energy has been purged|&ss6of the darkness 
                   inside&dot It now pulses|&ss6and radiates in an unstoppable splendor&dot;nbt=li@uncraftable/true;script=SOCKETMAKER]'  
                   Items='null' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 295) TAKE 
                   "scriptname:CrystallizedExperienceIngot" "quantity:1" ---------+ 
16:18:50 [INFO]  Filled tag <script.yaml_key[lore_list].escaped> with 'li&at&lt&amp6&gtThe Arch Artificer Created this by crystallizing a 
                   tremendous number of levels&dot'. 
16:18:50 [INFO]  Adding definition 'linesize' as 40 
16:18:50 [INFO]  Adding definition 'lore' as li&at&lt&amp6&gtThe Arch Artificer Created this by crystallizing a tremendous number of 
                   levels&dot 
16:18:50 [INFO]  Filled tag <proc[lore_builder].context[40|li&at&lt&amp6&gtThe Arch Artificer Created this by crystallizing a tremendous 
                   number of levels&dot]> with 'li@ &ssf&ss6The Arch Artificer Created this by | &ss6crystallizing a tremendous number of | 
                   levels&dot'. 
16:18:50 [INFO]  Filled tag <&a> with ''. 
16:18:50 [INFO] +> Executing 'TAKE': Type='SCRIPTNAME'  qty='1'  inventory='in@player[holder=p@902c088b-cc03-4ac5-ab5d-a23dc9cac212]'  
                   scriptitem='i@emerald[display_name=&ssaIngot of Crystallized 
                   Experience;enchantments=MENDING,1;flags=li@HIDE_ENCHANTS;lore=&ssf&ss6The Arch Artificer Created this by|&ss6crystallizing a 
                   tremendous number of|&ss6levels&dot;nbt=li@experiencecrystal/Ingot|uncraftable/true;script=CRYSTALLIZEDEXPERIENCEINGOT]'  
                   Items='null' 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 296) NARRATE 
                   "format:prismatic_seer_format" "Congratulations, your <entry[edited].result.display><&r>'s potential has been unlocked!" 
                   ---------+ 
16:18:50 [INFO]  Unfilled attributes 'display' for tag <entry[edited].result.display>! 
16:18:50 [INFO]  ERROR in script 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER' in queue 
                   'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' while executing command 'NARRATE' in file 
                   'scripts/players/sockets/SocketHandler.dsc' on line '296' with player 'p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)'!
     Error Message: Tag <entry[edited].result.display> is invalid! 
16:18:50 [INFO]  Filled tag <&r> with ''. 
16:18:50 [INFO] +> Executing 'NARRATE': Narrating='Congratulations, your entry[edited].result.display's potential has been unlocked!'  
                   Targets='[p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)]'  Format='PRISMATIC_SEER_FORMAT' 
16:18:50 [INFO]  Filled tag <dark_green> with ''. 
16:18:50 [INFO]  Filled tag <white> with ''. 
16:18:50 [INFO]  Filled tag <&co> with ':'. 
16:18:50 [INFO]  Filled tag <element[Congratulations, your entry&lbedited&rb&dotresult&dotdisplay&ssr&sqs potential has been 
                   unlocked&exc].unescaped> with 'Congratulations, your entry[edited].result.display's potential has been unlocked!'. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' Executing: (line 301) NARRATE 
                   "format:prismatic_seer_format" "Right click me again if you'd like to choose another option!" ---------+ 
16:18:50 [INFO] +> Executing 'NARRATE': Narrating='Right click me again if you'd like to choose another option!'  
                   Targets='[p@902c088b-cc03-4ac5-ab5d-a23dc9cac212 (Wahrheit)]'  Format='PRISMATIC_SEER_FORMAT' 
16:18:50 [INFO]  Filled tag <dark_green> with ''. 
16:18:50 [INFO]  Filled tag <white> with ''. 
16:18:50 [INFO]  Filled tag <&co> with ':'. 
16:18:50 [INFO]  Filled tag <element[Right click me again if you&sqd like to choose another option&exc].unescaped> with 'Right click me again 
                   if you'd like to choose another option!'. 
16:18:50 [INFO]  Completing queue 'PRISMATIC_SEER_SOCKET_POTENTIAL_HANDLER_ComponentRecentRoster' in 17ms. 
16:18:50 [INFO]  Running script event 'PlayerClicksInInventory', event='player clicks in notable' for script 
                   'PRISMATIC_SEER_SOCKET_ADD_HANDLER' 
16:18:50 [INFO]  Starting InstantQueue 'PRISMATIC_SEER_SOCKET_ADD_HANDLER_CoalitionVerHole' with player 'Wahrheit'... 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_ADD_HANDLER_CoalitionVerHole' Executing: (line 210) IF 
                   "<context.inventory.notable_name||null>" "!=" "sockets_can_add.<player.uuid>" ---------+ 
16:18:50 [INFO] +> Executing 'IF': use_braces='true' 
16:18:50 [INFO]  Filled tag <context.inventory.notable_name||null> with 'sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Logic='NEGATIVE', Comparable='Element(sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212)', Operator='EQUALS', 
                   ComparedTo='Element(sockets_can_add.902c088b-cc03-4ac5-ab5d-a23dc9cac212)' --> OUTCOME='true' 
16:18:50 [INFO]  If command passed, running block. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_SOCKET_ADD_HANDLER_CoalitionVerHole' Executing: (line 211) STOP ---------+ 
16:18:50 [INFO] +> Executing 'STOP': Queue='q@PRISMATIC_SEER_SOCKET_ADD_HANDLER_CoalitionVerHole' 
16:18:50 [INFO]  Completing queue 'PRISMATIC_SEER_SOCKET_ADD_HANDLER_CoalitionVerHole' in 0ms. 
16:18:50 [INFO]  Running script event 'PlayerClicksInInventory', event='player clicks in notable' for script 
                   'PRISMATIC_SEER_GEM_ADD_ITEM_HANDLER' 
16:18:50 [INFO]  Starting InstantQueue 'PRISMATIC_SEER_GEM_ADD_ITEM_HANDLER_GraveAsusNation' with player 'Wahrheit'... 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_GEM_ADD_ITEM_HANDLER_GraveAsusNation' Executing: (line 307) IF 
                   "<context.inventory.notable_name||null>" "!=" "sockets_open.<player.uuid>" ---------+ 
16:18:50 [INFO] +> Executing 'IF': use_braces='true' 
16:18:50 [INFO]  Filled tag <context.inventory.notable_name||null> with 'sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Filled tag <player.uuid> with '902c088b-cc03-4ac5-ab5d-a23dc9cac212'. 
16:18:50 [INFO]  Logic='NEGATIVE', Comparable='Element(sealed_potential.902c088b-cc03-4ac5-ab5d-a23dc9cac212)', Operator='EQUALS', 
                   ComparedTo='Element(sockets_open.902c088b-cc03-4ac5-ab5d-a23dc9cac212)' --> OUTCOME='true' 
16:18:50 [INFO]  If command passed, running block. 
16:18:50 [INFO] +- Queue 'PRISMATIC_SEER_GEM_ADD_ITEM_HANDLER_GraveAsusNation' Executing: (line 308) STOP ---------+ 
16:18:50 [INFO] +> Executing 'STOP': Queue='q@PRISMATIC_SEER_GEM_ADD_ITEM_HANDLER_GraveAsusNation' 
16:18:50 [INFO]  Completing queue 'PRISMATIC_SEER_GEM_ADD_ITEM_HANDLER_GraveAsusNation' in 0ms. 
16:18:51 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_POTENTIAL_DROP' 
16:18:51 [INFO]  Starting InstantQueue 'VETERAN_POTENTIAL_DROP_PaintingsSummariesLimousines' with player 'SlothKingJakes10'... 
16:18:51 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_PaintingsSummariesLimousines' Executing: (line 7) IF 
                   "!<context.entity.name.starts_with[<&9>]||null>" ---------+ 
16:18:51 [INFO] +> Executing 'IF': use_braces='true' 
16:18:51 [INFO]  Filled tag <&9> with ''. 
16:18:51 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:51 [INFO]  If command passed, running block. 
16:18:51 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_PaintingsSummariesLimousines' Executing: (line 8) STOP ---------+ 
16:18:51 [INFO] +> Executing 'STOP': Queue='q@VETERAN_POTENTIAL_DROP_PaintingsSummariesLimousines' 
16:18:51 [INFO]  Completing queue 'VETERAN_POTENTIAL_DROP_PaintingsSummariesLimousines' in 0ms. 
16:18:51 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_BONES_DROP' 
16:18:51 [INFO]  Starting InstantQueue 'VETERAN_BONES_DROP_UniversitiesOracleLoops' with player 'SlothKingJakes10'... 
16:18:51 [INFO] +- Queue 'VETERAN_BONES_DROP_UniversitiesOracleLoops' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:51 [INFO] +> Executing 'IF': use_braces='true' 
16:18:51 [INFO]  Filled tag <&9> with ''. 
16:18:51 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:51 [INFO]  If command passed, running block. 
16:18:51 [INFO] +- Queue 'VETERAN_BONES_DROP_UniversitiesOracleLoops' Executing: (line 8) STOP ---------+ 
16:18:51 [INFO] +> Executing 'STOP': Queue='q@VETERAN_BONES_DROP_UniversitiesOracleLoops' 
16:18:51 [INFO]  Completing queue 'VETERAN_BONES_DROP_UniversitiesOracleLoops' in 0ms. 
16:18:51 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_BONES_DROP' 
16:18:51 [INFO]  Starting InstantQueue 'ELITE_BONES_DROP_BoulevardCompetitionNodes' with player 'SlothKingJakes10'... 
16:18:51 [INFO] +- Queue 'ELITE_BONES_DROP_BoulevardCompetitionNodes' Executing: (line 22) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:51 [INFO] +> Executing 'IF': use_braces='true' 
16:18:51 [INFO]  Filled tag <&d> with ''. 
16:18:51 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:51 [INFO]  If command passed, running block. 
16:18:51 [INFO] +- Queue 'ELITE_BONES_DROP_BoulevardCompetitionNodes' Executing: (line 23) STOP ---------+ 
16:18:51 [INFO] +> Executing 'STOP': Queue='q@ELITE_BONES_DROP_BoulevardCompetitionNodes' 
16:18:51 [INFO]  Completing queue 'ELITE_BONES_DROP_BoulevardCompetitionNodes' in 0ms. 
16:18:51 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_POTENTIAL_DROP' 
16:18:51 [INFO]  Starting InstantQueue 'ELITE_POTENTIAL_DROP_RaidLeaderChapter' with player 'SlothKingJakes10'... 
16:18:51 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_RaidLeaderChapter' Executing: (line 23) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:51 [INFO] +> Executing 'IF': use_braces='true' 
16:18:51 [INFO]  Filled tag <&d> with ''. 
16:18:51 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:51 [INFO]  If command passed, running block. 
16:18:51 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_RaidLeaderChapter' Executing: (line 24) STOP ---------+ 
16:18:51 [INFO] +> Executing 'STOP': Queue='q@ELITE_POTENTIAL_DROP_RaidLeaderChapter' 
16:18:51 [INFO]  Completing queue 'ELITE_POTENTIAL_DROP_RaidLeaderChapter' in 0ms. 
16:18:51 [INFO]  ERROR!
     Error Message: Unknown determination 'xp:0' 
16:18:51 [INFO]  ERROR!
     Error Message: Unknown determination 'currency:0' 
16:18:51 [INFO]  ERROR!
     Error Message: Unknown determination 'li@' 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_POTENTIAL_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'VETERAN_POTENTIAL_DROP_BridgeCharmsKenya' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_BridgeCharmsKenya' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&9> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_BridgeCharmsKenya' Executing: (line 8) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@VETERAN_POTENTIAL_DROP_BridgeCharmsKenya' 
16:18:52 [INFO]  Completing queue 'VETERAN_POTENTIAL_DROP_BridgeCharmsKenya' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_BONES_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'VETERAN_BONES_DROP_AvoidingAssignmentXanax' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'VETERAN_BONES_DROP_AvoidingAssignmentXanax' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&9> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'VETERAN_BONES_DROP_AvoidingAssignmentXanax' Executing: (line 8) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@VETERAN_BONES_DROP_AvoidingAssignmentXanax' 
16:18:52 [INFO]  Completing queue 'VETERAN_BONES_DROP_AvoidingAssignmentXanax' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_BONES_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'ELITE_BONES_DROP_AsylumExtMalawi' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'ELITE_BONES_DROP_AsylumExtMalawi' Executing: (line 22) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&d> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'ELITE_BONES_DROP_AsylumExtMalawi' Executing: (line 23) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@ELITE_BONES_DROP_AsylumExtMalawi' 
16:18:52 [INFO]  Completing queue 'ELITE_BONES_DROP_AsylumExtMalawi' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_POTENTIAL_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'ELITE_POTENTIAL_DROP_ClaraSapphireWhats' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_ClaraSapphireWhats' Executing: (line 23) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&d> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_ClaraSapphireWhats' Executing: (line 24) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@ELITE_POTENTIAL_DROP_ClaraSapphireWhats' 
16:18:52 [INFO]  Completing queue 'ELITE_POTENTIAL_DROP_ClaraSapphireWhats' in 0ms. 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'xp:0' 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'currency:0' 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'li@' 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_POTENTIAL_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'VETERAN_POTENTIAL_DROP_DialogueEveryoneBolt' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_DialogueEveryoneBolt' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&9> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_DialogueEveryoneBolt' Executing: (line 8) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@VETERAN_POTENTIAL_DROP_DialogueEveryoneBolt' 
16:18:52 [INFO]  Completing queue 'VETERAN_POTENTIAL_DROP_DialogueEveryoneBolt' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_BONES_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'VETERAN_BONES_DROP_BarrelSwimDeclined' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'VETERAN_BONES_DROP_BarrelSwimDeclined' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&9> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'VETERAN_BONES_DROP_BarrelSwimDeclined' Executing: (line 8) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@VETERAN_BONES_DROP_BarrelSwimDeclined' 
16:18:52 [INFO]  Completing queue 'VETERAN_BONES_DROP_BarrelSwimDeclined' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_BONES_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'ELITE_BONES_DROP_ShoppingWeaponHs' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'ELITE_BONES_DROP_ShoppingWeaponHs' Executing: (line 22) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&d> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'ELITE_BONES_DROP_ShoppingWeaponHs' Executing: (line 23) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@ELITE_BONES_DROP_ShoppingWeaponHs' 
16:18:52 [INFO]  Completing queue 'ELITE_BONES_DROP_ShoppingWeaponHs' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_POTENTIAL_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'ELITE_POTENTIAL_DROP_DayEscapeKg' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_DayEscapeKg' Executing: (line 23) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&d> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_DayEscapeKg' Executing: (line 24) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@ELITE_POTENTIAL_DROP_DayEscapeKg' 
16:18:52 [INFO]  Completing queue 'ELITE_POTENTIAL_DROP_DayEscapeKg' in 0ms. 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'xp:0' 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'currency:0' 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'li@' 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_POTENTIAL_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'VETERAN_POTENTIAL_DROP_QuiteNationallyTickets' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_QuiteNationallyTickets' Executing: (line 7) IF 
                   "!<context.entity.name.starts_with[<&9>]||null>" ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&9> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'VETERAN_POTENTIAL_DROP_QuiteNationallyTickets' Executing: (line 8) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@VETERAN_POTENTIAL_DROP_QuiteNationallyTickets' 
16:18:52 [INFO]  Completing queue 'VETERAN_POTENTIAL_DROP_QuiteNationallyTickets' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'VETERAN_BONES_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'VETERAN_BONES_DROP_VsVegasRefugees' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'VETERAN_BONES_DROP_VsVegasRefugees' Executing: (line 7) IF "!<context.entity.name.starts_with[<&9>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&9> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'VETERAN_BONES_DROP_VsVegasRefugees' Executing: (line 8) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@VETERAN_BONES_DROP_VsVegasRefugees' 
16:18:52 [INFO]  Completing queue 'VETERAN_BONES_DROP_VsVegasRefugees' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_BONES_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'ELITE_BONES_DROP_PersonalCountiesMinecraft' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'ELITE_BONES_DROP_PersonalCountiesMinecraft' Executing: (line 22) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&d> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'ELITE_BONES_DROP_PersonalCountiesMinecraft' Executing: (line 23) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@ELITE_BONES_DROP_PersonalCountiesMinecraft' 
16:18:52 [INFO]  Completing queue 'ELITE_BONES_DROP_PersonalCountiesMinecraft' in 0ms. 
16:18:52 [INFO]  Running script event 'EntityKilled', event='entity killed by player' for script 'ELITE_POTENTIAL_DROP' 
16:18:52 [INFO]  Starting InstantQueue 'ELITE_POTENTIAL_DROP_BasketPrairieAvoid' with player 'SlothKingJakes10'... 
16:18:52 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_BasketPrairieAvoid' Executing: (line 23) IF "!<context.entity.name.starts_with[<&d>]||null>" 
                   ---------+ 
16:18:52 [INFO] +> Executing 'IF': use_braces='true' 
16:18:52 [INFO]  Filled tag <&d> with ''. 
16:18:52 [INFO]  Filled tag <context.entity.name.starts_with[]||null> with 'false'. 
16:18:52 [INFO]  If command passed, running block. 
16:18:52 [INFO] +- Queue 'ELITE_POTENTIAL_DROP_BasketPrairieAvoid' Executing: (line 24) STOP ---------+ 
16:18:52 [INFO] +> Executing 'STOP': Queue='q@ELITE_POTENTIAL_DROP_BasketPrairieAvoid' 
16:18:52 [INFO]  Completing queue 'ELITE_POTENTIAL_DROP_BasketPrairieAvoid' in 0ms. 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'xp:0' 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'currency:0' 
16:18:52 [INFO]  ERROR!
     Error Message: Unknown determination 'li@'