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

czesc . Dzisiaj konfigurowalem sobie othedrops , ogladalem treekta all krok po kroku

i nie dziala on ... nie wiem co jest !

nie powinno z rudy diaxu wyapdac diax

nie wypada ze stone np . diiax zelazo zloto itp.

KONFIGURACJA :

 

 

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:
        - replacementblock: STONE
          drop: STONE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles diament!"
    IRON_ORE:
        - replacementblock: STONE
          drop: STONE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
    STONE:
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 2.5
          message: "Znalazles zelazo!"	  
    GOLD_ORE:
        - replacementblock: STONE
          drop: STONE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
    STONE:
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 3
          message: "Znalazles zloto!"
    EMERALD_ORE:
        - replacementblock: STONE
          drop: STONE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
    STONE:
        - drop: EMERALD_ORE
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles szmaragd!"
##########	
# 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.


//

Opublikowano

O matko ,zle to zrobiles STONE: pisze sie tlyko raz a nie przy kazdym sukru Przyklad

STONE:
- drop: Diamond

to it too a

fsaf saf

f af sa

- drop : GOld_ore

I tak dalej

Pomoglem??? Daj Like:)

Niedlugo Tworze Serwer:)

Opublikowano

O matko ,zle to zrobiles STONE: pisze sie tlyko raz a nie przy kazdym sukru Przyklad

STONE:

- drop: Diamond

to it too a

fsaf saf

f af sa

- drop : GOld_ore

I tak dalej

to nic nie dalo ;/

 

 

KONFIGURACJA :

 

 

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: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles diament!"
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 2.5
          message: "Znalazles zelazo!"	  
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 3
          message: "Znalazles zloto!"
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles szmaragd!"
    IRON_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
    EMERALD_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
    GOLD_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_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.


//

Opublikowano

A sproboj dodac linijke quantity: 1 do wszystkich surowcow co maja dropic

Pomoglem??? Daj Like:)

Niedlugo Tworze Serwer:)

Opublikowano

A sproboj dodac linijke quantity: 1 do wszystkich surowcow co maja dropic

Nic nie dalo

konfiguracja :

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: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles diament!"
          quantity: 1
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 2.5
          message: "Znalazles zelazo!"
          quantity: 1		  
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 3
          message: "Znalazles zloto!"
          quantity: 1
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles szmaragd!"
          quantity: 1 
 IRON_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
    EMERALD_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
    GOLD_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
##########	
# 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.


//

Opublikowano

 

Nic nie dalo

konfiguracja :

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: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles diament!"
          quantity: 1
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 2.5
          message: "Znalazles zelazo!"
          quantity: 1		  
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 3
          message: "Znalazles zloto!"
          quantity: 1
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: "Znalazles szmaragd!"
          quantity: 1 
 IRON_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
    EMERALD_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
    GOLD_ORE:
        - drop: STONE
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE, GOLD_PICKAXE, STONE_PICKAXE, WOOD_PICKAXE]
          quantity: 1
##########	
# 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.


Iron_ore ma zle spacje ustawioen zmien to i napisz czy pomoglo;

Pomoglem??? Daj Like:)

Niedlugo Tworze Serwer:)

Opublikowano

To wklej to ,tylko cale i zmien sobie % na jakie chcesz

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: STONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, ANY_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&5Ruda dropi wylacznie z kamienia!"
STONE:
- drop: DIAMOND
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 0.6%
message: "&3Gratulacje! Znalazles diament!"
- drop: GOLD_INGOT
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 1.0%
message: "&6Gratulacje! Znalazles zloto!"
- drop: EMERALD
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 1.0%
message: "&aGratulacje! Znalazles szmaragd!"
- drop: IRON_INGOT
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 2.0%
message: "&8Gratulacje! Znalazles zelazo!"
IRON_ORE:
- drop: STONE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
message: "&5Ruda dropi wylacznie z kamienia!"
EMERALD_ORE:
- drop: STONE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
message: "&5Ruda dropi wylacznie z kamienia!"
GOLD_ORE:
- drop: STONE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
message: "&5Ruda dropi wylacznie z kamienia!"
##########
# 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.
Musi dzialac

Pomoglem??? Daj Like:)

Niedlugo Tworze Serwer:)

Opublikowano

Łap:

 

 

include-files:
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - drop: NOTHING
          tool: [ANY]
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: 'Znalazles diament!'
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 2.5
          message: 'Znalazles zelazo!'   
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 3
          message: 'Znalazles zloto!'
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 0.7
          message: 'Znalazles szmaragd!'
    IRON_ORE:
        - drop: NOTHING
          tool: [ANY]
    EMERALD_ORE:
        - drop: NOTHING
          tool: [ANY]
    GOLD_ORE:
        - drop: NOTHING
          tool: [ANY]
 

 

#teams4bal

Opublikowano

XXXX NIE POTRZEBNY DOUBLE XXX

Albo sie myle albo i nie ale to bylo raczej do mnie xDD

Pomoglem??? Daj Like:)

Niedlugo Tworze Serwer:)

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...