Advertisement
Guest User

Config

a guest
Feb 8th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # Please use values from the Material enum - http://jd.bukkit.org/dev/apidocs/org/bukkit/Material.htm
  2. # Please don't touch the reference part unless you're sure you know what you're doing, these blocks are dangerous!
  3. blacklist:
  4. - "BEDROCK"
  5. - "OBSIDIAN"
  6. - "X113"
  7. no-drop:
  8. - LONG_GRASS
  9. reference:
  10. item:
  11. SIGN_POST: SIGN
  12. WALL_SIGN: SIGN
  13. REDSTONE_WIRE: REDSTONE
  14. IRON_DOOR_BLOCK: IRON_DOOR
  15. WOODEN_DOOR: WOOD_DOOR
  16. SUGAR_CANE_BLOCK: SUGAR_CANE
  17. COCOA: 'INK_SACK:3'
  18. BED_BLOCK: BED
  19. DIODE_BLOCK_ON: DIODE
  20. DIODE_BLOCK_OFF: DIODE
  21. REDSTONE_COMPARATOR_ON: REDSTONE_COMPARATOR
  22. REDSTONE_COMPARATOR_OFF: REDSTONE_COMPARATOR
  23. NETHER_WARTS: NETHER_STALK
  24. CARROT: CARROT_ITEM
  25. POTATO: POTATO_ITEM
  26. CAKE_BLOCK: CAKE
  27. CROPS: WHEAT
  28. PUMPKIN_STEM: PUMPKIN_SEEDS
  29. MELON_STEM: MELON_SEEDS
  30. BREWING_STAND: BREWING_STAND_ITEM
  31. CAULDRON: CAULDRON_ITEM
  32. LEAVES: LEAVES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement