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


adamiak2

Rekomendowane odpowiedzi

Opublikowano

Siemka mam taki problem że oganiałem w other dropsie fortune i mi nie działa. Co się dzieje gdy wykopie bez fortuny to dropi jak bym miał fortune oto kod liczę na szybką pomoc;

include-files:
aliases:
defaults:
otherdrops:
   DIAMOND_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: '&3Drop z kamienia'
   GOLD_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: '&3Drop z kamienia'
   IRON_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: '&3Drop z kamienia'
   EMERALD_ORE:
     - replacementblock: STONE
       drop: NOTHING
       tool: [ANY]
       message: '&3Drop z kamienia'
   STONE:
     - drop: Diamond 
       tool: [ANY_PICKAXE]
       chance: 5.50
       quantity: 1
       message: '&bZnalazles Diamenta !'
     - drop: BOOKSHELF
       tool: [ANY_PICKAXE]
       chance: 1.50
       quantity: 1
       message: '&5Znalazles Biblioteczke !'
     - drop: Apple
       tool: [ANY_PICKAXE]
       chance: 2.50
       quantity: 1
       message: '&4Znalazles Jablko!'
     - drop: Iron_ingot
       tool: [ANY_PICKAXE]
       chance: 5.0
       quantity: 1
       message: '&7Znalazles Zelazo !'
     - drop: Gold_ingot
       tool: [ANY_PICKAXE]
       chance: 4.50
       quantity: 1
       message: '&eZnalazles Zloto !'
     - drop: Coal
       tool: [ANY_PICKAXE]
       chance: 6.50
       quantity: 1
       message: '&8Znalazles Wegiel'
     - drop: Emerald
       tool: [ANY_PICKAXE]
       chance: 3.50
       quantity: 1
       message: '&2Znalazles Emeralda !'
     - drop: Gunpowder
       tool: [ANY_PICKAXE]
       chance: 2.5
       quantity: 1
       message: '&7Znalazles Proch !'
     - drop: Obsidian
       tool: [ANY_PICKAXE]
       chance: 3.50
       quantity: 1
       message: '&9Znalazles Obsydian!'
     - drop: Sand
       tool: [ANY_PICKAXE]
       chance: 9.50
       quantity: 1
       message: '&9Znalazles piasek!'
     - drop: Diamond 
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 5.50
       quantity: 2
       message: '&bZnalazles Diamenty !'
     - drop: BOOKSHELF
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 1.50
       quantity: 2
       message: '&5Znalazles Biblioteczki !'
     - drop: Apple
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 2.50
       quantity: 2
       message: '&4Znalazles Jablka!'
     - drop: Iron_ingot
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 5.0
       quantity: 2
       message: '&7Znalazles kilka sztabek Zelaza !'
     - drop: Gold_ingot
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 4.50
       quantity: 2
       message: '&eZnalazles kilka sztabek Zlota !'
     - drop: Coal
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 6.50
       quantity: 2
       message: '&8Znalazles Wegiel'
     - drop: Emerald
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 3.50
       quantity: 2
       message: '&2Znalazles Emeraldy !'
     - drop: Gunpowder
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 2.5
       quantity: 3
       message: '&7Znalazles Proch !'
     - drop: Obsidian
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 3.50
       quantity: 2
       message: '&9Znalazles kilka sztuk Obsydianu !'
     - drop: Sand
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
       chance: 9.50
       quantity: 2
       message: '&9Znalazles piasek!'
     - drop: Diamond 
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 5.50
       quantity: 4
       message: '&bZnalazles Diamenty !'
     - drop: BOOKSHELF
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 1.50
       quantity: 4
       message: '&5Znalazles Biblioteczki !'
     - drop: Apple
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 2.50
       quantity: 4
       message: '&4Znalazles Jablka!'
     - drop: Iron_ingot
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 5.0
       quantity: 4
       message: '&7Znalazles kilka sztabek Zelaza !'
     - drop: Gold_ingot
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 4.50
       quantity: 4
       message: '&eZnalazles kilka sztabek Zlota !'
     - drop: Coal
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 6.50
       quantity: 4
       message: '&8Znalazles Wegiel'
     - drop: Emerald
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 3.50
       quantity: 1
       message: '&2Znalazles Emeraldy !'
     - drop: Gunpowder
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 2.5
       quantity: 4
       message: '&7Znalazles Proch !'
     - drop: Obsidian
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 3.50
       quantity: 4
       message: '&9Znalazles kilka sztuk Obsydianu !'
     - drop: Sand
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
       chance: 9.50
       quantity: 4
       message: '&9Znalazles piasek!'
       ##3
     - drop: Diamond 
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 5.50
       quantity: 1
       message: '&bZnalazles Diamenty !'
     - drop: BOOKSHELF
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 1.50
       quantity: 1
       message: '&5Znalazles Biblioteczki !'
     - drop: Apple
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 2.50
       quantity: 1
       message: '&4Znalazles Jablka!'
     - drop: Iron_ingot
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 5.0
       quantity: 1
       message: '&7Znalazles kilka sztabek Zelaza !'
     - drop: Gold_ingot
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 4.50
       quantity: 1
       message: '&eZnalazles kilka sztabek Zlota !'
     - drop: Coal
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 6.50
       quantity: 1
       message: '&8Znalazles Wegiel'
     - drop: Emerald
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 3.50
       quantity: 1
       message: '&2Znalazles Emeraldy !'
     - drop: Gunpowder
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 2.5
       quantity: 1
       message: '&7Znalazles Proch !'
     - drop: Obsidian
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 3.50
       quantity: 1
       message: '&9Znalazles kilka sztuk Obsydianu !'
     - drop: Sand
       tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
       chance: 9.50
       quantity: 1
       message: '&9Znalazles piasek!'
       

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...