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] Konfiguracja OtherDrops.


Rekomendowane odpowiedzi

Opublikowano

Witam zrobi mi ktoś config otherdrops tak aby:

 

1. Szansa Dropu:

a) Diament 0.75 z wysokości: 21

B) Ruda złota 0.75 wysokość 21

c) Ruda Żelaza 2.50 wysokość 63

d) węgiel 3.50 wysokość 100

e) Szmaragd 0.10 wysokość 21 Biom Extreme Hills

f) Piasek 1.0 wysokość 100

g) Redstone 2.0 wysokość 20

h) Lapis 0.50 wysokość 21

 

2. zablokowanie dropu z:

Rudy Diamentów

Rudy Żelaza

Rudy Węgla

Rudy Redstone

Rudy Szmaragdów

Rudy Lapisu

 

3. Kilfy do rud

Żelazo można wykopać Każdym kilofem

Złoto można wykopać od żelaznego w górę czyli żelazny,złoty,diamentowy

Redstone można wykopać od żelaznego w górę czyli żelazny,złoty,diamentowy

Diamenty można wykopać od żelaznego w górę czyli żelazny,złoty,diamentowy

Lapis można wykopać od żelaznego w górę czyli żelazny,złoty,diamentowy

Szmaragdy można wykopać od żelaznego w górę czyli żelazny,złoty,diamentowy

 

Posty: 100|200|300|400|500|600|700|800|900|1000|

Opublikowano

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:

##########

# 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.

 

include-files:

aliases:

defaults:

otherdrops:

    DIAMOND_ORE:

        - replacementblock: STONE

          drop: NOTHING

          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

          message: »&7Diamenty wypadaja ze STONE!

    GOLD_ORE:

        - replacementblock: STONE

          drop: NOTHING

          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

          message: »&7Zloto wypadaja ze STONE!

    IRON_ORE:

        - replacementblock: STONE

          drop: NOTHING

          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

          message: »&7Zelazo wypadaja ze STONE!

    EMERALD_ORE:

        - replacementblock: STONE

          drop: NOTHING

          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

          message: »&7Szmaragdy wypadaja ze STONE!

    STONE:

        - drop: DIAMOND

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]

          chance: 0.75

          quantity: 1

          height: "<25"

          message: »&6Gratulacje! Znalazles DIAMENT!

        - drop: TNT

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]

          chance: 0.1

          quantity: 1

          height: "<25"

          message: »&4Gratulacje! TNT!

        - drop: Obsidian

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]

          chance: 0.1

          quantity: 1

          height: "<25"

          message: »&0Gratulacje! Obsydian!

        - drop: DIAMOND

          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]

          chance: 0.75

          quantity: 3-6

          height: "<20"

          message: »&6Gratulacje! Znalazles kilka DIAMENTOW!

        - drop: GOLD_INGOT

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]

          chance: 1.6

          quantity: 1

          height: "<35"

          message: »&6Gratulacje! Znalazles ZLOTO!

        - drop: IRON_INGOT

          tool: [sTONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]

          chance: 2.4

          quantity: 1

          height: "<65"

          message: »&6Gratulacje! Znalazles ZELAZO!

        - drop: GOLD_INGOT

          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]

          chance: 1.6

          quantity: 3-6

          height: "<65"

          message: »&6Gratulacje! Znalazles kilka ZLOTA!

        - drop: EMERALD

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]

          chance: 1.2

          quantity: 1

          height: "<25"

          message: »&6Gratulacje! Znalazles SZMARAGD!

        - drop: EMERALD

          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]

          chance: 1.2

          quantity: 3-6

          height: "<65"

          message: »&6Gratulacje! Znalazles kilka SZMARAGDOW!

        - drop: xp

          tool: ANY

          chance: 100

          quantity: 15


Musisz troche pozmieniac z dropem

chance: <ile chcesz> 

Opublikowano
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: COBBLESTONE

          tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

    STONE:

        - drop: DIAMOND

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.6%

        - drop: GOLD_ORE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.5%

        - drop: EMERALD

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.8%

        - drop: IRON_ORE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.7%

        - drop: ENDER_PEARL

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.3%

        - drop: APPLE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.3%

        - drop: OBSIDIAN

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.0%

        - drop: BOOK

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.3%

        - drop: COAL

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.2%

        - drop: REDSTONE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.1%

        - drop: GUNPOWDER

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.6%

        - drop: SLIMEBALL

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

          chance: 5.3%

        - drop: XP

          tool: [ANY_PICKAXE]

          chance: 100%

          quantity: 5

    IRON_ORE:

        - drop: COBBLESTONE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

    EMERALD_ORE:

        - drop: COBBLESTONE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

    GOLD_ORE:

        - drop: COBBLESTONE

          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

##########

# 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ę...