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] Nie działa OtherDrops.


Rekomendowane odpowiedzi

Opublikowano

Witam.

Mam ustawiony otherdrops ale nic nie dropi

config

    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Niestety ten surowiec, nie wylatuje z tej rudy!
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Niestety ten surowiec, nie wylatuje z tej rudy!
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Niestety ten surowiec, nie wylatuje z tej rudy!
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4 Niestety ten surowiec, nie wylatuje z tej rudy!
    STONE:
        - drop: DIAMOND
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<25"
          chance: 0.5
          quantity: 1
          message: Brawo! &3&l Znalazles %q diament/ow!
       - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<25"
          chance: 0.5
          quantity: 1-2
          message: Brawo! &3&l Znalazles %q diament/ow!
       - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<25"
          chance: 0.5
          quantity: 1-3
          message: Brawo! &3&l Znalazles %q diament/ow!
       - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<25"
          chance: 0.5
          quantity: 1-4
          message: Brawo! &3&l Znalazles %q diament/ow!
        - drop: EMERALD
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<25"
          chance: 0.7
          quantity: 1
          message: Brawo! &a&l Znalazles %q szmaragd!
       - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<25"
          chance: 0.5
          quantity: 1-2
          message: Brawo! &3&l Znalazles %q diament/ow!
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<25"
          chance: 0.7
          quantity: 1-3
          message: Brawo! &a&l Znalazles %q szmaragd!
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<25"
          chance: 0.7
          quantity: 1-4
          message: Brawo! &a&l Znalazles %q szmaragd!
        - drop: GOLD_INGOT
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 1
          quantity: 1
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<30"
          chance: 1
          quantity: 1-2
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<30"
          chance: 1
          quantity: 1-3
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<30"
          chance: 1
          quantity: 1-4
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: IRON_INGOT
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 1
          quantity: 1
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<30"
          chance: 1
          quantity: 1-2
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<30"
          chance: 1
          quantity: 1-3
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<30"
          chance: 1
          quantity: 1-4
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: REDSTONE
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 1
          quantity: 1
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: REDSTONE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<30"
          chance: 1
          quantity: 1-2
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: REDSTONE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<30"
          chance: 1
          quantity: 1-3
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: REDSTONE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<30"
          chance: 1
          quantity: 1-4
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: SLIMEBALL
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 1
          quantity: 1
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: SLIMEBALL
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<30"
          chance: 1
          quantity: 1-2
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: SLIMEBALL
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<30"
          chance: 1
          quantity: 1-3
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: SLIMEBALL
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<30"
          chance: 1
          quantity: 1-4
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: ENDER_PEARL
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<30"
          chance: 1
          quantity: 1
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: ENDER_PEARL
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<30"
          chance: 1
          quantity: 1-2
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: ENDER_PEARL
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<30"
          chance: 1
          quantity: 1-3
          message: Brawo! &e&l Znalazles %q rudy zlota!
        - drop: ENDER_PEARL
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<30"
          chance: 1
          quantity: 1-4
          message: Brawo! &e&l Znalazles %q rudy zlota!

 

272521459542159815554.gif

Opublikowano

Być może nieaktualna wersja bukkita, mi pomogło w ten sposób, że skorzystałem po prostu z autorskiego skryptu, powtarzam skryptu na drop/

Opublikowano

W message daj tak: 'Wiadomosc jak dropnie '

Wazne jest to

Na początku Pomyślałem, że to takie, no że nie wiem. No .

Na początku Pomyślałem, że no nie wiem co z tym zrobię, a potem sobie pomyślałem.
o Zapale i zapaliłem i tyle.

tatuaz-marihuana.jpg

Opublikowano

Słuchaj podeśle ci moje prywatne other drops na pw ;) jak nie będzie działać to masz coś zepsute w pluginie albo w serwerze

Jeżeli pomogłem, daj + Ciebie nic nie kosztuje Mi znaczy wiele.

 

 

 

 

 

 

 

Zachęcam do podsyłania pomysłów na film jako poradniki na YouTube

 

Opublikowano

zamiast message: &4 Niestety ten surowiec, nie wylatuje z tej rudy! zrob : message: '&4 Niestety ten surowiec, nie wylatuje z tej rudy!'

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...