Advertisement
Guest User

Untitled

a guest
Jul 27th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.15 KB | None | 0 0
  1. kits:
  2.   newbie:
  3.     delay: 3600
  4.     items:
  5.    - stone_sword 1
  6.     - torch 64
  7.     - stone_pickaxe 1
  8.     - stone_shovel 1
  9.     - stone_axe 1
  10.     - bread 10
  11.   fisher:
  12.     delay: 10
  13.     items:
  14.    - fishing_rod 1 durability:1
  15.     - bucket 1
  16.   fighter:
  17.     delay: 10
  18.     items:
  19.    - diamond_sword 1
  20.     - chainmail_helmet 1
  21.     - chainmail_chestplate 1
  22.     - chainmail_leggings 1
  23.     - chainmail_boots 1
  24.     - enchanted_golden_apple 3
  25.   miner:
  26.     delay: 10
  27.     items:
  28.    - diamond_pickaxe 1
  29.     - torch 64
  30.     - leather_helmet 1 color:10511680
  31.     - leather_chestplate 1 color:10511680
  32.     - leather_leggings 1 color:10511680
  33.     - leather_boots 1 color:10511680
  34.     - water_bucket 1
  35.   woodcutter:
  36.     delay: 10
  37.     items:
  38.    - diamond_axe 1
  39.     - leather_helmet 1 color:10511680
  40.     - leather_chestplate 1 color:10511680
  41.     - leather_leggings 1 color:10511680
  42.     - leather_boots 1 color:10511680
  43.   farmer:
  44.     delay: 10
  45.     items:
  46.    - diamond_hoe 1
  47.     - iron_shovel 1
  48.     - bucket 1
  49.     - cocoa_beans 8
  50.     - wheat_seeds 64
  51.     - pumpkin_seeds 8
  52.     - melon_seeds 8
  53.     - beetroot_seeds 8
  54.     - potato 8
  55.     - carrot 8
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement