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

Konfiguracja mojego OD:
include-files:
aliases:
defaults:
otherdrops:
DIAMOND_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
GOLD_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
IRON_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
EMERALD_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
STONE:
- drop: DIAMOND
tool: [iRON_PICKAXE]
chance: 0.5
quantity: 1
message: Gratulacje! Znalazles DIAMENT!
- drop: DIAMOND
tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 0.7
quantity: 1-4
message: Gratulacje! Znalazles kilka DIAMENTOW!
- drop: GOLD_ORE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
chance: 1.0
quantity: 1
message: Gratulacje! Znalazles ZLOTO!
- drop: GOLD_ORE
tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 1.5
quantity: 1-3
message: Gratulacje! Znalazles kilka SZTABEK ZLOTA!
- drop: IRON_ORE
tool: [sTONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
chance: 2
quantity: 1
message: Gratulacje! Znalazles ZELAZO!
- drop: IRON_ORE
tool: [sTONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 2.5
quantity: 1-4
message: Gratulacje! Znalazles kilka SZTABEK ZELAZA!
- drop: EMERALD
tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
chance: 1
quantity: 1
message: Gratulacje! Znalazles SZMARAGD!
- drop: EMERALD
tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 1.5
quantity: 1-4
message: Gratulacje znalazles SZMARAGDY!
- drop: BLAZE_ROD
tool: [ANY]
chance: 0.75
quantity: 1
message: &4Znalazles blaze roda!
- drop: ENDER_PEARL
tool: [ANY]
chance: 0.9
quantity:
message: &4Znalazles perle!
- drop: xp
tool: [ANY_PICKAXE]
chance: 5
quantity: 1-123
- drop: TNT
tool: [ANY]
chance: 2
quantity: 1-10
SPONGE:
- replacementblock: STONE
drop: 57
tool: [ANY]
chance: 25
quantity: 1-16
- replacementblock: STONE
drop: 133
tool: [ANY]
chance: 30
quantity: 1-16
- replacementblock: STONE
drop: TNT
tool: [ANY]
chance: 50
quantity: 1-256
- replacementblock: STONE
drop: 384
tool: [ANY]
chance: 75
quantity: 64-640
- replacementblock: STONE
drop: 322:1
tool: [ANY]
chance: 5
quantity: 8-32
SKELETON:
- drop: 384
tool: ANY
chance: 25
quantity: 1-64
ZOMBIE:
- drop: 384
tool: ANY
chance: 25
quantity: 1-64
CREEPER:
- drop: 384
tool: ANY
chance: 25
quantity: 1-64

cover.png?dl=0

Opublikowano
include-files:
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE]
          chance: 0.5
          quantity: 1
          message: "Gratulacje! Znalazles DIAMENT!"
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 0.7
          quantity: 1-4
          message: "Gratulacje! Znalazles kilka DIAMENTOW!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1.0
          quantity: 1
          message: "Gratulacje! Znalazles ZLOTO!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 1.5
          quantity: 1-3
          message: "Gratulacje! Znalazles kilka SZTABEK ZLOTA!"
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2
          quantity: 1
          message: "Gratulacje! Znalazles ZELAZO!"
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 2.5
          quantity: 1-4
          message: "Gratulacje! Znalazles kilka SZTABEK ZELAZA!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1
          quantity: 1
          message: "Gratulacje! Znalazles SZMARAGD!"
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 1.5
          quantity: 1-4
          message: "Gratulacje znalazles SZMARAGDY!"
        - drop: BLAZE_ROD
          tool: [ANY]
          chance: 0.75
          quantity: 1
          message: "&4Znalazles blaze roda!"
        - drop: ENDER_PEARL
          tool: [ANY]
          chance: 0.9
          quantity:
          message: "&4Znalazles perle!"
        - drop: xp
          tool: [ANY_PICKAXE]
          chance: 5
          quantity: 1-123
        - drop: TNT
          tool: [ANY]
          chance: 2
          quantity: 1-10
    SPONGE:
        - drop: "57"
          tool: [ANY]
          chance: 25
          quantity: 1-16
        - drop: "133"
          tool: [ANY]
          chance: 30
          quantity: 1-16
        - drop: TNT
          tool: [ANY]
          chance: 50
          quantity: 1-256
        - drop: "384"
          tool: [ANY]
          chance: 75
          quantity: 64-640
        - drop: "322:1"
          tool: [ANY]
          chance: 5
          quantity: 8-32
    SKELETON:
        - drop: "384"
          tool: ANY
          chance: 25
          quantity: 1-64
    ZOMBIE:
        - drop: "384"
          tool: ANY
          chance: 25
          quantity: 1-64
    CREEPER:
        - drop: "384"
          tool: ANY
          chance: 25
          quantity: 1-64

jak nie będzie działać to pisz na pw

Opublikowano
include-files:
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "Diamenty szmaragdy zloto zelazo wypadaja ze STONE!"
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE]
          chance: 0.5
          quantity: 1
          message: "Gratulacje! Znalazles DIAMENT!"
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 0.7
          quantity: 1-4
          message: "Gratulacje! Znalazles kilka DIAMENTOW!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1.0
          quantity: 1
          message: "Gratulacje! Znalazles ZLOTO!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 1.5
          quantity: 1-3
          message: "Gratulacje! Znalazles kilka SZTABEK ZLOTA!"
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2
          quantity: 1
          message: "Gratulacje! Znalazles ZELAZO!"
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 2.5
          quantity: 1-4
          message: "Gratulacje! Znalazles kilka SZTABEK ZELAZA!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1
          quantity: 1
          message: "Gratulacje! Znalazles SZMARAGD!"
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 1.5
          quantity: 1-4
          message: "Gratulacje znalazles SZMARAGDY!"
        - drop: BLAZE_ROD
          tool: [ANY]
          chance: 0.75
          quantity: 1
          message: "&4Znalazles blaze roda!"
        - drop: ENDER_PEARL
          tool: [ANY]
          chance: 0.9
          quantity:
          message: "&4Znalazles perle!"
        - drop: xp
          tool: [ANY_PICKAXE]
          chance: 5
          quantity: 1-123
        - drop: TNT
          tool: [ANY]
          chance: 2
          quantity: 1-10
    SPONGE:
        - drop: "57"
          tool: [ANY]
          chance: 25
          quantity: 1-16
        - drop: "133"
          tool: [ANY]
          chance: 30
          quantity: 1-16
        - drop: TNT
          tool: [ANY]
          chance: 50
          quantity: 1-256
        - drop: "384"
          tool: [ANY]
          chance: 75
          quantity: 64-640
        - drop: "322:1"
          tool: [ANY]
          chance: 5
          quantity: 8-32
    SKELETON:
        - drop: "384"
          tool: ANY
          chance: 25
          quantity: 1-64
    ZOMBIE:
        - drop: "384"
          tool: ANY
          chance: 25
          quantity: 1-64
    CREEPER:
        - drop: "384"
          tool: ANY
          chance: 25
          quantity: 1-64

jak nie będzie działać to pisz na pw

 

Thx pomoglo

cover.png?dl=0

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...