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

[Pytanie]OtherDrops


Rekomendowane odpowiedzi

Opublikowano

Cześć , mam pewien problem z pluginem Otherdrops , a mianowicie nie działa oto confing

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: GLASS
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Diamenty to &40,35%
    PLAYER:
        - tool: ALL
          drop: GIANT
          quantity: 1
    GIANT:
        - tool: [ANY]
          drop: FIRE
          quantity: 1-3

    ZOMBIE:
        - tool: ALL
          drop: ZOMBIE
          quantity: 2-3
          chance: 10 
    GOLD_ORE:
        - replacementblock: STONE
          drop: GLASS_BLOCK
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Zloto to &41%
    IRON_ORE:
        - replacementblock: STONE
          drop: GLASS_BLOCK
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Diamenty to &41,5%
    EMERALD_ORE:
        - replacementblock: STONE
          drop: GLASS_BLOCK
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Emeraldy to &40,5%
    STONE:
        - drop: DIAMOND
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<20"
          chance: 0.35
          quantity: 1-4
          message: &4Znalazles Diamenty!
        - drop: GOLD_ORE
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<30"
          chance: 1.0
          quantity: 1-4
          message: &4Znalazles Zloto!
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          height: "<20"
          chance: 0.5
          quantity: 1-5
          message: &4Znalazles Diamenty!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<30"
          chance: 1.3
          quantity: 1-8
          message: &4Znalazles Zloto!
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          height: "<20"
          chance: 0.65
          quantity: 1-5
          message: &4Znalazles Diamenty!
        - drop: IRON_ORE
          tool: [ANY, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<64"
          chance: 1.0
          quantity: 1
          message: &4Znalazles Zelazo!
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          height: "<20"
          chance: 1.0
          quantity: 1-5
          message: &4Znalazles Diamenty!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<64"
          chance: 1.3
          quantity: 1-5
          message: &4Znalazles Zelazo!
        - drop: EMERALD
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<25"
          chance: 0.3
          quantity: 1-3
          message: &4Znalazles Emeraldy!
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 0.5
          quantity: 1-4
          message: &4Znalazles Emeraldy!
    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

Co jest nie tak ? Dodam też że aktualizuje plugin do najnowszej wersji , sprawdzałem czy będzie działać gdy usunę inne pluginy (nie działa)

Gdyby ktoś mógł to poprawić to dziękuję , oraz dam like

Opublikowano
include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: GLASS
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Diamenty to &40,35%
    PLAYER:
        - tool: ALL
          drop: GIANT
          quantity: 1
    GIANT:
        - tool: [ANY]
          drop: FIRE
          quantity: 1-3

    ZOMBIE:
        - tool: ALL
          drop: ZOMBIE
          quantity: 2-3
          chance: 10 
    GOLD_ORE:
        - replacementblock: STONE
          drop: GLASS_BLOCK
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Zloto to &41%
    IRON_ORE:
        - replacementblock: STONE
          drop: GLASS_BLOCK
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Diamenty to &41,5%
    EMERALD_ORE:
        - replacementblock: STONE
          drop: GLASS_BLOCK
          tool: [ANY_PICKAXE, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &6Surowce wypadaja tylko ze stone , akurat % na Emeraldy to &40,5%
    STONE:
        - drop: DIAMOND
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<20"
          chance: 0.35
          quantity: 1-4
          message: &4Znalazles Diamenty!
        - drop: GOLD_ORE
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<30"
          chance: 1.0
          quantity: 1-4
          message: &4Znalazles Zloto!
        - drop: IRON_ORE
          tool: [ANY, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          height: "<64"
          chance: 1.0
          quantity: 1
          message: &4Znalazles Zelazo!
        - drop: EMERALD
          tool: [ANY, IRON_PICKAXE, DIAMOND_PICKAXE, STONE_PICKAXE]
          height: "<25"
          chance: 0.3
          quantity: 1-3
          message: &4Znalazles Emeraldy!
    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

Zobacz czy działa.. Miałem podobny problem.. ale odkryłem że tak działa..

Opublikowano

Nie działa ;c szkoda ale i tak dziękuje za odp jak byś mógł to chociaż by znalazłbyś mi jakiś podobny config?

Opublikowano

Tu masz moje.. Kiedyś tego używałem, powinno działać.

include-files: 
##########
# The plugin will scan through and load these files after loading the main config below.
# Note: drops from included files will are inclusive and will all be added to the drop list.
##########
#  - includes/od-fix_undroppables.yml    # fix glass, bookshelf, boat and stairs drops
#  - includes/od-goldtools-basic.yml     # allow gold tools chance to get ice, glowstone and grass
#  - includes/od-goldtools-smelt.yml     # gold-pickaxe smelts ores to ingots, sand to glass, etc
#  - includes/od-ore_extraction.yml      # allow ores to be "extracted" - leaving behind the stone
#  - includes/od-leaf_overhaul.yml       # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
#  - includes/od-playerdeath_zombie.yml  # players drop zombies on death
#  - includes/od-undead_chaos.yml        # the undead shall rise again! Includes players dropping zombies/skeletons
#  - includes/od-random_examples.yml     # For crazy testing only  Read through examples before activating.
#  - includes/od-dyewool.yml             # Dye wool after placing!
#  - includes/od-stop_mob_farms.yml      # Stop mob farming!

## Other users overhauls
#  - includes/overhaul-catballs.yml     # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops)
#  - includes/overhaul-zarius.yml       # Zar's messy config (I run this with no other includes, at the moment)
    
## Add your files here (alternatively just add your custom drops to the bottom of this file)
#  - my_custom_file1.yml


aliases:
##########	
# add custom YAML aliases here (advanced customisation) - see the wiki for more information

defaults:
##########	
# add default values for the config below, "include-files" have their own "defaults" sections


otherdrops:
    DIAMOND_ORE:
        - drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE] 
          message: "&2Na tym serwerze obowiązuje drop ze stona!"
    IRON_ORE:
        - drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          message: "&2Na tym serwerze obowiązuje drop ze stona!"
    EMERALD_ORE:
        - drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          message: "&2Na tym serwerze obowiązuje drop ze stona!"
    GOLD_ORE:
        - drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          message: "&2Na tym serwerze obowiązuje drop ze stona!"
    COAL_ORE:
        - drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          message: "&2Na tym serwerze obowiązuje drop ze stona!"
    LAPIS_ORE:
        - drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          message: "&2Na tym serwerze obowiązuje drop ze stona!"
    STONE:
        - drop: DIAMOND
          tool: [DIAMOND_PICKAXE]
          chance: 0.2
          quantity: 1
          message: "&2Gratulacje! Znalazles &bdiament&2!"
        - drop: DIAMOND
          tool: [GOLDEN_PICKAXE]
          chance: 0.1
          quantity: 1
          message: "&2Gratulacje! Znalazles &bdiament&2!"
        - drop: DIAMOND
          tool: [IRON_PICKAXE]
          chance: 0.1
          quantity: 1
          message: "&2Gratulacje! Znalazles &bdiament&2!"
        - drop: EMERALD
          tool: [DIAMOND_PICKAXE]
          chance: 0.2
          quantity: 1
          message: "&2Gratulacje! Znalazles &aszmaragd!&2"
        - drop: EMERALD
          tool: [GOLDEN_PICKAXE]
          chance: 0.1
          quantity: 1
          message: "&2Gratulacje! Znalazles &aszmaragd!&2"
        - drop: EMERALD
          tool: [IRON_PICKAXE]
          chance: 0.1
          quantity: 1
          message: "&2Gratulacje! Znalazles &aszmaragd!&2"
        - drop: GOLD_INGOT
          tool: [DIAMOND_PICKAXE]
          chance: 3
          quantity: 1
          message: "&2Gratulacje! Znalazles &ezloto&2!"
        - drop: GOLD_INGOT
          tool: [GOLDEN_PICKAXE]
          chance: 2
          quantity: 1
          message: "&2Gratulacje! Znalazles &ezloto&2!"
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE]
          chance: 1
          quantity: 1
          message: "&2Gratulacje! Znalazles &ezloto&2!"
        - drop: IRON_INGOT
          tool: [DIAMOND_PICKAXE]
          chance: 5
          quantity: 1
          message: "&2Gratulacje! Znalazles &7zelazo&2!"
        - drop: IRON_INGOT
          tool: [GOLDEN_PICKAXE]
          chance: 4
          quantity: 1
          message: "&2Gratulacje! Znalazles &7zelazo&2!"
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE]
          chance: 3
          quantity: 1
          message: "&2Gratulacje! Znalazles &7zelazo&2!"
        - drop: IRON_INGOT
          tool: [STONE_PICKAXE]
          chance: 2
          quantity: 1
          message: "&2Gratulacje! Znalazles &7zelazo&2!"
        - drop: COAL
          tool: [DIAMOND_PICKAXE]
          chance: 4
          quantity: 8-16
          message: "&2Gratulacje! Znalazles &0wegiel&2!"
        - drop: COAL
          tool: [GOLDEN_PICKAXE]
          chance: 4
          quantity: 4-16
          message: "&2Gratulacje! Znalazles &0wegiel&2!"
        - drop: COAL
          tool: [IRON_PICKAXE]
          chance: 3
          quantity: 8-16
          message: "&2Gratulacje! Znalazles &0wegiel&2!"
        - drop: COAL
          tool: [STONE_PICKAXE]
          chance: 2
          quantity: 4-16
          message: "&2Gratulacje! Znalazles &0wegiel&2!"
        - drop: LAPIS
          tool: [IRON_PICKAXE]
          chance: 0.1
          quantity: 4-16
          message: "&2Gratulacje! Znalazles &9lapis&2!"
        - drop: LAPIS
          tool: [GOLDEN_PICKAXE]
          chance: 0.1
          quantity: 4-16
          message: "&2Gratulacje! Znalazles &9lapis&2!"
    CREATURE_ZOMBIE:
        - drop: 383:100
          tool: [ANY]
          chance: 10
          quantity: 1
    CREATURE_CREEPER:
        - drop: GUNPOWDER
          tool: [ANY]
          chance: 100
          quantity: 2-8
##########	
# Your changes here, or create a new .yml file and include it above in the "include-files" section
# Explore the included config files for many more examples
#
# If make a interesting or crazy config let me know on the forum and I might include it in the next release.
#
# Example:
#    GLASS:
#        - drop: GLASS
#          
#        - drop: MONEY
#          quantity: 3-15
#          message: You recycled the glass for %q dollars.

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...