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

Date: 2017/08/17 05:52:25 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


Java Version: 1.8.0_121
Up-time: 51m
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.3, 
WGCustomFlags: 1.0, RPGItems: 3.5.136, BendingEssentials: 1.2.4, WGBlockRestricter: 2.0, 
JedCore: 2.5.2-Spigot1.12.0-PK1.8.4
Loaded Worlds (28): world, world_nether, world_the_end, test, builder, Test_nether, Test_the_end, AvatarWorld, 
AvatarWorld_nether, AvatarWorld_the_end, AvatarRPG, TreeWorld, mall, arenavoid, arena, 
arena_old, arenaworld, mergetest, TreePackBM, mine, halloween, Pillarcraft, pillars, 
SpiritWorld, RestoreMap, rainforestjavajoint, CliffSide, testing
Online Players (3): [EK] fleur_mache(fleur_mache), [EK] blackthug_pgm(blackthug_pgm), 
[Owner] Eastern_Elder_Lhosar(Kaiyoko)
Offline Players: 3892
Mode: online

08:52:22 [INFO] +> [RuntimeCompiler] Loading external dependencies for 
                   run-time compiler. 
08:52:22 [INFO] +> [RuntimeCompiler] No dependencies to load or error loading 
                   dependencies: null 
08:52:22 [INFO] +> [RuntimeCompiler] Loading plugins as dependencies for 
                   run-time compiler. 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  EssentialsChat-2.x-SNAPSHOT.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  PermissionsEx-1.23.3.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  CustomMobs-4.17.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  BendingEssentials (4).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  RPGitems-reloaded.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  NBTEditor.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  WGBlockRestricter.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  BuycraftX.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  AdvancedKitsReloaded.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  AutoMessagePlus.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  AsyncWorldEdit (3).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  RegularEnderChests.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Soulbound.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Multiverse-Core-2.4.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  WGRegionEvents-1.2.1.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  ProjectKorra (5).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  PwnPlantGrowth (1).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  WGBlockRestricter (3).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  EnjinMinecraftPlugin.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Vault.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  worldedit-bukkit-6.1.3 (1).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Prison.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  WhiteLotusHelp.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  BookShelf.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  ServerSigns (7).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  WGCustomFlags.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  CommandNPC.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  dynmap-2.3.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  WorldGuardExtraFlagsPlugin.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  JedCoreArenaManager (2).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  denizen-1.0.1-SNAPSHOT (3).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  BendEconomy(2).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Essentials-2.x-SNAPSHOT (1).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Holograms-2.4.1-SNAPSHOT.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  CustomHealth-release.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  MCPluginEnterprise Obfuscate.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  BetterChairs.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Elytra.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  
                   worldguard-legacy-6.2.1-SNAPSHOT-dist.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  
                   JedCore-2.5.2-Spigot1.12.0-PK1.8.4.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  SQLibrary-7.1.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  PostWorld.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  NoFall.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Punishmental.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Herochat (3).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  VoxelPort-2.049-SNAPSHOT.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  LegendaryMessages.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  VoxelSniper-5.171.0-SNAPSHOT.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  CoreProtect_2.13.1.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  EssentialsSpawn-2.x-SNAPSHOT.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Nations.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  Citizens (7).jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  EntityLWC.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  ProtocolLib.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  AsyncWorldEditInjector.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Attempting to add CraftBukkit as 
                   dependency for run-time compiler. 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  spigot-1.10.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  spigot-1.9.4.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  spigot-latest.jar 
08:52:22 [INFO] +> [RuntimeCompiler] Loaded  spigot-1.8.8.jar 
08:52:22 [INFO] +> [Denizen] Processing outside scripts... 
08:52:22 [INFO] +> [Denizen] Processing unnamed script... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/IRONDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/MUDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/KABADROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/COPPERDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/STARIRONDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/GOLDDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/STICKDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomDrops/EVERGREENDROP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/TalkToYoma.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/PierceNPC.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomCommands/CHECKFLAGS.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomCommands/COUNTDOWN.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/Pets.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/LA.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/VAATUAXE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/CLOTH_BROWN.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/TOOTH_WHALE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/TOOTH_WOLF.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/FUR_POLARBEARDOG.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_BUFFALOYAK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/CHISELEDWHITESTONE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/COMPRESSED_ICE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/FUR_WOLF.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_LEMMINGHARE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_SLAB.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_BOAT.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/SNOWCLUMP.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_GATE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_FENCE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_KOALAOTTER.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_DOOR.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONEPILLAR.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/SEA_SPONGE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/CUTTLEFISH_SACS.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/SNOW.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLARBEARBONE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONESTAIR.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_WOLF.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_CARIBOUBEAR.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/POLISHEDWHITESTONESLAB.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/TURTLE_SEAL_SHELL.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/FUR_ALPHAWOLF.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/WHALEBONE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/BUFFALO_YAK_WOOL.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/EVERGREEN_STAIR.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Resources/HIDE_OTTERPENGUIN.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/JAWBLADE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/CLUB.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/MACHETE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/SCIMITAR.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/PIKE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Water/Weapons/TOMAHAWK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Resources/CLOTH_RED.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/KATANA.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/KANABO.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/KAMPILAN.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/Fire/Weapons/SAI.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/NAGINATA.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Fire/Weapons/YARI.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/TUI.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/CRUDEPICK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/REFINEDPICK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Earth/HUDIEDAOSEC.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/Earth/BIGHAMMER.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/Earth/DUAN.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/Earth/SMALLHAMMER.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/Earth/HUDIEDAO.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/Earth/HAMMER.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/CustomItems/Earth/DAO.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/MU.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/STARIRONBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/EMERALDBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COALORE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GOLDBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/TETSU.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GEODE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/IRONORE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SAPPHIRE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/IRON.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SAPPHIREORE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/STARIRON.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/EMERALD.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SALTPETER.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GOLDORE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/SAPPHIREBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COALBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COPPER.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/IRONBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COPPERBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/EMERALDORE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/COPPERORE.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/GOLD.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/Ores/TETSUBLOCK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/EVERGREEN.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/WOODSTICK.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/MULEAF.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/KABA.yml'... 
08:52:22 [INFO] +> [Denizen] Processing 
                   '/CustomItems/CustomResources/LIUSHU.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/earth_lynx.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/UtilFormats.yml'... 
08:52:22 [INFO] +> [Denizen] Processing '/RECIPEGUIDE.yml'... 
08:52:22 [INFO]  ERROR! Woah! Error parsing /RECIPEGUIDE.yml! 
08:52:22 [INFO]  ERROR! Internal exception was thrown! 
08:52:22 [SEVERE] while scanning a simple key
 in 'string', line 383, column 13:
                on player clicks EXIT in WTCRAFT ... 
                ^
could not find expected ':'
 in 'string', line 384, column 13:
                - inventory open d:in@WTCRAFTING
                ^

08:52:22 [SEVERE] org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:465)
08:52:22 [SEVERE] org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280)
08:52:22 [SEVERE] org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225)
08:52:22 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:530)
08:52:22 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
08:52:22 [SEVERE] org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:198)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
08:52:22 [SEVERE] org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
08:52:22 [SEVERE] org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
08:52:22 [SEVERE] org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
08:52:22 [SEVERE] org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
08:52:22 [SEVERE] net.aufdemrand.denizencore.utilities.YamlConfiguration.load(YamlConfiguration.java:20)
08:52:22 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper.loadConfig(ScriptHelper.java:135)
08:52:22 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper._concatenateCoreScripts(ScriptHelper.java:183)
08:52:22 [SEVERE] net.aufdemrand.denizencore.scripts.ScriptHelper.reloadScripts(ScriptHelper.java:26)
08:52:22 [SEVERE] net.aufdemrand.denizencore.DenizenCore.loadScripts(DenizenCore.java:105)
08:52:22 [SEVERE] net.aufdemrand.denizencore.DenizenCore.reloadScripts(DenizenCore.java:121)
08:52:22 [SEVERE] net.aufdemrand.denizen.DenizenCommandHandler.reload(DenizenCommandHandler.java:406)
08:52:22 [SEVERE] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:52:22 [SEVERE] sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:52:22 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:52:22 [SEVERE] java.lang.reflect.Method.invoke(Method.java:498)
08:52:22 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.executeMethod(CommandManager.java:140)
08:52:22 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.execute(CommandManager.java:66)
08:52:22 [SEVERE] net.aufdemrand.denizen.utilities.command.CommandManager.executeSafe(CommandManager.java:168)
08:52:22 [SEVERE] net.aufdemrand.denizen.Denizen.onCommand(Denizen.java:1246)
08:52:22 [SEVERE] org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
08:52:22 [SEVERE] org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
08:52:22 [SEVERE] org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1358)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1193)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
08:52:22 [SEVERE] java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
08:52:22 [SEVERE] java.util.concurrent.FutureTask.run(FutureTask.java:266)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
08:52:22 [SEVERE] net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
08:52:22 [SEVERE] java.lang.Thread.run(Thread.java:745)
08:52:22 [INFO]  OKAY! All scripts loaded! 
08:52:22 [INFO] +> [Denizen] Adding script CHECKFLAGS as type COMMAND 
08:52:22 [INFO] +> [Denizen] Adding script YARI as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script HUDIEDAOSEC as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script NAGINATA as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script TUI as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script BUILTIN_LOAD_TESTER as type COMMAND 
08:52:22 [INFO] +> [Denizen] Adding script SALTPETER as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script WOLFHIDE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_DOSTATDRAIN as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script HUDIEDAO as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script TETSUBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_SHOWINFO as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script KATANA as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONESTAIR as type 
                   ITEM 
08:52:22 [INFO] +> [Denizen] Adding script COALORE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_DOSTATEFFECT as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_GETPET as type PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script EMERALDORE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script SAPPHIRE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_COMMAND_HANDLER as type 
                   COMMAND 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_FORMAT3 as type FORMAT 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_FORMAT2 as type FORMAT 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_CHICKEN as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script SNOWCLUMP as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_FORMAT1 as type FORMAT 
08:52:22 [INFO] +> [Denizen] Adding script PIKE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script KABA as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script GOLDDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script PIERCE_THE_NPC as type ASSIGNMENT 
08:52:22 [INFO] +> [Denizen] Adding script DPETS as type VERSION 
08:52:22 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONESLAB as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script QCHAT as type FORMAT 
08:52:22 [INFO] +> [Denizen] Adding script HIDE_KOALAOTTER as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_OCELOT as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script MUDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN_BOAT as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_DOPLAY as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script TOMAHAWK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script IRONDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN_SLAB as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script KAMPILAN as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script STICKDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script GEODE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script STARIRONDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_CALL_PET as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script GOLD as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DUAN as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script REFINEDPICK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script TETSU as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script COMPRESSED_ICE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script COPPER as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script IRONORE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script HIDE_OTTERPENGUIN as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script LIUSHU as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script STARIRON as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_POLAR_BEAR as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_PET_EVENTS as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script FUR_WOLF as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script TALKTOYOMA as type ASSIGNMENT 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_BAT as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script NPC_FINDFLOWERQUEST_INTERACT as 
                   type INTERACT 
08:52:22 [INFO] +> [Denizen] Adding script COALBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script EARTH_LYNX_SPIRIT as type 
                   ASSIGNMENT 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_UPDATE_HIDE_PETS as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script EMERALDBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script BUFFALO_YAK_WOOL as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_ABILITIES_GUI as type 
                   INVENTORY 
08:52:22 [INFO] +> [Denizen] Adding script TURTLE_SEAL_SHELL as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script LA as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_USESTATS as type PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script BERYL as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script CHAT as type FORMAT 
08:52:22 [INFO] +> [Denizen] Adding script WOODSTICK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script CHISELEDWHITESTONE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script TOOTH_WHALE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN_GATE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_CONSTRUCTOR as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_QUEUE_ID_MAKER as type 
                   PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script HIDE_CARIBOUBEAR as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_GUI_EVENTS as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script FIND_AZUREBLUET_QUEST_WORLD as type 
                   WORLD 
08:52:22 [INFO] +> [Denizen] Adding script SEA_SPONGE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN_STAIR as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DAO as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script POLARBEARBONE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script COPPERDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script CLUB as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script SMALLHAMMER as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script STARIRONBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_DO_ABILITY as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script SCIMITAR as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script POLISHEDWHITESTONEPILLAR as type 
                   ITEM 
08:52:22 [INFO] +> [Denizen] Adding script KABADROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script COPPERORE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script HIDE_LEMMINGHARE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script MULEAF as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script GOLDBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script FUR_POLARBEARDOG as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script COPPERBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script EARTH_LYNX_QUEST as type INTERACT 
08:52:22 [INFO] +> [Denizen] Adding script COUNTDOWN as type COMMAND 
08:52:22 [INFO] +> [Denizen] Adding script MU as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREENDROP as type WORLD 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN_DOOR as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script HIDE_BUFFALOYAK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script GOLDORE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script VAATUAXE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script CLOTH_BROWN as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script KANABO as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_HASABILITY as type PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script SNOW as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script TOOTH_WOLF as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_BUNNY as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script IRONBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_CREEPER as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script DREGIONS_FLAG_ALLOW-DPETS as type 
                   ITEM 
08:52:22 [INFO] +> [Denizen] Adding script HAMMER as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script CUTTLEFISH_SACS as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_HASPET as type PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_UTIL_PROGRESS_BAR as type 
                   PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script MACHETE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script CLOTH_RED as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script SAPPHIREORE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_COMMAND_GUI as type INVENTORY 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_INITIATE_PET as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script CRUDEPICK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script JAWBLADE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script SAI as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script FUR_ALPHAWOLF as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script WHALEBONE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_COW as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_STAT as type PROCEDURE 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_WOLF as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_IMPROVESTAT as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_MAIN_GUI as type INVENTORY 
08:52:22 [INFO] +> [Denizen] Adding script EVERGREEN_FENCE as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_REMOVE_PET as type TASK 
08:52:22 [INFO] +> [Denizen] Adding script SAPPHIREBLOCK as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_SPIDER as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Adding script BIGHAMMER as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script IRON as type ITEM 
08:52:22 [INFO] +> [Denizen] Adding script DPETS_BLAZE as type YAML DATA 
08:52:22 [INFO] +> [Denizen] Scanning 12 world scripts... 
08:52:22 [INFO] +> [CommandSmart...] Loaded Command SmartEvent. 
08:52:22 [INFO] +> [Denizen] Reloading script events... 
08:52:22 [INFO] +> [Denizen] Event match, ReloadScripts matched for 'reload 
                   scripts'! 
08:52:22 [INFO] +> [Denizen] Event match, SystemTime matched for 'system time 
                   minutely'! 
08:52:22 [INFO] +> [Denizen] Event match, SystemTime matched for 'system time 
                   hourly'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks gold_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks oak_log'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks iron_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks leaves'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks diamond_block'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks azure_bluet'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks quartz_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks birch_log'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityBreaksHanging matched for 
                   'player breaks spruce_log'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityDamaged matched for 'player 
                   damages npc ignorecancelled:true'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityDamaged matched for 'entity 
                   damaged'! 
08:52:22 [INFO] +> [Denizen] Event match, EntityTeleports matched for 'player 
                   teleports'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks gold_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks oak_log'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks iron_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks leaves'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks diamond_block'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks azure_bluet'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks quartz_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks birch_log'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerBreaksBlock matched for 
                   'player breaks spruce_log'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks gold_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks oak_log'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks iron_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks leaves'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks diamond_block'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks azure_bluet'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks quartz_ore'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks birch_log'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerItemBreak matched for 'player 
                   breaks spruce_log'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerJoins matched for 'player 
                   joins'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerQuits matched for 'player 
                   quits'! 
08:52:22 [INFO] +> [Denizen] Event match, PlayerRightClicksEntity matched for 
                   'player right clicks npc'! 
08:52:22 [INFO] +> [Denizen] Event match, VehicleDamaged matched for 'player 
                   damages npc ignorecancelled:true'! 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO] +> [dItem] Does not match a valid item ID or material: YANAGI 
08:52:22 [INFO] +> [dItem] valueOf dItem returning null: YANAGI 
08:52:22 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'KATANA': i@YANAGI 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO] +> [dItem] Does not match a valid item ID or material: YANAGI 
08:52:22 [INFO] +> [dItem] valueOf dItem returning null: YANAGI 
08:52:22 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'KAMPILAN': i@YANAGI 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&4> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO] +> [dItem] Does not match a valid item ID or material: RAG 
08:52:22 [INFO] +> [dItem] valueOf dItem returning null: RAG 
08:52:22 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'POLISHEDWHITESTONE': i@RAG 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&9> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&2> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO] +> [dItem] Does not match a valid item ID or material: 
                   WOLFTOOTH 
08:52:22 [INFO] +> [dItem] valueOf dItem returning null: WOLFTOOTH 
08:52:22 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'JAWBLADE': i@WOLFTOOTH 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO] +> [dItem] Does not match a valid item ID or material: IRONt 
08:52:22 [INFO] +> [dItem] valueOf dItem returning null: IRONt 
08:52:22 [INFO]  ERROR! Invalid dItem ingredient, recipe will not be 
                   registered for item script 'SAI': i@IRONt 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&a> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&3> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''. 
08:52:22 [INFO]  Filled tag <&6> with ''. 
08:52:22 [INFO]  Filled tag <&7> with ''.