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 z skonfigurowanym pluginem OtherDrops - wypadanie dropu


xavierxcreper

Rekomendowane odpowiedzi

Opublikowano

Czesc, mam taki problem... Otoz mam zainstalowany i skonfigurowany OTHERDROPS i problem dotyczy tego, że gdy niszczę np. rude diamentu to wypada z niej diament mimo iż nie powinien... Moj config:

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &bDIAMENTY &7dropia tylko ze &7STONE!'
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &6ZELAZO &7dropi tylko ze &7STONE!'
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &eZLOTO &7dropi tylko ze &7STONE!'
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &2EMERALDY &7dropia tylko ze &7STONE!'
    COAL_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &0WEGIEL &7dropi tylko ze &7STONE!'
    REDSTONE_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &4REDSTONE &7dropi tylko ze &7STONE!'
	
    STONE:
       - drop: DIAMOND
         tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
         chance: 0.7
         quantity: 1
         message: '&8>> &7Znalazles %q &bDIAMENT&7/&bY&7!'
       - drop: DIAMOND
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
         chance: 0.7
         quantity: 1-2
         message: '&8>> &7Znalazles %q &bDIAMENT&7/&bY&7!'
       - drop: DIAMOND
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
         chance: 0.7
         quantity: 2
         message: '&8>> &7Znalazles %q &bDIAMENT&7/&bY&7!'
       - drop: DIAMOND
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
         chance: 0.7
         quantity: 2-3
         message: '&8>> &7Znalazles %q &bDIAMENT&7/&bY&7!'
       - drop: IRON_ORE
         tool: [IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
         chance: 2.0
         quantity: 1
         message: '&8>> &7Znalazles %q &6ZELAZO&7/&6A&7!'
       - drop: IRON_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1, STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1]
         chance: 2.0
         quantity: 1-2
         message: '&8>> &7Znalazles %q &6ZELAZO&7/&6A&7!'
       - drop: IRON_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2, STONE_PICKAXE@!LOOT_BONUS_BLOCKS#2]
         chance: 2.0
         quantity: 2
         message: '&8>> &7Znalazles %q &6ZELAZO&7/&6A&7!'
       - drop: IRON_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3, STONE_PICKAXE@!LOOT_BONUS_BLOCKS#3]
         chance: 2.0
         quantity: 2-3
         message: '&8>> &7Znalazles %q &6ZELAZO&7/&6A&7!'
       - drop: EMERALD
         tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
         chance: 0.8
         quantity: 1
         message: '&8>> &7Znalazles %q &2EMERALD&7/&2Y&7!'
       - drop: EMERALD
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
         chance: 0.8
         quantity: 1-2
         message: '&8>> &7Znalazles %q &2EMERALD&7/&2Y&7!'
       - drop: EMERALD
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
         chance: 0.8
         quantity: 2
         message: '&8>> &7Znalazles %q &2EMERALD&7/&2Y&7!'
       - drop: EMERALD
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
         chance: 0.8
         quantity: 2-3
         message: '&8>> &7Znalazles %q &2EMERALD&7/&2Y&7!'
       - drop: GOLD_ORE
         tool: [IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
         chance: 1.5
         quantity: 1
         message: '&8>> &7Znalazles %q &eZLOTO&7/&eA&7!'
       - drop: GOLD_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1, STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1]
         chance: 1.5
         quantity: 1-2
         message: '&8>> &7Znalazles %q &eZLOTO&7/&eA&7!'
       - drop: GOLD_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2, STONE_PICKAXE@!LOOT_BONUS_BLOCKS#2]
         chance: 1.5
         quantity: 2
         message: '&8>> &7Znalazles %q &eZLOTO&7/&eA&7!'
       - drop: GOLD_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3, STONE_PICKAXE@!LOOT_BONUS_BLOCKS#3]
         chance: 1.5
         quantity: 2-3
         message: '&8>> &7Znalazles %q &eZLOTO&7/&eA&7!'
       - drop: COAL
         tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
         chance: 3.0
         quantity: 1
         message: '&8>> &7Znalazles %q &WEGIEL&7/&bY&7!'
       - drop: COAL
         tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#1, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
         chance: 3.0
         quantity: 1-2
         message: '&8>> &7Znalazles %q &0WEGIEL&7/&bY&7!'
       - drop: COAL
         tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#2, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
         chance: 3.0
         quantity: 2
         message: '&8>> &7Znalazles %q &0WEGIEL&7/&bY&7!'
       - drop: COAL
         tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS#3, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
         chance: 3.0
         quantity: 2-3
         message: '&8>> &7Znalazles %q &0WEGIEL&7/&bY&7!'
       - drop: REDSTONE_ORE
         tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
         chance: 2.3
         quantity: 1
         message: '&8>> &7Znalazles %q &4REDSTONE&7/&bY&7! Pamietaj by go przetopic'
       - drop: REDSTONE_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
         chance: 2.3
         quantity: 1-2
         message: '&8>> &7Znalazles %q &4REDSTONE&7/&bY&7! Pamietaj by go przetopic'
       - drop: REDSTONE_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
         chance: 2.3
         quantity: 2
         message: '&8>> &7Znalazles %q &4REDSTONE&7/&bY&7! Pamietaj by go przetopic'
       - drop: REDSTONE_ORE
         tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
         chance: 2.3
         quantity: 2-3
         message: '&8>> &7Znalazles %q &4REDSTONE&7/&bY&7! Pamietaj by go przetopic'
		 
    CREATURE_ZOMBIE:
        - drop: 47
          tool: [ANY]
          chance: 5
          quantity: 1
    CREATURE_SKELETON:
        - drop: 47
          tool: [ANY]
          chance: 5
          quantity: 1
    CREATURE_SLIME:
        - drop: 47
          tool: [ANY]
          chance: 5
          quantity: 1
    CREATURE_CREEPER:
        - drop: 289
          tool: [ANY]
          chance: 70
          quantity: 10
    CREATURE_SPIDER:
        - drop: 47
          tool: [ANY]
          chance: 5
          quantity: 1
    CREATURE_ENDER_DRAGON:
        - drop: 322:1
          tool: [ANY]
          chance: 100
          quantity: 10
    18:
        - drop: 260
          tool: [ANY]
          chance: 10
          quantity: 1
    18;1:
        - drop: 260
          tool: [ANY]
          chance: 10
          quantity: 1
    18;2:
        - drop: 260
          tool: [ANY]
          chance: 10
          quantity: 1
    18;3:
        - drop: 260
          tool: [ANY]
          chance: 10
          quantity: 1
    161:
        - drop: 260
          tool: [ANY]
          chance: 10
          quantity: 1
    161;1:
        - drop: 260
          tool: [ANY]
          chance: 10
          quantity: 1

//

Opublikowano

Czy na pewno OtherDrops używa tego configu?
Czy OtherDrops jest włączony? (/od enable - włączony, /od disable - wyłączony)­

Jestem wesoły romek

Opublikowano

Czy na pewno OtherDrops używa tego configu?

Czy OtherDrops jest włączony? (/od enable - włączony, /od disable - wyłączony)­

tak uzywa tego confingu bo jakby mial nie uzywac xD?

Wpisalem /od enable i to samo ;/

//

Opublikowano

pozbądź się tego,

      - replacementblock: STONE

ze wszystkich linijek, a myślnik przenieś do linijki z dropem.

o tak,

otherdrops:
    DIAMOND_ORE:
        - drop: NOTHING
          height: ["<22", ">1"]
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&8>> &7Niestety, &bDIAMENTY &7dropia tylko ze &7STONE!'

a tu treściwy poradnik,

http://www.mpcforum.pl/topic/819426-otherdrops/

opencraft.pl << { na takim jeszcze nie grałeś }

TDepLbR.gif

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...