Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem]Otherdrops nie działa


Rekomendowane odpowiedzi

Opublikowano

Tak jak w temacie oto mój config ! :

 

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
include-files:
aliases:
defaults:
otherdrops:
DIAMOND_ORE:
- drop: COBBLESTONE
tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&3Diamienty,&2szmaragdy,&6zloto i &8zelazo &7wypada tylko z kamienia!"
EMERALD_ORE:
- drop: COBBLESTONE
tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&3Diamienty,&2szmaragdy,&6zloto i &8zelazo &7wypada tylko z kamienia!"
GOLD_ORE:
- drop: COBBLESTONE
tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&3Diamienty,&2szmaragdy,&6zloto i &8zelazo &7wypada tylko z kamienia!"
IRON_ORE:
- drop: COBBLESTONE
tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&3Diamienty,&2szmaragdy,&6zloto i &8zelazo &7wypada tylko z kamienia!"
Stone:
- drop: DIAMOND
tool: [DIAMOND_PICKAXE]
chance: 0.7
height: "<15"
message: "&6Gratulacje znalazles &3Diament!"
- drop: DIAMOND
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
quantity: 1-4
chance: 0.7
height: "<15"
message: "&6Gratulacje znalazles &3Diamenty!"
- drop: EMERALD
tool: [DIAMOND_PICKAXE]
chance: 0.8
height: "<15"
biome: EXTREME_HILLS
message: "&6Gratulacje znalazles &2Szmaragd!"
- drop: EMERALD
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 0.6
quantity: 2-4
height: "<15"
biome: EXTREME_HILLS
message: "&6Gratulacje znalazles &2Szmaragdy!"
- drop: GOLD_ORE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
chance: 1.5
height: "<30"
message: "&6Gratulacje znalazles &6Zloto!"
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 1.3
quantity: 2-4
height: "<30"
message: "&6Gratulacje znalazles &6Zloto!"
- drop: IRON_ORE
tool: [sTONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
chance: 2
message: "&6Gratulacje znalazles &8Zelazo!"
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 1.8
quantity: 2-4
message: "&6Gratulacje znalazles &8Zelazo!"
- drop: BOOK
tool: [DIAMOND_PICKAXE]
chance: 1
height: "<30"
message: "&6Gratulacje znalazles &9Ksiazke!"
- drop: BOOK
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 0.8
quantity: 2-4
height: "<30"
message: "&6Gratulacje znalazles &9Ksiazki!"
- drop: ENDER_PEARL
tool: [DIAMOND_PICKAXE]
chance: 0.5
height: "<15"
biome: EXTREME_HILLS
message: "&6Gratulacje znalazles &bPerle!"
- drop: ENDER_PEARL
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 0.3
quantity: 2-4
height: "<15"
biome: EXTREME_HILLS
message: "&6Gratulacje znalazles &bPerly!"
- drop: GUNPOWDER
tool: [DIAMOND_PICKAXE]
chance: 2.1
message: "&6Gratulacje znalazles &7Proch!"
- drop: GUNPOWDER
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 1.9
quantity: 2-4
message: "&6Gratulacje znalazles &7Proch!"
- drop: xp
tool: ANY
chance: 75
quantity: 1-2
otherdrops:
##########
# 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: 3-15
# message: You recycled the glass for %q dollars.
Opublikowano

do chance musisz po liczbie dodaj %

 

np.

 

    - drop: ENDER_PEARL
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]

          chance: 0.3%

          quantity: 2-4

          height: "<15"

          biome: EXTREME_HILLS

          message: "&6Gratulacje znalazles &bPerly!"

MPC Hejter Team Leader

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...