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

[Pytanie] OtherDrop


Rekomendowane odpowiedzi

Opublikowano

Jak ustawić aby dropiło i z stone'a i z rud.  

 

  Mój konfig.

 

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, DIAMOND_PICKAXE]
          chance: 2.8
          quantity: 1
          message: 'Gratulacje! &6Znalazles &bdiaxa!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 1.2
          quantity: 1-4
          message: Gratulacje! Znalazles kilka DIAMENTOW!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 6
          quantity: 1
          message: 'Gratulacje! &6Znalazles &ezloto!'
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<30"
          chance: 2.5
          quantity: 1-3
          message: Gratulacje! Znalazles kilka SZTABEK ZLOTA!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<65"
          chance: 10
          quantity: 1
          message: 'Gratulacje! &6Znalazles &7zelazo!'
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<65"
          chance: 3
          quantity: 1-4
          message: Gratulacje! Znalazles kilka SZTABEK ZELAZA!
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<20"
          chance: 2.5
          quantity: 1
          message: 'Gratulacje! &6Znalazles &aszmaragd!'
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 1.5
          quantity: 1-4
          message: Gratulacje znalazles SZMARAGDY!
        - drop: xp
          tool: [ANY_PICKAXE]
          quantity: 8-12

EDIT: Czy wystarczy czy usune DIAMOND_ORE itp?

Opublikowano

Dokładnie tak. Usuń tą część:

    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!

Żeby zostało tylko to:

include-files:
aliases:
defaults:
otherdrops:
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2.8
          quantity: 1
          message: 'Gratulacje! &6Znalazles &bdiaxa!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 1.2
          quantity: 1-4
          message: Gratulacje! Znalazles kilka DIAMENTOW!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 6
          quantity: 1
          message: 'Gratulacje! &6Znalazles &ezloto!'
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<30"
          chance: 2.5
          quantity: 1-3
          message: Gratulacje! Znalazles kilka SZTABEK ZLOTA!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<65"
          chance: 10
          quantity: 1
          message: 'Gratulacje! &6Znalazles &7zelazo!'
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<65"
          chance: 3
          quantity: 1-4
          message: Gratulacje! Znalazles kilka SZTABEK ZELAZA!
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<20"
          chance: 2.5
          quantity: 1
          message: 'Gratulacje! &6Znalazles &aszmaragd!'
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 1.5
          quantity: 1-4
          message: Gratulacje znalazles SZMARAGDY!
        - drop: xp
          tool: [ANY_PICKAXE]
          quantity: 8-12

Powinno działać ;)

6770714055827651007269.jpeg
Opublikowano

Dokładnie tak. Usuń tą część:

    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!

Żeby zostało tylko to:

include-files:
aliases:
defaults:
otherdrops:
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2.8
          quantity: 1
          message: 'Gratulacje! &6Znalazles &bdiaxa!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 1.2
          quantity: 1-4
          message: Gratulacje! Znalazles kilka DIAMENTOW!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 6
          quantity: 1
          message: 'Gratulacje! &6Znalazles &ezloto!'
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<30"
          chance: 2.5
          quantity: 1-3
          message: Gratulacje! Znalazles kilka SZTABEK ZLOTA!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<65"
          chance: 10
          quantity: 1
          message: 'Gratulacje! &6Znalazles &7zelazo!'
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<65"
          chance: 3
          quantity: 1-4
          message: Gratulacje! Znalazles kilka SZTABEK ZELAZA!
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<20"
          chance: 2.5
          quantity: 1
          message: 'Gratulacje! &6Znalazles &aszmaragd!'
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 1.5
          quantity: 1-4
          message: Gratulacje znalazles SZMARAGDY!
        - drop: xp
          tool: [ANY_PICKAXE]
          quantity: 8-12

Powinno działać ;)

Dzieki za pomoc. Działa :D

|Temat można zamknąć|

 

 

EDIT: Mam jeszcze problem z OtherDrop, otóż to pisze że wydropiłem dany surowiec, ale czasami wypada blisko a czasami znika lub jest dalego, masz jakiś pomysł o co z tym chodzi. Z góry dziękuje jak pomożesz.

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...