Paste #43642: Denizen Debug Logs From 8=-=-=-=r Welcome to 5Bending6Ager! 8=-=-=-=1 rAre you ready to ente

Date: 2017/08/20 01:19:05 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
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
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827


Java Version: 1.8.0_121
Up-time: 2h 18m
CraftBukkit Version: git-Spigot-de459a2-51263e9 (MC: 1.10.2)
Denizen Version: Core: 1.15 (Build 89), CraftBukkit: 1.0.1-SNAPSHOT (build 170)
Active Plugins (54): MCPluginEnterprise: 1.0.0, CustomHealth: 1.1.0, BetterChairs: 0.8.6a, AutoMessagePlus: 0.01, 
NoFall: 1.1, VoxelSniper: 5.171.0-SNAPSHOT, AdvancedKitsReloaded: 1.1.14, Elytra: 0.1.2, 
Soulbound: 1.0, VoxelPort: 2.049, CoreProtect: 2.13.1, AsyncWorldEditInjector: 3.4.3, 
dynmap: 2.3-1142, Essentials: TeamCity, RegularEnderChests: 1.0.0, NBTEditor: 2.0.1, 
PwnPlantGrowth: 2.1.9, PostWorld: 1.0.0, BuycraftX: 10.3.0, Multiverse-Core: 2.4-b527, 
ProtocolLib: 3.6.4, AsyncWorldEdit: 3.4.4, BendingEconomy: 1.0, EssentialsChat: TeamCity, 
PermissionsEx: 1.23.4, WhiteLotusHelp: 1.0, SQLibrary: 7.1, Vault: 1.5.6-b49, 
LegendaryMessages: 7.0, EnjinMinecraftPlugin: 2.7.7, Herochat: 5.6.7-SNAPSHOT, 
LWC: 1.7.3, Holograms: 2.4.1-SNAPSHOT, Nations: 1.0.0 PREALPHA, ServerSigns: 4.5.1, 
EssentialsSpawn: TeamCity, WorldEdit: 6.1.3;7a097ca, Prison: 2.4.1, Citizens: 2.0.19-SNAPSHOT (build 1374), 
JedCoreArenaManager: 1.1.2, WorldGuard: 6.2.1-SNAPSHOT;1703-85693b9 with custom flags plugin., 
CustomMobs: 4.17, Punishmental: 5.1, CommandNPC: 1.8.7, WorldGuardExtraFlags: 2.12.1, 
Denizen: 1.0.1-SNAPSHOT (build 170), BookShelf: 3.9, WGRegionEvents: 1.1, ProjectKorra: 1.8.6, 
WGCustomFlags: 1.0, RPGItems: 3.5.136, BendingEssentials: 1.2.4, WGBlockRestricter: 2.0, 
JedCore: 2.6.1-Spigot1.12.1-PK1.8.6
Loaded Worlds (8): AvatarRPG, AvatarRPG_nether, AvatarRPG_the_end, arenaworld, TreePackBM, SpiritWorld, 
RestoreMap, StaffWorld
Online Players (1): [Owner] Eastern_Elder_Lhosar(Kaiyoko)
Offline Players: 166
Mode: online

04:19:01 [INFO]  Running script event 'EntitySpawn', event='entity spawns' for 
                   script 'ANTI_MOB' 
04:19:01 [INFO]  Starting InstantQueue 'ANTI_MOB_SettlementRegistryJoining'... 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "ZOMBIE" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ZOMBIE)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "CREEPER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(CREEPER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "SPIDER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SPIDER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "SKELETON" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SKELETON)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "WITCH" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(WITCH)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "ENDERMAN" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ENDERMAN)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_SettlementRegistryJoining' Executing: IF 
                   "<context.entity.entity_type>" "==" "SLIME" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SLIME)' --> OUTCOME='false' 
04:19:01 [INFO]  Completing queue 'ANTI_MOB_SettlementRegistryJoining' in 1ms. 
04:19:01 [INFO]  Running script event 'EntitySpawn', event='entity spawns' for 
                   script 'ANTI_MOB' 
04:19:01 [INFO]  Starting InstantQueue 'ANTI_MOB_ClassifiedsCatalogSail'... 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "ZOMBIE" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ZOMBIE)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "CREEPER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(CREEPER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "SPIDER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SPIDER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "SKELETON" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SKELETON)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "WITCH" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(WITCH)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "ENDERMAN" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ENDERMAN)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_ClassifiedsCatalogSail' Executing: IF 
                   "<context.entity.entity_type>" "==" "SLIME" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SLIME)' --> OUTCOME='false' 
04:19:01 [INFO]  Completing queue 'ANTI_MOB_ClassifiedsCatalogSail' in 1ms. 
04:19:01 [INFO]  Running script event 'EntitySpawn', event='entity spawns' for 
                   script 'ANTI_MOB' 
04:19:01 [INFO]  Starting InstantQueue 'ANTI_MOB_WorcesterEffectAaa'... 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "ZOMBIE" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ZOMBIE)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "CREEPER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(CREEPER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "SPIDER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SPIDER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "SKELETON" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SKELETON)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "WITCH" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(WITCH)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "ENDERMAN" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ENDERMAN)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_WorcesterEffectAaa' Executing: IF 
                   "<context.entity.entity_type>" "==" "SLIME" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SLIME)' --> OUTCOME='false' 
04:19:01 [INFO]  Completing queue 'ANTI_MOB_WorcesterEffectAaa' in 1ms. 
04:19:01 [INFO]  Running script event 'EntitySpawn', event='entity spawns' for 
                   script 'ANTI_MOB' 
04:19:01 [INFO]  Starting InstantQueue 'ANTI_MOB_EarliestDanceDarwin'... 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "ZOMBIE" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ZOMBIE)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "CREEPER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(CREEPER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "SPIDER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SPIDER)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "SKELETON" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SKELETON)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "WITCH" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(WITCH)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "ENDERMAN" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ENDERMAN)' --> OUTCOME='false' 
04:19:01 [INFO]  Queue 'ANTI_MOB_EarliestDanceDarwin' Executing: IF 
                   "<context.entity.entity_type>" "==" "SLIME" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:01 [INFO] +- Executing dCommand: IF ---------+ 
04:19:01 [INFO] +> Executing 'IF': use_braces='true' 
04:19:01 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:01 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SLIME)' --> OUTCOME='false' 
04:19:01 [INFO]  Completing queue 'ANTI_MOB_EarliestDanceDarwin' in 1ms. 
04:19:02 [INFO] +> [RuntimeCompiler] Loading external dependencies for 
                   run-time compiler. 
04:19:02 [INFO] +> [RuntimeCompiler] No dependencies to load or error loading 
                   dependencies: null 
04:19:02 [INFO] +> [RuntimeCompiler] Loading plugins as dependencies for 
                   run-time compiler. 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  EssentialsChat-2.x-SNAPSHOT.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  PermissionsEx-1.23.3.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  CustomMobs-4.17.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  BendingEssentials (4).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  RPGitems-reloaded.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  NBTEditor.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  WGBlockRestricter.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  BuycraftX.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  AdvancedKitsReloaded.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  AutoMessagePlus.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  
                   JedCore-2.6.1-Spigot1.12.1-PK1.8.6.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  AsyncWorldEdit (3).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  RegularEnderChests.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Soulbound.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Multiverse-Core-2.4.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  WGRegionEvents-1.2.1.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  ProjectKorra-1.8.6 (1).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  PwnPlantGrowth (1).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  WGBlockRestricter (3).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  EnjinMinecraftPlugin.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Vault.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  worldedit-bukkit-6.1.3 (1).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Prison.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  WhiteLotusHelp.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  BookShelf.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  ServerSigns (7).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  WGCustomFlags.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  CommandNPC.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  dynmap-2.3.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  WorldGuardExtraFlagsPlugin.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  JedCoreArenaManager (2).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  denizen-1.0.1-SNAPSHOT (3).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  BendEconomy(2).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Essentials-2.x-SNAPSHOT (1).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Holograms-2.4.1-SNAPSHOT.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  CustomHealth-release.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  MCPluginEnterprise Obfuscate.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  BetterChairs.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Elytra.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  
                   worldguard-legacy-6.2.1-SNAPSHOT-dist.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  SQLibrary-7.1.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  PostWorld.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  NoFall.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Punishmental.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Herochat (3).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  VoxelPort-2.049-SNAPSHOT.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  LegendaryMessages.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  VoxelSniper-5.171.0-SNAPSHOT.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  CoreProtect_2.13.1.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  EssentialsSpawn-2.x-SNAPSHOT.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Nations.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  Citizens (7).jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  EntityLWC.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  ProtocolLib.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  AsyncWorldEditInjector.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Attempting to add CraftBukkit as 
                   dependency for run-time compiler. 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  spigot-1.10.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  spigot-1.9.4.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  spigot-latest.jar 
04:19:02 [INFO] +> [RuntimeCompiler] Loaded  spigot-1.8.8.jar 
04:19:02 [INFO] +> [Denizen] Processing outside scripts... 
04:19:02 [INFO] +> [Denizen] Processing unnamed script... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/IRONDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/MUDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/KABADROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/COPPERDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/STARIRONDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/GOLDDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/STICKDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomDrops/EVERGREENDROP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/TalkToYoma.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/PierceNPC.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomCommands/CHECKFLAGS.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomCommands/COUNTDOWN.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/Pets.yml'... 
04:19:02 [INFO]  ERROR! Woah! Error parsing /Pets.yml! 
04:19:02 [INFO]  ERROR! Internal exception was thrown! 
04:19:02 [SEVERE] while parsing a block mapping
 in 'string', line 1, column 1:
    PETS:
    ^
expected <block end>, but found BlockMappingStart
 in 'string', line 118, column 2:
     [IRC] [monkeybot] says:   (1) WA ... 
     ^

04:19:02 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
04:19:02 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
04:19:02 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
04:19:02 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
04:19:02 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
04:19:02 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
04:19:02 [SEVERE] org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
04:19:02 [SEVERE] org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
04:19:02 [SEVERE] org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
04:19:02 [SEVERE] org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
04:19:02 [SEVERE] net.aufdemrand.denizencore.utilities.YamlConfiguration.load(YamlConfiguration.java:20)
04:19:02 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper.loadConfig(ScriptHelper.java:135)
04:19:02 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper._concatenateCoreScripts(ScriptHelper.java:183)
04:19:02 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper.reloadScripts(ScriptHelper.java:26)
04:19:02 [SEVERE] net.aufdemrand.denizencore.DenizenCore.loadScripts(DenizenCore.java:105)
04:19:02 [SEVERE] net.aufdemrand.denizencore.DenizenCore.reloadScripts(DenizenCore.java:121)
04:19:02 [SEVERE] net.aufdemrand.denizen.DenizenCommandHandler.reload(DenizenCommandHandler.java:406)
04:19:02 [SEVERE] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:19:02 [SEVERE] sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:19:02 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:19:02 [SEVERE] java.lang.reflect.Method.invoke(Method.java:498)
04:19:02 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.executeMethod(CommandManager.java:140)
04:19:02 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.execute(CommandManager.java:66)
04:19:02 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.executeSafe(CommandManager.java:168)
04:19:02 [SEVERE] net.aufdemrand.denizen.Denizen.onCommand(Denizen.java:1246)
04:19:02 [SEVERE] org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
04:19:02 [SEVERE] org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
04:19:02 [SEVERE] org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1358)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1193)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
04:19:02 [SEVERE] java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:19:02 [SEVERE] java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
04:19:02 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
04:19:02 [SEVERE] java.lang.Thread.run(Thread.java:745)
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/LA.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/VAATUAXE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/CLOTH_BROWN.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/TOOTH_WHALE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/TOOTH_WOLF.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/FUR_POLARBEARDOG.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_BUFFALOYAK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/CHISELEDWHITESTONE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/COMPRESSED_ICE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/FUR_WOLF.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_LEMMINGHARE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_SLAB.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_BOAT.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/SNOWCLUMP.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_GATE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_FENCE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_KOALAOTTER.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_DOOR.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONEPILLAR.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/SEA_SPONGE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/CUTTLEFISH_SACS.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/SNOW.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLARBEARBONE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONESTAIR.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_WOLF.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_CARIBOUBEAR.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONESLAB.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/TURTLE_SEAL_SHELL.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/FUR_ALPHAWOLF.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/WHALEBONE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/BUFFALO_YAK_WOOL.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_STAIR.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_OTTERPENGUIN.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/JAWBLADE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/CLUB.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/MACHETE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/SCIMITAR.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/PIKE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/TOMAHAWK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Resources/CLOTH_RED.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/KATANA.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/KANABO.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/KAMPILAN.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/Fire/Weapons/SAI.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/NAGINATA.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/YARI.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/TUI.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/CRUDEPICK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/REFINEDPICK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Earth/HUDIEDAOSEC.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/Earth/BIGHAMMER.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/Earth/DUAN.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Earth/SMALLHAMMER.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/Earth/HUDIEDAO.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/Earth/HAMMER.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/Earth/DAO.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/MU.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/STARIRONBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/EMERALDBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COALORE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GOLDBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/TETSU.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GEODE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/IRONORE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SAPPHIRE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/IRON.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SAPPHIREORE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/STARIRON.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/EMERALD.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SALTPETER.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GOLDORE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SAPPHIREBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COALBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COPPER.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/IRONBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COPPERBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/EMERALDORE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COPPERORE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GOLD.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/TETSUBLOCK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/EVERGREEN.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/WOODSTICK.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/MULEAF.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/KABA.yml'... 
04:19:02 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/LIUSHU.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/CustomItems/WSTWING.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/earth_lynx.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/UtilFormats.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/RECIPEGUIDE.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/ANTIMOB.yml'... 
04:19:02 [INFO] +> [Denizen] Processing '/DEAD_BODY.yml'... 
04:19:02 [INFO]  OKAY! All scripts loaded! 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_TWO_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_SAI as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script HUDIEDAOSEC as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script TUI as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script ANRECIPES_RESOURCES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script COALORE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTRECIPES_OTHER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKRECIPES_ARMOR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EMERALDORE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script SAPPHIRE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_HUDIEDAO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_DAO_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_EVERGREEN_BOAT 
                   as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script ANCRAFTING_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script SNOWCLUMP as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script KABA as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script GOLDDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNRECIPES_WEAPONS as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKRECIPES_WEAPONS as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_SCIMITAR as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_SAI_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_DOOR_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_SLAB_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script CRAFTING as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MUDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_THREE_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN_SLAB as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_CLOTH_BROWN as 
                   type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script TOMAHAWK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script IRONDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script ANRECIPES_FOOD as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script GEODE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_DUAN as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script STARIRONDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKRECIPES_RESOURCES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script GOLD as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script DUAN as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNRECIPES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script ANRECIPES_ARMOR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script REFINEDPICK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script COPPER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script IRONORE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_MACHETE as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script STARIRON as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_TWO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script NPC_FINDFLOWERQUEST_INTERACT as 
                   type INTERACT 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_TOMAHAWK as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_COMPRESSED_ICE 
                   as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script TURTLE_SEAL_SHELL as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script BERYL as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script ARROW_RIGHT as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_CHISELEDWHITESTONE_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_NAGINATA_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_EVERGREEN as 
                   type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_HANDLER as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_TWO_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script RECIPEGUIDE_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_TWO_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script HIDE_CARIBOUBEAR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FIND_AZUREBLUET_QUEST_WORLD as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script SEA_SPONGE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN_STAIR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script POLARBEARBONE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_BIGHAMMER as 
                   type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_TWO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script CLUB as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script ARROW_LEFT as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script STARIRONBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   EKCRAFTING_WEAPONS_SMALLHAMMER_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script SCIMITAR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_FENCE_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script PG_ONE_OF_THREE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script COPPERBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_EVERGREEN_GATE 
                   as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script COUNTDOWN as type COMMAND 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREENDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN_DOOR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_SMALLHAMMER as 
                   type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script GOLDORE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_KATANA as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script VAATUAXE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script CLOTH_BROWN as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_CHISELEDWHITESTONE as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONEPILLAR_HANDLER as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_BOAT_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_HANDLER as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_TWO_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_JAWBLADE as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_KATANA_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNRECIPES_ARMOR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script MACHETE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   EKCRAFTING_WEAPONS_HUDIEDAOSEC_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTRECIPES_WEAPONS as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script SAPPHIREORE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_SNOW_BLOCK_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script JAWBLADE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_NAGINATA as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script MISC as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FUR_ALPHAWOLF as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script PG_TWO_OF_THREE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_KAMPILAN as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONE as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN_FENCE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_TWO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script ANRECIPES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_GATE_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONESTAIR_HANDLER as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_YARI_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKRECIPES_OTHER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script BIGHAMMER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script IRON as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONESLAB_HANDLER as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_CLUB as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script ANRECIPES_OTHER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WSTWING as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_KANABO_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script CHECKFLAGS as type COMMAND 
04:19:02 [INFO] +> [Denizen] Adding script YARI as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script NAGINATA as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script BUILTIN_LOAD_TESTER as type COMMAND 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_KANABO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script SALTPETER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_CLUB_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_EVERGREEN_FENCE as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WOLFHIDE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MISCCRAFTING_CRUDEPICK as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script HUDIEDAO as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script TETSUBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script KATANA as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONESTAIR as type 
                   ITEM 
04:19:02 [INFO] +> [Denizen] Adding script PG_THREE_OF_THREE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_HANDLER as type 
                   WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_KAMPILAN_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script PIKE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MISCCRAFTING_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_TWO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_SNOW_BLOCK as 
                   type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script PIERCE_THE_NPC as type ASSIGNMENT 
04:19:02 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONESLAB as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_PIKE_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script QCHAT as type FORMAT 
04:19:02 [INFO] +> [Denizen] Adding script HIDE_KOALAOTTER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_HUDIEDAOSEC as 
                   type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_EVERGREEN_SLAB 
                   as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script EXIT as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTRECIPES_ARMOR as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_DAO as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_THREE as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONEPILLAR as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN_BOAT as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MISCCRAFTING_REFINEDPICK as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script KAMPILAN as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script PG_ONE_OF_TWO as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script DEAD_BODY as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script STICKDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTRECIPES_RESOURCES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   EKCRAFTING_WEAPONS_BIGHAMMER_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKRECIPES_FOOD as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONESLAB as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTRECIPES_FOOD as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MISCCRAFTING_REFINEDPICK_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_PIKE as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script TETSU as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script COMPRESSED_ICE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script PG_ONE_OF_ONE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script HIDE_OTTERPENGUIN as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script LIUSHU as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FUR_WOLF as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script TALKTOYOMA as type ASSIGNMENT 
04:19:02 [INFO] +> [Denizen] Adding script TRIBES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script COALBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EARTH_LYNX_SPIRIT as type 
                   ASSIGNMENT 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_CLOTH_BROWN_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EMERALDBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script BUFFALO_YAK_WOOL as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTRECIPES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script FNRECIPES_OTHER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script LA as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WOODSTICK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script CHAT as type FORMAT 
04:19:02 [INFO] +> [Denizen] Adding script PG_TWO_OF_TWO as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MISCCRAFTING as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script ANRECIPES_WEAPONS as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script CHISELEDWHITESTONE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WSTWING_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script TOOTH_WHALE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EVERGREEN_GATE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script ANTI_MOB as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNRECIPES_RESOURCES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script DAO as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_HUDIEDAO_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script COPPERDROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script SMALLHAMMER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONEPILLAR as type 
                   ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKRECIPES as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script KABADROP as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script COPPERORE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script HIDE_LEMMINGHARE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script FUR_POLARBEARDOG as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script MULEAF as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script GOLDBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EARTH_LYNX_QUEST as type INTERACT 
04:19:02 [INFO] +> [Denizen] Adding script MU as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_TOMAHAWK_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script HIDE_BUFFALOYAK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_MACHETE_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_COMPRESSED_ICE_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_EVERGREEN_DOOR 
                   as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script KANABO as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script SNOW as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script RECIPEGUIDE as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONE_HANDLER as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script TOOTH_WOLF as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script IRONBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script HAMMER as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script CUTTLEFISH_SACS as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script CLOTH_RED as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script RECIPE_COMMAND as type COMMAND 
04:19:02 [INFO] +> [Denizen] Adding script CRUDEPICK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONESTAIR as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script SAI as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_RESOURCES_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script ANCRAFTING as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script FNCRAFTING_WEAPONS_YARI as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING as type INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script WHALEBONE as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_HAMMER as type 
                   INVENTORY 
04:19:02 [INFO] +> [Denizen] Adding script MISCCRAFTING_CRUDEPICK_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_DUAN_HANDLER as 
                   type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script SAPPHIREBLOCK as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_SCIMITAR_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script EKCRAFTING_WEAPONS_HAMMER_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Adding script FNRECIPES_FOOD as type ITEM 
04:19:02 [INFO] +> [Denizen] Adding script WTCRAFTING_WEAPONS_JAWBLADE_HANDLER 
                   as type WORLD 
04:19:02 [INFO] +> [Denizen] Scanning 62 world scripts... 
04:19:02 [INFO] +> [Denizen] Reloading script events... 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks gold_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks oak_log'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks iron_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks diamond_block'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks azure_bluet'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks spruce_log'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks leaves'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks quartz_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks birch_log'! 
04:19:02 [INFO] +> [Denizen] Event match, EntitySpawn matched for 'entity 
                   spawns'! 
04:19:02 [INFO] +> [Denizen] Event match, ItemSpawns matched for 'entity 
                   spawns'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks gold_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks oak_log'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks iron_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks diamond_block'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks azure_bluet'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks spruce_log'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks leaves'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks quartz_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks birch_log'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks gold_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks oak_log'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks iron_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks diamond_block'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks azure_bluet'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks spruce_log'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks leaves'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks quartz_ore'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks birch_log'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_TWO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_DAO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in ANCRAFTING'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_SAI'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_EVERGREEN_DOOR'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_EVERGREEN_SLAB'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_THREE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_CHISELEDWHITESTONE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_NAGINATA'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_TWO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in RECIPEGUIDE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_TWO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_SMALLHAMMER'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_EVERGREEN_FENCE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONEPILLAR'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_EVERGREEN_BOAT'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_TWO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_KATANA'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_HUDIEDAOSEC'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_SNOW_BLOCK'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_EVERGREEN'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_EVERGREEN_GATE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in 
                   WTCRAFTING_RESOURCES_POLISHEDWHITESTONESTAIR'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_YARI'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_POLISHEDWHITESTONESLAB'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_KANABO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_CLUB'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in FNCRAFTING_WEAPONS_KAMPILAN'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in MISCCRAFTING'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_PIKE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_BIGHAMMER'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in MISCCRAFTING_REFINEDPICK'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_CLOTH_BROWN'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_HUDIEDAO'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_TOMAHAWK'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_MACHETE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_COMPRESSED_ICE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES_POLISHEDWHITESTONE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_RESOURCES'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in MISCCRAFTING_CRUDEPICK'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_DUAN'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_SCIMITAR'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in EKCRAFTING_WEAPONS_HAMMER'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerDragsInInventory matched for 
                   'player drags in WTCRAFTING_WEAPONS_JAWBLADE'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerRightClicksAtEntity matched 
                   for 'player right clicks at armor_stand'! 
04:19:02 [INFO] +> [Denizen] Event match, PlayerRightClicksEntity matched for 
                   'player right clicks with WSTWING'! 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO] +> [dItem] Does not match a valid item ID or material: IRONt 
04:19:02 [INFO] +> [dItem] valueOf dItem returning null: IRONt 
04:19:02 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'SAI': i@IRONt 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO] +> [dItem] Does not match a valid item ID or material: YANAGI 
04:19:02 [INFO] +> [dItem] valueOf dItem returning null: YANAGI 
04:19:02 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'KAMPILAN': i@YANAGI 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO] +> [dItem] Does not match a valid item ID or material: YANAGI 
04:19:02 [INFO] +> [dItem] valueOf dItem returning null: YANAGI 
04:19:02 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'KATANA': i@YANAGI 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO] +> [dItem] Does not match a valid item ID or material: 
                   WOLFTOOTH 
04:19:02 [INFO] +> [dItem] valueOf dItem returning null: WOLFTOOTH 
04:19:02 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'JAWBLADE': i@WOLFTOOTH 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&a> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&4> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&2> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&9> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&3> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO] +> [dItem] Does not match a valid item ID or material: RAG 
04:19:02 [INFO] +> [dItem] valueOf dItem returning null: RAG 
04:19:02 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'POLISHEDWHITESTONE': i@RAG 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:02 [INFO]  Filled tag <&6> with ''. 
04:19:02 [INFO]  Filled tag <&7> with ''. 
04:19:03 [INFO]  Running script event 'EntitySpawn', event='entity spawns' for 
                   script 'ANTI_MOB' 
04:19:03 [INFO]  Starting InstantQueue 'ANTI_MOB_AmberMovementLeast'... 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "ZOMBIE" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ZOMBIE)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "CREEPER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(CREEPER)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "SPIDER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SPIDER)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "SKELETON" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SKELETON)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "WITCH" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(WITCH)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "ENDERMAN" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ENDERMAN)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_AmberMovementLeast' Executing: IF 
                   "<context.entity.entity_type>" "==" "SLIME" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SLIME)' --> OUTCOME='false' 
04:19:03 [INFO]  Completing queue 'ANTI_MOB_AmberMovementLeast' in 1ms. 
04:19:03 [INFO]  Running script event 'EntitySpawn', event='entity spawns' for 
                   script 'ANTI_MOB' 
04:19:03 [INFO]  Starting InstantQueue 'ANTI_MOB_CirculationBrandNominated'... 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "ZOMBIE" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ZOMBIE)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "CREEPER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(CREEPER)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "SPIDER" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SPIDER)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "SKELETON" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SKELETON)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "WITCH" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(WITCH)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "ENDERMAN" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(ENDERMAN)' --> OUTCOME='false' 
04:19:03 [INFO]  Queue 'ANTI_MOB_CirculationBrandNominated' Executing: IF 
                   "<context.entity.entity_type>" "==" "SLIME" "{" "-" 
                   "determine" "cancelled" "}" 
04:19:03 [INFO] +- Executing dCommand: IF ---------+ 
04:19:03 [INFO] +> Executing 'IF': use_braces='true' 
04:19:03 [INFO]  Filled tag <context.entity.entity_type> with 'ARMOR_STAND'. 
04:19:03 [INFO]  Comparable='Element(ARMOR_STAND)', Operator='EQUALS', 
                   ComparedTo='Element(SLIME)' --> OUTCOME='false' 
04:19:03 [INFO]  Completing queue 'ANTI_MOB_CirculationBrandNominated' in 1ms.