JustPaste.it

include-files:
##########
# The plugin will scan through and load these files after loading the main config below.
# Note: drops from included files will are inclusive and will ANY be added to the drop list.
##########
# - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops
# - includes/od-Goldtools-basic.yml # ANYow Gold tools chance to get ice, glowstone and grass
# - includes/od-Goldtools-smelt.yml # Gold-pickaxe smelts ores to ingots, sand to glass, etc
# - includes/od-ore_extraction.yml # ANYow ores to be "extracted" - leaving behind the stone
# - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very smANY chance of Golden apple)
# - includes/od-playerdeath_zombie.yml # players drop zombies on death
# - includes/od-undead_chaos.yml # the undead shANY rise again! Includes players dropping zombies/skeletons
# - includes/od-random_examples.yml # For crazy testing only :) Read through examples before activating.
# - includes/od-dyewool.yml # Dye wool after placing!
# - includes/od-stop_mob_farms.yml # Stop mob farming!

## Other users overhauls
# - includes/overhaul-catbANYs.yml # great example/playable config from CatbANYs (disable "ob" configs before using this one, otherwise you might have too mANY drops)
# - includes/overhaul-zarius.yml # Zar's messy config (I run this with no other includes, at the moment)

## Add your files here (alternatively just add your custom drops to the bottom of this file)
# - my_custom_file1.yml


aliases:
##########
# add custom YAML aliases here (advanced customisation) - see the wiki for more information

defaults:
##########
# add default values for the config below, "include-files" have their own "defaults" sections


otherdrops:
CLAY:
- tool:ANY
drop:SLIME
chance:6
LEAVES:
- action:LEAF_DECAY
drop:stick
chance:25
- tool:ANY_HOE
drop:APPLE
chance:10
LEAVES:
- tool:ANY
drop:stick
chance:25
BOOKSHELF:
- tool:ANY
drop:BOOKSHELF
BOAT:
- tool:ANY
drop:BOAT
GLASS:
- tool:ANY
drop:GLASS
CREEPER:
- tool:ANY
drop:TNT
chance:5
SPIDER:
- tool:ANY_SWORD
drop:WEB
chance:1
ZOMBIE:
- tool:ANY
drop:GOLD_INGOT
quantity:2-3
chance:100
PIG_ZOMBIE:
- tool:ANY
drop:GOLD_INGOT
quantity:3-4
chance:100
SKELETON:
- tool:ANY
drop:GOLD_INGOT
quantity:2-3
chance:100
CREEPER:
- tool:ANY
drop:GOLD_INGOT
quantity:2-3
chance:100
GHAST:
- tool:ANY
drop:GOLD_INGOT
quantity:3-5
chance:100
BLAZE:
- tool:ANY
drop:GOLD_INGOT
quantity:3-5
chance:100
MAGMA_CUBE:
- tool:ANY
drop:GOLD_INGOT
quantity:3-5
chance:100
SLIME:
- tool:ANY
drop:GOLD_INGOT
quantity:1-3
chance:100
SPIDER:
- tool:ANY
drop:GOLD_INGOT
quantity:2-3
chance:100
CAVE_SPIDER:
- tool:ANY
drop:GOLD_INGOT
quantity:2-3
chance:100
GIANT:
- tool:ANY
drop:GOLD_INGOT
quantity:193
chance:100
SILVERFISH:
- tool:ANY
drop:GOLD_INGOT
quantity:1-2
chance:100
ENDERMAN:
- tool:ANY
drop:GOLD_INGOT
quantity:3-5
chance:100
ENDER_DRAGON:
- tool:ANY
drop:GOLD_INGOT
quantity:193
chance:100
IRON_GOLEM:
- tool:ANY
drop:GOLD_INGOT
quantity:64
chance:100
WITHER_SKELETON:
- tool:ANY
drop:GOLD_INGOT
quantity:3-5
chance:100
#### Zombies can rise again as the undead
ZOMBIE:
- tool:ANY
drop:ZOMBIE
quantity:1-2
chance:50
#### Skeletons
SKELETON:
- tool:ANY
drop:SKELETON
quantity:1-2
chance:50

#### Players have a change of dropping 1-2 Zombies or 1-2 Skeletons exclusively
PLAYER:
- tool:ANY
drop:ZOMBIE
quantity:1-2
chance:25
exclusive:1
- tool:ANY
drop:SKELETON
quantity:1-2
chance:25
exclusive:1
##########
# Your changes here, or create a new .yml file and include it above in the "include-files" section
# Explore the included config files for mANY more examples
#
# If make a interesting or crazy config let me know on the forum and I might include it in the next release.
#
# Example:
# GLASS:
# - drop: GLASS
#
# - drop: MONEY
# quantity: 100-15
# message: You recycled the glass for %q dollars.