Paste #5031: Untitled Paste

Date: 2014/06/02 18:08:44 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
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


ID1:  #Leather Helm
    type: item
    material: LEATHER_HELMET
    display name: <gray>Leather Helm
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <&o>
    - <red><&o>A leather helmet that protects your head.
    no_id: false
ID2:  #Leather Tunic
    type: item
    material: LEATHER_CHESTPLATE
    display name: <gray>Leather Tunic
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <&o>
    - <red><&o>A leather tunic that helps you to protect your upper body.
    no_id: false
ID3:  #Leather Pants
    type: item
    material: LEATHER_LEGGINGS
    display name: <gray>Leather Pants
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <&o>
    - <red><&o>A pair of leather pants giving basic protection.
    no_id: false
ID4:  #Leather Boots
    type: item
    material: LEATHER_BOOTS
    display name: <gray>Leather Boots
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID5:  #Leather Helm  +1
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Helm <gold><bold>+1
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.75
    - <&o>
    - <red><&o>A leather helmet that protects your head.
    no_id: false
ID6:  #Leather Tunic +1
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Tunic <gold><bold>+1
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.75
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID7:  #Leather Pants +1
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Pants <gold><bold>+1
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.75
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID8:  #Leather Boots +1
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Boots <gold><bold>+1
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.75
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID9:  #Leather Helm  +2
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Helm <gold><bold>+2
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2
    - <&o>
    - <red><&o>A leather helmet that protects your head.
    no_id: false
ID10: #Leather Tunic +2
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Tunic <gold><bold>+2
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID11: #Leather Pants +2
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Pants <gold><bold>+2
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID12: #Leather Boots +2
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Boots <gold><bold>+2
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID13: #Leather Helm  +3
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Helm <gold><bold>+3
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.25
    - <&o>
    - <red><&o>A leather helmet that protects your head.
    no_id: false
ID14: #Leather Tunic +3
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Tunic <gold><bold>+3
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.25
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID15: #Leather Pants +3
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Pants <gold><bold>+3
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.25
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID16: #Leather Boots +3
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Boots <gold><bold>+3
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.25
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID17: #Leather Helm  +4
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Helm <gold><bold>+4
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A leather helmet that protects your head.
    no_id: false
ID18: #Leather Tunic +4
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Tunic <gold><bold>+4
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID19: #Leather Pants +4
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Pants <gold><bold>+4
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID20: #Leather Boots +4
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Boots <gold><bold>+4
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID21: #Leather Helm  +5
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Helm <gold><bold>+5
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.75
    - <&o>
    - <red><&o>A leather helmet that protects your head.
    no_id: false
ID22: #Leather Tunic +5
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Tunic <gold><bold>+5
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.75
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID23: #Leather Pants +5
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Pants <gold><bold>+5
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.75
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID24: #Leather Boots +5
    type: item
    material: LEATHER_BOOTS
    display name: <gray><bold>Leather Boots <gold><bold>+5
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2.75
    - <&o>
    - <red><&o>A pair of leather boots that helms you protect your feet.
    no_id: false
ID25: #Legendary Leather Helmet
    type: item
    material: LEATHER_HELMET
    display name: <gold>Legendary Leather Helm
    lore:
    - <gold>Item Tier | <magic>xx
    - <dark_purple>Value rank | <magic>xx
    - <&o>
    - <red><&o>A leather helmet of legendary rank,
    - <red><&o>worn by nothing but the strongest
    - <red><&o>warriors in history while being
    - <red><&o>close to impossible to obtain.
    - <&o>
    - <gray>Legendary ranked items can be offered
    - <gray>to secret godly npc for a small chance
    - <gray>to obtain a normally un-obtainable
    - <gray>high tier raw material..
    no_id: false
ID26: #Legendary Leather Tunic
    type: item
    material: LEATHER_CHESTPLATE
    display name: <gold>Legendary Leather Tunic
    lore:
    - <gold>Item Tier | <magic>xx
    - <dark_purple>Value rank | <magic>xx
    - <&o>
    - <red><&o>A leather tunic of legendary rank,
    - <red><&o>worn by nothing but the strongest
    - <red><&o>warriors in history while being
    - <red><&o>close to impossible to obtain.
    - <&o>
    - <gray>Legendary ranked items can be offered
    - <gray>to secret godly npc for a small chance
    - <gray>to obtain a normally un-obtainable
    - <gray>high tier raw material..
    no_id: false
ID27: #Legendary Leather Pants
    type: item
    material: LEATHER_LEGGINGS
    display name: <gold>Legendary Leather Pants
    lore:
    - <gold>Item Tier | <magic>xx
    - <dark_purple>Value rank | <magic>xx
    - <&o>
    - <red><&o>A pair of leather pants of legendary
    - <red><&o>rank, worn by nothing but the 
    - <red><&o>strongest warriors in history while
    - <red><&o>being close to impossible to obtain.
    - <&o>
    - <gray>Legendary ranked items can be offered
    - <gray>to secret godly npc for a small chance
    - <gray>to obtain a normally un-obtainable
    - <gray>high tier raw material..
    no_id: false
ID28: #Legendary Leather Boots
    type: item
    material: LEATHER_BOOTS
    display name: <gold>Legendary Leather Boots
    lore:
    - <gold>Item Tier | <magic>xx
    - <dark_purple>Value rank | <magic>xx
    - <&o>
    - <red><&o>A pair of leather boots of legendary
    - <red><&o>rank, worn by nothing but the 
    - <red><&o>strongest warriors in history while
    - <red><&o>being close to impossible to obtain.
    - <&o>
    - <gray>Legendary ranked items can be offered
    - <gray>to secret godly npc for a small chance
    - <gray>to obtain a normally un-obtainable
    - <gray>high tier raw material..
    no_id: false
#ID29: #Health trinket
#ID30: #Speed trinket
#ID31: #

#ID32: #
#ID33: #
#ID34: #

#ID35: #
#ID36: #
#ID37: #

#ID38: #
#ID39: #
#ID40: #

ID41: #Chain Helmet
    type: item
    material: CHAINMAIL_HELMET
    display name: <gray>Chain Helmet
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A Helmet created by binding hundreds
    - <red><&o>of chains together toprotect you
    - <red><&o>from stabs and impacts.
    no_id: false
ID42: #Chain Chestplate
    type: item
    material: CHAINMAIL_CHESTPLATE
    display name: <gray>Chain Chestplate
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A chestplate created by binding hundreds
    - <red><&o>of chains together toprotect you
    - <red><&o>from stabs and impacts.
    no_id: false
ID43: #Chain Leggings
    type: item
    material: CHAINMAIL_LEGGINGS
    display name: <gray>Chain Leggings
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A pair of leggings created by binding
    - <red><&o>hundreds of chains together to protect
    - <red><&o>you from stabs and impacts.
    no_id: false
ID44: #Chain Boots
    type: item
    material: CHAINMAIL_BOOTS
    display name: <gray>Chain Boots
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>A pair of boots created by binding
    - <red><&o>hundreds of chains together to protect
    - <red><&o>you from stabs and impacts.
    no_id: false
ID82: #Iron Helmet
    type: item
    material: IRON_HELMET
    display name: <green><bold>Iron Helmet
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>3.5
    - <&o>
    - <red><&o>A helmet created with iron
    - <red><&o>making it very durable and
    - <red><&o>grants you good protection.
    no_id: false
ID83: #Iron Chestplate
    type: item
    material: IRON_CHESTPLATE
    display name: <green><bold>Iron Chestplate
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>3.5
    - <&o>
    - <red><&o>A chestplate created with iron
    - <red><&o>making it very durable and
    - <red><&o>grants you good protection.
    no_id: false
ID84: #Iron Platelegs
    type: item
    material: IRON_LEGGINGS
    display name: <green><bold>Iron Platelegs
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>3.5
    - <&o>
    - <red><&o>A pair of platelegs created with
    - <red><&o>iron making it very durable
    - <red><&o>and grants you good protection.
    no_id: false
ID85: #Iron Boots
    type: item
    material: IRON_BOOTS
    display name: <green><bold>Iron Boots
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>3.5
    - <&o>
    - <red><&o>A pair of boots created with
    - <red><&o>iron making it very durable
    - <red><&o>and grants you good protection.
    no_id: false
ID123: #Diamond Helmet
    type: item
    material: diamond_helmet
    display name: <dark_aqua><bold>Diamond Helmet
    lore:
    - <gold>Item Tier | <gray>4
    - <dark_purple>Value rank | <gray>5
    - <&o>
    - <red><&o>This helmet is made from diamonds
    - <red><&o>and gives the strongest protection
    - <red><&o>possible.
    no_id: false
ID124: #Diamond Chestplate
    type: item
    material: diamond_chestplate
    display name: <dark_aqua><bold>Diamond Chestplate
    lore:
    - <gold>Item Tier | <gray>4
    - <dark_purple>Value rank | <gray>5
    - <&o>
    - <red><&o>This chestplate is made from diamonds
    - <red><&o>and gives the strongest protection
    - <red><&o>possible.
    no_id: false
ID125: #Diamond Platelegs
    type: item
    material: diamond_leggings
    display name: <dark_aqua><bold>Diamond Leggings
    lore:
    - <gold>Item Tier | <gray>4
    - <dark_purple>Value rank | <gray>5
    - <&o>
    - <red><&o>These leggings are made from diamonds
    - <red><&o>and gives the strongest protection
    - <red><&o>possible.
    no_id: false
ID126: #Diamond Boots
    type: item
    material: diamond_boots
    display name: <dark_aqua><bold>Diamond Boots
    lore:
    - <gold>Item Tier | <gray>4
    - <dark_purple>Value rank | <gray>5
    - <&o>
    - <red><&o>These boots are made from diamonds
    - <red><&o>and gives the strongest protection
    - <red><&o>possible.
    no_id: false
ID144: #Golden Helmet
    type: item
    material: gold_helmet
    display name: <yellow>Golden Helmet
    lore:
    - <gold>Item Tier | <gray>5
    - <dark_purple>Value rank | <gray>7
    - <&o>
    - <red><&o>A very hard to obtain golden helmet
    - <red><&o>to display your wealth and power..
    - <red><&o>Yet not very strong giving you good
    - <red><&o>but not excellent protection.
    no_id: false
ID145: #Golden Chestplate
    type: item
    material: gold_chestplate
    display name: <yellow>Golden Chestplate
    lore:
    - <gold>Item Tier | <gray>5
    - <dark_purple>Value rank | <gray>7
    - <&o>
    - <red><&o>A very hard to obtain golden chestplate
    - <red><&o>to display your wealth and power..
    - <red><&o>Yet not very strong giving you good
    - <red><&o>but not excellent protection.
    no_id: false
ID146: #Golden Platelegs
    type: item
    material: gold_leggings
    display name: <yellow>Golden Platelegs
    lore:
    - <gold>Item Tier | <gray>5
    - <dark_purple>Value rank | <gray>7
    - <&o>
    - <red><&o>A pair of very hard to obtain golden
    - <red><&o>platelegs to display your wealth and
    - <red><&o>power.. Yet not very strong giving
    - <red><&o>you good but not excellent protection.
    no_id: false
ID147: #Golden Boots
    type: item
    material: gold_boots
    display name: <yellow>Golden Boots
    lore:
    - <gold>Item Tier | <gray>5
    - <dark_purple>Value rank | <gray>7
    - <&o>
    - <red><&o>A pair of very hard to obtain golden
    - <red><&o>platelegs to display your wealth and
    - <red><&o>power.. Yet not very strong giving
    - <red><&o>you good but not excellent protection.
    no_id: false
ID155: #Wooden Sword
    type: item
    material: wood_sword
    display name: <gray>
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>2
    - <&0>
    - <red><&o>A weak wooden sword used by
    - <red><&o>beginners to practice their
    - <red><&o>sword skills.
    no_id: false
ID171: #Stone Sword
    type: item
    material: stone_sword
    display name: <gray>Stone Sword
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>3.5
    - <&o>
    - <red><&o>A sword made out of stone with
    - <red><&o>quite a dull edge, but still
    - <red><&o>sharp enough to cause damage.
    no_id: false
ID187: #Iron Sword
    type: item
    material: iron_sword
    display name: <green><bold>Iron sword
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>4.5
    - <&o>
    - <red><&o>A strong and durable iron sword
    - <red><&o>with a sharp edge making it an
    - <red><&o>excellent weapon against any foe.
    no_id: false
ID203: #Diamond Sword
    type: item
    material: diamond_sword
    display name: <dark_aqua><bold>Diamond Sword
    lore:
    - <gold>Item Tier | <gray>4
    - <dark_purple>Value rank | <gray>6
    - <&o>
    - <red><&o>A sword made out of diamond with
    - <red><&o>an edge said to be sharper then
    - <red><&o>any other weapon.
    no_id: false
ID219: #Golden Sword
    type: item
    material: gold_sword
    display name: <yellow>Golden Sword
    lore:
    - <gold>Item Tier | <gray>5
    - <dark_purple>Value rank | <gray>8
    - <&o>
    - <red><&o>A sword made out of pure gold
    - <red><&o>being one of the most expensive
    - <red><&o>items to obtain! mostly used as
    - <red><&o>decoration item to show wealth.
    no_id: false
#ID235: #Wooden Axe
#ID251: #Stone Axe
#ID277: #Iron War Axe
#ID293: #Diamond War Axe
#ID309: #Golden War Axe

ID400: #Thread
    type: item
    material: STRING
    display name: <gray>Thread
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1
    - <&o>
    - <red><&o>Thread is a crafting item <green>used in several
    - <green>crafting recipes<red><&o> and can be obtained from
    - <red><&o>quests or shops.
    no_id: false
ID401: #Tanned Leather
    type: item
    material: LEATHER
    display name: <yellow>Tanned Leather
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <&o>
    - <red><&o>Tanned leater is mostly used when <green>crafting
    - <green>armor pieces, also used in certain recipes<red><&o>.
    - <red><&o>Can be obtained by bringing un-tanned hides
    - <red><&o>to a tanner or by buying them from a shop.
    no_id: false
ID402: #Metal Scraps
    type: item
    material: COCOA_BEANS
    display name: <gray><&n>Metal Scraps
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <gold>   
    - <red><&o>Metal scraps can be obtained from
    - <red><&o>refining <dark_gray>dirty ore<red><&o>, <green>used to craft or
    - <green>refine items further<red><&o>, but has no
    - <red><&o>other uses making it an item with low
    - <red><&o>value as it's very common.
    no_id: false
ID403: #Dirty Ore
    type: item
    material: GRAY_DYE
    display name: <dark_gray>Dirty Ore
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1
    - <gold>  
    - <red><&o>You're unable to see what kind of 
    - <red><&o>ore this is because of how dirty it is..
    - <red><&o>you should bring it to a <green>low class
    - <green>blacksmith<red><&o> to try and refine it
    - <red><&o>to find out what it is!
    no_id: false
ID404: #Refining Powder
    type: item
    material: PINK_DYE
    display name: <light_purple>Refining Powder
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1
    - <gold>   
    - <red><&o>This powder is required in all lower tier
    - <red><&o>refining attempts, it can be bought at all
    - <red><&o>lower tier blacksmiths.
    no_id: false
ID405: #Coal Chunk
    type: item
    material: COAL
    display name: <gray><bold><&n>Coal Chunk
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <gold>   
    - <red><&o>Coal chunks can be obtained from
    - <red><&o>refining <dark_gray>dirty ore<red><&o>, <green>used in crafting
    - <green>and refining items<red><&o>.
    no_id: false
ID406: #Iron Piece
    type: item
    material: light_gray_dye
    display name: <gray>Iron Piece
    lore:
    - <gold>Item Tier | <gray>2.5
    - <dark_purple>Value rank | <gray>3
    - <gold>   
    - <red><&o>Iron pieces is a rare find in dirty ores
    - <red><&o>and can be <green>smelted into a 
    - <green>Iron Bar or Chain Piece<red><&o>, <red><&o>which can then be crafted
    - <red><&o>into items, armor or weapons.
    no_id: false
ID407: #Iron Bar
    type: item
    material: IRON_INGOT
    display name: <aqua><bold><&n>Iron Bar
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>3.5
    - <gold>   
    - <red><&o>Iron bars can be created by smelting
    - <red><&o>iron pieces, <green>It's used in different
    - <green>crafting recipes.
    no_id: false
ID408: #Enchanted Coal Chunk
    type: item
    material: CHARCOAL
    display name: <gray><bold><&n>Enchanted Coal Chunk
    lore:
    - <gold>Item Tier | <blue>2
    - <dark_purple>Value rank | <dark_aqua>3
    - <gold>   
    - <red><&o>Enchanted Coal Chunks is the
    - <red><&o>slag product of a <green>failed refining
    - <green>attempt while using <dark_purple><bold><&n>lucky powder<red><&o>. 
    - <red><&o>a part of the luck powders effect is
    - <red><&o>stored in the coal chunk.
    no_id: false
ID409: #Tier One Handle
    type: item
    material: STICK
    display name: <dark_green>Tier 1 Handle
    lore:
    - <gold>Item Tier | <gray>1
    - <dark_purple>Value rank | <gray>1.5
    - <&o>
    - <red><&o>This item is needed when you create
    - <red><&o>any kind of weapon or tool of
    - <green>tier 1 class<red><&o>.
    no_id: false
ID410: #Tier Two Handle
    type: item
    material: STICK
    display name: <dark_green>Tier 2 Handle
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>2.5
    - <&o>
    - <red><&o>This item is needed when you create
    - <red><&o>any kind of weapon or tool of
    - <green>tier 2 class<red><&o>.
    no_id: false
ID411: #Tier Three Handle
    type: item
    material: STICK
    display name: <dark_green>Tier 3 Handle
    lore:
    - <gold>Item Tier | <gray>3
    - <dark_purple>Value rank | <gray>3.5
    - <&o>
    - <red><&o>This item is needed when you create
    - <red><&o>any kind of weapon or tool of
    - <green>tier 3 class<red><&o>.
    no_id: false
ID412: #Tier Four Handle
    type: item
    material: BLAZE_ROD
    display name: <dark_green>Tier 4 Handle
    lore:
    - <gold>Item Tier | <gray>4
    - <dark_purple>Value rank | <gray>4.5
    - <&o>
    - <red><&o>This item is needed when you create
    - <red><&o>any kind of weapon or tool of
    - <green>tier 4 class<red><&o>.
    no_id: false
ID413: #Tier Five Handle
    type: item
    material: BLAZE_ROD
    display name: <dark_green>Tier 5 Handle
    lore:
    - <gold>Item Tier | <gray>5
    - <dark_purple>Value rank | <gray>5.5
    - <&o>
    - <red><&o>This item is needed when you create
    - <red><&o>any kind of weapon or tool of
    - <green>tier 5 class<red><&o>.
    no_id: false
ID414: #Chain Piece
    type: item
    material: IRON_FENCE
    display name: <gray><&n>Chain Piece
    lore:
    - <gold>Item Tier | <gray>2
    - <dark_purple>Value rank | <gray>2
    - <&o>
    - <red><&o>This item can be used to <green>craft
    - <green>chain armory<red><&o> at a blacksmith.
    no_id: false
ID415: #Tier 1 Backpack x 18 - 9x2
    type: item
    material: 422 #command minecart
    display name: <dark_aqua>[<gold> Tier 1 <red>| <dark_purple>Backpack<dark_aqua>]
    lore:
    - <gold>Unique Tier | <gray>1
    - <&o>
    - <red><&o>A backpack that can store
    - <red><&o>more items for you!
    - <&o>
    - <blue>Bound to <red>| <dark_red><player.name>
    bound: true
    no_id: false
ID416: #Tier 1 Backpack x 27 - 9x3
    type: item
    material: 422 #command minecart
    display name: <dark_aqua>[<gold> Tier 2 <red>| <dark_purple>Backpack<dark_aqua>]
    lore:
    - <gold>Unique Tier | <gray>2
    - <&o>
    - <red><&o>A backpack that can store
    - <red><&o>more items for you!
    - <&o>
    - <blue>Bound to <red>| <dark_red><player.name>
    bound: true
    no_id: false
ID417: #Tier 1 Backpack x 36 - 9x4
    type: item
    material: 422 #command minecart
    display name: <dark_aqua>[<gold> Tier 3 <red>| <dark_purple>Backpack<dark_aqua>]
    lore:
    - <gold>Unique Tier | <gray>3
    - <&o>
    - <red><&o>A backpack that can store
    - <red><&o>more items for you!
    - <&o>
    - <blue>Bound to <red>| <dark_red><player.name>
    bound: true
    no_id: false
ID418: #Tier 1 Backpack x 45 - 9x5
    type: item
    material: 422 #command minecart
    display name: <dark_aqua>[<gold> Tier 4 <red>| <dark_purple>Backpack<dark_aqua>]
    lore:
    - <gold>Unique Tier | <gray>4
    - <&o>
    - <red><&o>A backpack that can store
    - <red><&o>more items for you!
    - <&o>
    - <blue>Bound to <red>| <dark_red><player.name>
    bound: true
    no_id: false
ID419: #Tier 1 Backpack x 54 - 9x6
    type: item
    material: 422 #command minecart
    display name: <dark_aqua>[<gold> Tier 5 <red>| <dark_purple>Backpack<dark_aqua>]
    lore:
    - <gold>Unique Tier | <gray>5
    - <&o>
    - <red><&o>A backpack that can store
    - <red><&o>more items for you!
    - <&o>
    - <blue>Bound to <red>| <dark_red><player.name>
    bound: true
    no_id: false