JustDropMoreBlocks and DropsToInventory Help

Discussion in 'Bukkit Help' started by Ethanl189, Jul 2, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Ethanl189

    Can someone help me make it so where blocks go into my inventory with a fortune aspect to them? Here are my configs
    Drops:
    options:
    general:
    checkVersion: true
    supplySound: true
    verboseLogging: false
    blocks:
    allow: true
    filterMode: whitelist
    useOnlySafeBlocks: true
    fixItemDurability: false
    ignoreEnchantmentBug: false
    entities:
    allow: off
    lists:
    blockFilter:
    # Suggested blocks to add to blacklist filter:
    allowedEntities:
    # a player
    - PLAYER
    # general entities
    - PAINTING
    - ITEM_FRAME
    - MINECART
    - BOAT
    # mobs
    - CREEPER
    - SKELETON
    - SPIDER
    - GIANT
    - ZOMBIE
    - SLIME
    - GHAST
    - PIG_ZOMBIE
    - ENDERMAN
    - CAVE_SPIDER
    - SILVERFISH
    - BLAZE
    - MAGMA_CUBE
    # - ENDER_DRAGON
    - WITHER
    - BAT
    - WITCH
    # animals
    - PIG
    - SHEEP
    - COW
    - CHICKEN
    - SQUID
    - WOLF
    - MUSHROOM_COW
    - SNOWMAN
    - OCELOT
    - IRON_GOLEM
    - VILLAGER
    safeBlocks:
    - STONE
    - DIRT
    - COBBLESTONE
    - WOOD
    - SAPLING
    - SAND
    - GRAVEL
    - 14
    - 15
    - 16
    - LOG
    - SPONGE
    - GLASS
    - LAPIS_ORE
    - LAPIS_BLOCK
    - DISPENSER
    - SANDSTONE
    - NOTE_BLOCK
    - POWERED_RAIL
    - DETECTOR_RAIL
    - WEB
    - LONG_GRASS
    - DEAD_BUSH
    - WOOL
    - YELLOW_FLOWER
    - RED_ROSE
    - BROWN_MUSHROOM
    - RED_MUSHROOM
    - 41
    - 42
    - DOUBLE_STEP
    - STEP
    - BRICK
    - TNT
    - BOOKSHELF
    - MOSSY_COBBLESTONE
    - OBSIDIAN
    - TORCH
    - WOOD_STAIRS
    - CHEST
    - REDSTONE_WIRE
    - 56
    - 57
    - WORKBENCH
    - SOIL
    - FURNACE
    - BURNING_FURNACE
    - SIGN_POST
    - LADDER
    - RAILS
    - COBBLESTONE_STAIRS
    - WALL_SIGN
    - LEVER
    - STONE_PLATE
    - WOOD_PLATE
    - 73
    - GLOWING_REDSTONE_ORE
    - REDSTONE_TORCH_OFF
    - REDSTONE_TORCH_ON
    - STONE_BUTTON
    - CLAY
    - JUKEBOX
    - FENCE
    - PUMPKIN
    - NETHERRACK
    - SOUL_SAND
    - GLOWSTONE
    - JACK_O_LANTERN
    - DIODE_BLOCK_OFF
    - DIODE_BLOCK_ON
    - TRAP_DOOR
    - SMOOTH_BRICK
    - HUGE_MUSHROOM_1
    - HUGE_MUSHROOM_2
    - IRON_FENCE
    - MELON_BLOCK
    - FENCE_GATE
    - BRICK_STAIRS
    - SMOOTH_STAIRS
    - MYCEL
    - WATER_LILY
    - NETHER_BRICK
    - NETHER_FENCE
    - NETHER_BRICK_STAIRS
    - ENCHANTMENT_TABLE
    - BREWING_STAND
    - CAULDRON
    - ENDER_STONE
    - REDSTONE_LAMP_OFF
    - REDSTONE_LAMP_ON
    - WOOD_DOUBLE_STEP
    - WOOD_STEP
    - SANDSTONE_STAIRS
    - 129
    - ENDER_CHEST
    - TRIPWIRE_HOOK
    - TRIPWIRE
    - 133
    - SPRUCE_WOOD_STAIRS
    - BIRCH_WOOD_STAIRS
    - JUNGLE_WOOD_STAIRS
    - COMMAND
    - BEACON
    - COBBLE_WALL
    - WOOD_BUTTON

    JustDropMoreBlocks:

    # JustDropMoreBlocks, Made by Spectre93.
    # The formula for the amount of EXTRA blocks dropped
    # (so in addition to the normal drop) is: Random * FortuneLevel * multiplier
    # Random is a random number from 0 to 1, so you can get 0 extra drops.
    # Here you can adjust the multiplier to get even more drops! (Use a dot and not a comma!)
    multiplier: 1.05

    PLEASE HELP!
     
Thread Status:
Not open for further replies.

Share This Page