Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 all be added to the drop list.
- ##########
- # - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops
- # - includes/od-goldtools-basic.yml # allow 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 # allow ores to be "extracted" - leaving behind the stone
- # - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
- # - includes/od-playerdeath_zombie.yml # players drop zombies on death
- # - includes/od-undead_chaos.yml # the undead shall 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-catballs.yml # great example/playable config from Catballs (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:
- STONE:
- - drop: xp
- tool: [ANY]
- chance: 75
- quantity: 1-2
- - drop: DIAMOND
- chance: 0.40
- message: "&7Znaleziono: &b[%q] Diament&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-2
- - drop: IRON_INGOT
- chance: 0.5
- message: "&7Znaleziono: &f[%q] Zelazo&7!"
- tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-3
- - drop: EMERALD
- chance: 0.40
- message: "&7Znaleziono: &a[%q] Emerald&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-3
- - drop: GOLD_INGOT
- chance: 0.60
- message: "&7Znaleziono: &6[%q] Zloto&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1
- - drop: DIRT
- chance: 1.0
- message: "&7Znaleziono: &e[%q] Ziemie&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-4
- - drop: 17
- chance: 1.2
- message: "&7Znaleziono: &8[%q] Drewno&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-4
- - drop: Spawner
- chance: 0.05
- message: "&7Znaleziono: &c[%q] Spawner&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-2
- - drop: 352
- chance: 1.4
- message: "&7Znaleziono: &f[%q] Kosc&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-4
- COBBLESTONE:
- - drop: xp
- tool: [ANY]
- chance: 75
- quantity: 1-2
- - drop: DIAMOND
- chance: 0.20
- message: "&7Znaleziono: &b[%q] Diament&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-2
- - drop: IRON_INGOT
- chance: 0.5
- message: "&7Znaleziono: &f[%q] Zelazo&7!"
- tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-3
- - drop: EMERALD
- chance: 0.20
- message: "&7Znaleziono: &a[%q] Emerald&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-3
- - drop: GOLD_INGOT
- chance: 0.30
- message: "&7Znaleziono: &6[%q] Zloto&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1
- - drop: DIRT
- chance: 0.5
- message: "&7Znaleziono: &e[%q] Ziemie&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-4
- - drop: 17
- chance: 0.6
- message: "&7Znaleziono: &8[%q] Drewno&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-4
- - drop: Spawner
- chance: 0.01
- message: "&7Znaleziono: &c[%q] Spawner&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-2
- - drop: 352
- chance: 0.7
- message: "&7Znaleziono: &f[%q] Kosc&7!"
- tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
- quantity: 1-4
Advertisement
Add Comment
Please, Sign In to add comment