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

Jak zrobić aby diaxy dropily na danym pietrze np. od 20 kratki do 0 kradtki

Jak zrobić aby dla danej grupy dropily diaxy ze stona

Jak zrobić jak ma się zaklęty kilof z fortune 3 to dropilo więcej diaxow

Opublikowano

Bo co piszesz jak nie wiesz o co chodzi?

1. da się tylko nie pamiętam jak

3. Na serwerze ma ustawione ze z stone lecą diamenty i tam trzeba coś zrobić aby więcej dropilo

Opublikowano

2. Masz w configu taką linie: [Diamond_Pickaxe, Iron_Pickaxe, Wooden_Pickaxe] itp...

Zostaw tylko Diamond_Pickaxe i powinno być dobrze. Co do 1 i 3 to nie wiem :P

I Technik Serwerów Minecraft I

I Skonfiguruję i wgram pluginy pod serwery Factions, Survival, Freebuild I

 

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:
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]
          height: ["<16", ">1"]
          chance: 0.08
          message: "&bGratulacje! Znalazles Diament!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]
          chance: 1.0
          message: "&bGratulacje! Znalazles Zloto!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]
          chance: 0.5
          message: "&bGratulacje! Znalazles Szmaragd!"
        - drop: IRON_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, STONE_PICKAXE]
          chance: 2.0
          message: "&bGratulacje! Znalazles Zelazo!"
    DIAMOND_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Diament dropi tylko ze STONE! Szansa 0.08%.!"
    IRON_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Zelazo dropi tylko ze STONE! Szansa 2.0%.!"
    EMERALD_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Emerald dropi tylko ze STONE! Szansa 0.5%.!"
    GOLD_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Zloto dropi tylko ze STONE! Szansa 1.0%.!"
##########	
# 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.

 

Tutaj masz z wysokością.

A z fortune się nie da.




Opublikowano

2. Masz w configu taką linie: [Diamond_Pickaxe, Iron_Pickaxe, Wooden_Pickaxe] itp...

Zostaw tylko Diamond_Pickaxe i powinno być dobrze. Co do 1 i 3 to nie wiem :P

I niby jak to miało dać dla danej rangi?

 

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:

STONE:

- drop: DIAMOND

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]

height: ["<16", ">1"]

chance: 0.08

message: "&bGratulacje! Znalazles Diament!"

- drop: GOLD_ORE

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]

chance: 1.0

message: "&bGratulacje! Znalazles Zloto!"

- drop: EMERALD

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]

chance: 0.5

message: "&bGratulacje! Znalazles Szmaragd!"

- drop: IRON_ORE

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, STONE_PICKAXE]

chance: 2.0

message: "&bGratulacje! Znalazles Zelazo!"

DIAMOND_ORE:

- drop: NOTHING

tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]

message: "&4Diament dropi tylko ze STONE! Szansa 0.08%.!"

IRON_ORE:

- drop: NOTHING

tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]

message: "&4Zelazo dropi tylko ze STONE! Szansa 2.0%.!"

EMERALD_ORE:

- drop: NOTHING

tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]

message: "&4Emerald dropi tylko ze STONE! Szansa 0.5%.!"

GOLD_ORE:

- drop: NOTHING

tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]

message: "&4Zloto dropi tylko ze STONE! Szansa 1.0%.!"

##########

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

 

 

 

Tutaj masz z wysokością.

A z fortune się nie da.

Nie działa oto moje config

 

Stone:
- drop: diamond
tool: [Diamond_Pickaxe, Iron_Pickaxe, Gold_Pickaxe]
height: ["<23", ">1"]
chance: 50.1
quantity: 2-3
message: 'Gratulacje znalazles &3Diamenty'
  • 4 tygodnie później...
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:
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]
          height: ["<16", ">1"]
          chance: 0.08
          message: "&bGratulacje! Znalazles Diament!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]
          chance: 1.0
          message: "&bGratulacje! Znalazles Zloto!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE]
          chance: 0.5
          message: "&bGratulacje! Znalazles Szmaragd!"
        - drop: IRON_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, STONE_PICKAXE]
          chance: 2.0
          message: "&bGratulacje! Znalazles Zelazo!"
    DIAMOND_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Diament dropi tylko ze STONE! Szansa 0.08%.!"
    IRON_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Zelazo dropi tylko ze STONE! Szansa 2.0%.!"
    EMERALD_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Emerald dropi tylko ze STONE! Szansa 0.5%.!"
    GOLD_ORE:
        - drop: NOTHING
          tool: [ANY, -EXPLOSIONT_TNT, EXPLOSION_CREEPER]
          message: "&4Zloto dropi tylko ze STONE! Szansa 1.0%.!"
##########	
# 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.

 

Tutaj masz z wysokością.

A z fortune się nie da.

tak jak tu kolega

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...