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

[Szukam] Skonfigurowanego otherdrops.


Rekomendowane odpowiedzi

Opublikowano

Wklej config do pliku i pozmieniaj % tak jak ci pasują.

 

include-files:
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          message: Niestety, &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia! Wpisz &2/drop &faby dowiedziec sie wiecej.
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE]
          message: Niestety, &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia! Wpisz &2/drop &faby dowiedziec sie wiecej.
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE]
          message: Niestety, &aszmaragdy &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia! Wpisz &2/drop &faby dowiedziec sie wiecej.
    COBBLESTONE:
        - drop: 264
          tool: [ANY_PICKAXE]
          chance: 0.05
          quantity: 1
          message: Super! Znalazłes &bDIAMENT&f! Oby tak dalej
        - drop: 15
          tool: [ANY_PICKAXE]
          chance: 1.0
          quantity: 1
          message: Super! Znalazłes &7ŻELAZO! &fOby tak dalej
        - drop: 14
          tool: [ANY_PICKAXE]
          chance: 0.5
          quantity: 1
          message: Super! Znalazłes &eZŁOTO! &fOby tak dalej
        - drop: 388
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.1
          quantity: 1
          message: Super! Znalazłes &aSZMARAGD! &fOby tak dalej

MPC Hejter Team Leader

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: NOTHING
          tool: [ANY_PICKAXE]
          message: "&cDiamenty,Zelazo,Zloto,Szmaragdy wylatuja tylko ze Stone"
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.65%
          message: "&bGratulacje! Znalazles diament!"
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 0.74%
          message: "&6Gratulacje! Znalazles zloto!"
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 0.64%
          message: "&aGratulacje! Znalazles szmaragd!"
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 1.25%
          message: "&7Gratulacje! Znalazles zelazo!"
        - drop: DIAMOND
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 0.78%
          quantity: 1-2
          message: "&bGratulacje! Znalazles %q diament/y!"
        - drop: GOLD_ORE
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 0.88%
          quantity: 1-2
          message: "&6Gratulacje! Znalazles %q zloto/a!"
        - drop: EMERALD
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 0.76%
          quantity: 1-2
          message: "&aGratulacje! Znalazles %q szmaragd/y!"
        - drop: IRON_ORE
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 1.50%
          quantity: 2-3
          message: "&7Gratulacje! Znalazles %q zelazo/a!"
        - drop: DIAMOND
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 0.91%
          message: "&bGratulacje! Znalazles %q diament/y!"
          quantity: 2-3
        - drop: GOLD_ORE
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 1.02%
          quantity: 2-3
          message: "&bGratulacje! Znalazles %q zloto/a!"
        - drop: EMERALD
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 0.88%
          quantity: 2-3
          message: "&aGratulacje! Znalazles %q szmaragd/y!"
        - drop: IRON_ORE
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 1.75%
          quantity: 2-3
          message: "&7Gratulacje! Znalazles %q zelazo/a!"
        - drop: DIAMOND
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 1.04%
          quantity: 2-5
          message: "&bGratulacje! Znalazles %q diament/y!"
        - drop: GOLD_ORE
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          quantity: 2-5
          chance: 1.16%
          message: "&6Gratulacje! Znalazles %q zloto/a!"
        - drop: EMERALD
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 1.00%
          quantity: 2-5
          message: "&aGratulacje! Znalazles %q szmaragd/y!"
        - drop: IRON_ORE
          tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 2.00%
          quantity: 2-5
          message: "&7Gratulacje! Znalazles %q zelazo/a!"
    IRON_ORE:
        - drop: NOTHING
          tool: [ANY_PICKAXE]
          message: "&cDiamenty,Zelazo,Zloto,Szmaragdy wylatuja tylko ze Stone"
    EMERALD_ORE:
        - drop: NOTHING
          tool: [ANY_PICKAXE]
          message: "&cDiamenty,Zelazo,Zloto,Szmaragdy wylatuja tylko ze Stone"
    GOLD_ORE:
        - drop: NOTHING
          tool: [ANY_PICKAXE]
          message: "&cDiamenty,Zelazo,Zloto,Szmaragdy wylatuja tylko ze Stone"
##########
# 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.


Mam nadzieje ,że pomogłem. Licze na Like :)


Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...