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! PILNE!


Rekomendowane odpowiedzi

Opublikowano

Mam problem z other dropsem. Już wszystko skonfigurowałem, lecz nadal nie działa. To znaczy nadal dropi żelazo z rudy żelaza

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:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER]
          height: ["<20"]		  
          message: Niestety, &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia!.
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER] 
          message: Niestety, &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia!.
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER] 
          message: Niestety, &aszmaragdy &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia!.
otherdrops:
    DIAMOND_ORE:
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4 Niestety ten surowiec, nie wylatuje z tej rudy!
    GOLD_ORE:
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!
    IRON_ORE:
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!
    EMERALD_ORE:
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<20"
          chance: 0.35
          quantity: 1
          message: &6&l Brawo! &3&l Znalazles %q diament/ow!
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<20"
          chance: 0.35
          quantity: 2
          message: &6&l Brawo! &3&l Znalazles %q diamenty/ow!
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<20"
          chance: 0.35
          quantity: 2
          message: &6&l Brawo! &3&l Znalazles %q diamenty/ow!
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<20"
          chance: 0.35
          quantity: 3-4
          message: &6&l Brawo! &3&l Znalazles %q diamenty/ow!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 0.75
          quantity: 1
          message: &6&l Brawo! &e&l Znalazles %q rude/y zlota!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<30"
          chance: 0.75
          quantity: 2-3
          message: &6&l Brawo! &e&l Znalazles %q rudy zlota!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<64"
          chance: 0.9
          quantity: 1
          message: &6&l Brawo! &f&l Znalazles %q rude/y zelaza!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<64"
          chance: 0.9
          quantity: 2-3
          message: &6&l Brawo! &f&l Znalazles %q rudy zelaza!
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<25"
          chance: 0.3
          quantity: 1
          message: &6&l Brawo! &a&l Znalazles %q szmaragd!
          Biome: EXTREME_HILLS
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 0.3
          quantity: 2-3
          Biome: EXTREME_HILLS
          message: &6 Gratulacje! &a Znalazles %q szmaragdy!
        - drop: xp
          tool: [ANY_PICKAXE]
          quantity: 
    MOB_SPAWNER:
        - drop: SPAWN_EGG@50
          tool: [ANY_PICKAXE]
          chance: 99
          quantity: 1
          message: Super! Znalazles &3Spawner&f! Rozwaliles go, wylecialo z niego jajko potwora.
        - drop: MONEY
          quantity: 1-2
          message: Dostałeś %q dollary.
    CREATURE_ZOMBIE:
        - drop: 384
          tool: [ANY]
          chance: 30
          quantity: 1-2
    CREATURE_SKELETON:
        - drop: 384
          tool: [ANY]
          chance: 30
          quantity: 1-2
    CREATURE_SLIME:
        - drop: 384
          tool: [ANY]
          chance: 30
          quantity: 1-2
    CREATURE_CREEPER:
        - drop: 384
          tool: [ANY]
          chance: 30
          quantity: 1-2
    CREATURE_SPIDER:
        - drop: 384
          tool: [ANY]
          chance: 30
          quantity: 1-2
    CREATURE_ENDER_DRAGON:
        - drop: 384
          tool: [ANY]
          chance: 100
          quantity: 254
##########	
# 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.


1377531174-U173186.png


Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...