KohakuSaintCrown

Untitled

Jun 28th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.70 KB | None | 0 0
  1. #The shape of the recipe in the crafting table is the following:
  2. #[1][2][3] Slot1, Slot2, Slot3
  3. #[4][5][6] Slot4, Slot5, Slot6
  4. #[7][8][9] Slot7, Slot8, Slot9
  5. #The config line called "SlotX: " is the material name, for more info about of the
  6. #bukkit/spigot material names, open this link: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  7. LuckyBlock:
  8.     Slot1: GOLD_BLOCK
  9.     Slot2: GOLD_BLOCK
  10.     Slot3: GOLD_BLOCK
  11.     Slot4: GOLD_BLOCK
  12.     Slot5: DROPPER
  13.     Slot6: GOLD_BLOCK
  14.     Slot7: GOLD_BLOCK
  15.     Slot8: GOLD_BLOCK
  16.     Slot9: GOLD_BLOCK
  17. ExplosiveBow:
  18.     Slot5: BOW
  19.     Slot7: REDSTONE
  20.     Slot8: BLAZE_POWDER
  21.     Slot9: TNT
  22. #Enable/Disable Craftings:
  23. Crafting: true
Add Comment
Please, Sign In to add comment