bearbear12345

MCF | Generic | Quotation Closing

Feb 26th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.04 KB | None | 0 0
  1. # 26/02/2015
  2. # RE: http://www.minecraftforum.net/forums/support/server-support/server-administration/2368062-need-help-with-a-yml-file#c1   
  3. # Fix broken YAML
  4. #
  5. # Word of advice: Make sure you remember to OPEN and CLOSE your quotation marks, and INDENT correctly - bearbear12345
  6. #
  7.  
  8. "14:0": #Copper Ore
  9.   respawn: 5
  10.   1:
  11.     chance: 100
  12.     maxDrop: 4
  13.     minDrop: 1
  14.     dropsID: "14"
  15.     customName: "Copper Ore"
  16.     customLore: "§6Item Level: 10_:_§fSell Price: 5"
  17. "82:0": #Clay block
  18.   respawn: 5
  19.   1:
  20.     chance: 100
  21.     maxDrop: 8
  22.     minDrop: 4
  23.     dropsID: "337"
  24. "16:0": #Silver Ore
  25.   respawn: 5
  26.   1:
  27.     chance: 100
  28.     maxDrop: 2
  29.     minDrop: 1
  30.     dropsID: "16"
  31.     customName: "§aSilver Ore"
  32.     customLore: "§6Item Level: 10_:_§fSell Price: 75" # "_:_" is line separator!
  33. "56:0": #Iron Ore
  34.   respawn: 5
  35.   1:
  36.     chance: 100
  37.     maxDrop: 3
  38.     minDrop: 1
  39.     dropsID: "56"
  40.     customName: "Iron Ore"
  41.     customLore: "§6Item Level: 30_:_§fSell Price: 150"
  42. "129:0": #Emerald ore
  43.   respawn: 5
  44.   1:
  45.     chance: 100
  46.     maxDrop: 2
  47.     minDrop: 1
  48.     dropsID: "129"
  49.     customName: "§aGold Ore"
  50.     customLore: "§6Item Level: 25_:_§fSell Price: 500"
  51. "15:0": #Tin Ore
  52.   respawn: 5
  53.   1:
  54.     chance: 100
  55.     maxDrop: 4
  56.     minDrop: 1
  57.     dropsID: "15"
  58.     customName: "Tin Ore"
  59.     customLore: "§6Item Level: 10_:_§fSell Price: 25" # "_:_" is line separator!"
  60. "91:0": #Jack o lantern
  61.   respawn: 5
  62.   1:
  63.     chance: 100
  64.     maxDrop: 1
  65.     minDrop: 1
  66.     dropsID: "91"
  67. "21:0": #Mithril Ore
  68.   respawn: 5
  69.   1:
  70.     chance: 100
  71.     maxDrop: 2
  72.     minDrop: 1
  73.     dropsID: "21"
  74.     customName: "Mithril Ore"
  75.     customLore: "§6Item Level: 40_:_§fSell Price: 250"
  76.  
  77. "103:0": #Melon block
  78.   respawn: 5
  79.   1:
  80.     chance: 100
  81.     maxDrop: 8
  82.     minDrop: 1
  83.     dropsID: "360"
  84.   2:
  85.     chance: 25
  86.     maxDrop: 2
  87.     minDrop: 1
  88.     dropsID: "362"
  89. "153:0": #Thorium Ore
  90.   respawn: 5
  91.   1:
  92.     chance: 100
  93.     maxDrop: 1
  94.     minDrop: 1
  95.     dropsID: "153"
  96.     customName: "Thorium Ore"
  97.     customLore: "§6Item Level: 40_:_§fSell Price: 250"
  98. "49:0": #Obsidian
  99.   respawn: 5
  100.   1:
  101.     chance: 100
  102.     maxDrop: 2
  103.     minDrop: 1
  104.     dropsID: "49"
  105. "86:0": #Pumpkin
  106.   respawn: 5
  107.   1:
  108.     chance: 100
  109.     maxDrop: 1
  110.     minDrop: 1
  111.     dropsID: "86"
  112. "73:0": #Truesilver Ore
  113.   respawn: 5
  114.   1:
  115.     chance: 100
  116.     maxDrop: 1
  117.     minDrop: 1
  118.     dropsID: "73"
  119.     customName: "§aTruesilver Ore"
  120.     customLore: "§6Item Level: 40_:_§fSell Price: 500"
  121. "38:0": #Red rose
  122.   respawn: 5
  123.   1:
  124.     chance: 100
  125.     maxDrop: 2
  126.     minDrop: 1
  127.     dropsID: "38"
  128. "83:0": #Sugar cane block
  129.   respawn: 5
  130.   1:
  131.     chance: 100
  132.     maxDrop: 2
  133.     minDrop: 1
  134.     dropsID: "338"
  135. "30:0": #Spider web
  136.   respawn: 5
  137.   1:
  138.     chance: 100
  139.     maxDrop: 2
  140.     minDrop: 1
  141.     dropsID: "30"
  142. "37:0": #Yellow flower
  143.   respawn: 5
  144.   1:
  145.     chance: 100
  146.     maxDrop: 2
  147.     minDrop: 1
  148.     dropsID: "37"
  149. "48:0": #Mossy cobblestone
  150.   respawn: 5
  151.   1:
  152.     chance: 100
  153.     maxDrop: 1
  154.     minDrop: 1
  155.     dropsID: "48"
Advertisement
Add Comment
Please, Sign In to add comment