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-pomoc w konfiguracji !


Rekomendowane odpowiedzi

Opublikowano

Witam. Od pewnego czasu męczę się z OtherDropsem. Ciagle nie działa, nie jest to wina pluginu, gdyż config kumpla działa prawidłowo. Proszę o pomoc z tym plikiem:

 

DO ZAMKNIĘCIA !!! PROBLEMEM BYŁ KOLOROWY MESSAGE

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4 Niestety ten surowiec, nie wylatuje z tej rudy!
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!
    STONE:
        - drop: DIAMOND
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<20"
          chance: 0.35
          quantity: 1
          message: &6&l Brawo! &3&l Znalazles %q diament/ow!
        - drop: GOLD_ORE
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<30"
          chance: 0.75
          quantity: 1
          message: &6&l Brawo! &e&l Znalazles %q rude/y zlota!
        - drop: DIAMOND
          tool: [ANY, 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: GOLD_ORE
          tool: [ANY, 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: DIAMOND
          tool: [ANY, 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: IRON_ORE
          tool: [ANY, 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: DIAMOND
          tool: [ANY, 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: IRON_ORE
          tool: [ANY, 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: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<25"
          chance: 0.3
          quantity: 1
          message: &6&l Brawo! &a&l Znalazles %q szmaragd!
          Biome: EXTREME_HILLS
    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.
        - drop: EMERALD
          tool: [ANY, 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: 1
    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

1377531174-U173186.png


Opublikowano

Teraz powinno dzziałać:

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&4 Niestety ten surowiec, nie wylatuje z tej rudy!"
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&4&l Niestety ten surowiec, nie wylatuje z tej rudy!"
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&4&l Niestety ten surowiec, nie wylatuje z tej rudy!"
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&4&l Niestety ten surowiec, nie wylatuje z tej rudy!"
    STONE:
        - drop: DIAMOND
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<20"
          chance: 0.35
          quantity: 1
          message: "&6&l Brawo! &3&l Znalazles %q diament/ow!"
        - drop: GOLD_ORE
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<30"
          chance: 0.75
          quantity: 1
          message: "&6&l Brawo! &e&l Znalazles %q rude/y zlota!"
        - drop: DIAMOND
          tool: [ANY, 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: GOLD_ORE
          tool: [ANY, 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: DIAMOND
          tool: [ANY, 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: IRON_ORE
          tool: [ANY, 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: DIAMOND
          tool: [ANY, 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: IRON_ORE
          tool: [ANY, 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: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<25"
          chance: 0.3
          quantity: 1
          message: "&6&l Brawo! &a&l Znalazles %q szmaragd!"
          Biome: EXTREME_HILLS
    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."
        - drop: EMERALD
          tool: [ANY, 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: 1
    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

Pomogłem?? Kliknij Lubię To

Opublikowano


include-files:

aliases:

defaults:

otherdrops:

DIAMOND_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

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

GOLD_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!

IRON_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!

EMERALD_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: &4&l Niestety ten surowiec, nie wylatuje z tej rudy!

STONE:

- drop: DIAMOND

tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]

height: "<20"

chance: 0.35%

quantity: 1

message: &6&l Brawo! &3&l Znalazles %q diament/ow!

- drop: GOLD_ORE

tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]

height: "<30"

chance: 0.75%

quantity: 1

message: &6&l Brawo! &e&l Znalazles %q rude/y zlota!

- drop: DIAMOND

tool: [ANY, 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: GOLD_ORE

tool: [ANY, 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: DIAMOND

tool: [ANY, 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: IRON_ORE

tool: [ANY, 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: DIAMOND

tool: [ANY, 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: IRON_ORE

tool: [ANY, 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: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]

height: "<25"

chance: 0.3%

quantity: 1

message: &6&l Brawo! &a&l Znalazles %q szmaragd!

Biome: EXTREME_HILLS

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.

- drop: EMERALD

tool: [ANY, 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: 1

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

1394047278-U990178.png

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...