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


Rekomendowane odpowiedzi

Opublikowano

Witam, mam problem z pluginem Other Drops ( napisany otherdrops-drop.yml w 95% przezemnie, reszta to teksty autora ). Już możecie się domyśleć, że chodzi o drop z stona i z rud ( tak o to właśnie chodzi, podczas rozwalania rudy diamentów wypadają diaxy ( bo tak ma być ) ale nic nie pisz ) macie config :

 

 

include-files: 
aliases:
defaults:
otherdrops:
DIAMOND_ORE:
        - drop: Diamond
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Diamenty dropia tez ze stone, szansa 0.5%'
    GOLD_ORE:
        - drop: GOLD_ORE
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Zloto dropi tez ze stone, szansa 1%'
    IRON_ORE:
        - drop: IRON_ORE
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Zelazo dropi tez ze stone, szansa 3%'
    EMERALD_ORE:
        - drop: EMERALD
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Szmaragdy dropia tez ze stone, szansa to 0.7%'
    COAL_ORE:
        - drop: COAL
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Wegiel dropi tez ze stone, szansa 4%'
    73:
        - drop: 331
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Redstone dropi tez ze stone, szansa 2%'
    74:
        - drop: 331
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Redstone dropi tez ze stone, szansa 2%'
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.5
          quantity: 1-3
          message: '&3Znalazles &3&lDiament&3!'
        - drop: 331
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2
          quantity: 4
          message: '&3Znalazles &c&lRedstone&3!'
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1
          quantity: 2
          message: '&3Znalazles &6&lzloto&3!'
        - drop: IRON_INGOT
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          quantity: 4
          message: '&3Znalazles &7&lzelazo&3!'
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.7
          quantity: 1
          message: '&3Znazlazles &2&lszmaragd&3!'
        - drop: xp
          tool: [ANY_PICKAXE]
          chance: 60
          quantity: 1-2
        - drop: 4
        - drop: COAL
          tool: [ANY_PICKAXE]
          chance: 4
          quantity: 4
          message: '&3Znalazles &8&lwegiel&3!'
        - drop: 21
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          quantity: 2-4
          message: '&3Znalazles &9&lRude lapisu&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 0.6
          quantity: 1-2
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 0.7
          quantity: 2-3
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 0.8
          quantity: 3-4
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 4.2
          quantity: 4-6
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 4.4
          quantity: 5-7
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 4.6
          quantity: 6-8
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 2.4
          quantity: 4-6
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 2.6
          quantity: 5-7
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 2.8
          quantity: 6-8
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
    COBBLESTONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.5
          quantity: 1-3
          message: '&3Znalazles &3&lDiament&3!'
        - drop: 331
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2
          quantity: 4
          message: '&3Znalazles &c&lRedstone&3!'
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1
          quantity: 2
          message: '&3Znalazles &6&lzloto&3!'
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          quantity: 4
          message: '&3Znalazles &7&lzelazo&3!'
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.7
          quantity: 1
          message: '&3Znazlazles &2&lszmaragd&3!'
        - drop: xp
          tool: [ANY_PICKAXE]
          chance: 60
          quantity: 1-2
        - drop: 4
        - drop: COAL
          tool: [ANY_PICKAXE]
          chance: 4
          quantity: 4
          message: '&3Znalazles &8&lwegiel&3!'
        - drop: 21
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          quantity: 2-4
          message: '&3Znalazles &9&lRude lapisu&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 0.6
          quantity: 1-2
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 0.7
          quantity: 2-3
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 0.8
          quantity: 3-4
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 4.2
          quantity: 4-6
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 4.4
          quantity: 5-7
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 4.6
          quantity: 6-8
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 2.4
          quantity: 4-6
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 2.6
          quantity: 5-7
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 2.8
          quantity: 6-8
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'

What The Fuck ? :O


3333603692.png

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...