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

Witam! Mam mały problem z OtherDrops. Otóż leci exp ze stone-a, ale nic nie wypada ze stone-a tylko z rudy.

Proszę o pomoc. Jeśli możecie napiszcie to poprawnie i zablokujcie drop diaxa, żelaza, szmaragdów z rudy i zablokujcie drop złota z rudy i ze stone-a.

Oto moje OtherDrops.drop:

 

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: 0.5%
          message: "&bZnalazles diament!"
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1.5%
          message: "&bZnalazles zloto!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.5%
          message: "&bZnalazles szmaragd!"
        - drop: IRON_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 3%
          message: "&bZnalazles zelazo!"
    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.
 

otherdrops.confing:

 

# Set this to "low" to reduce number of boot messages or to high, highest, extreme for more debugging info
verbosity: normal
# Try adjusting this if you have compatibility problems with other plugins.
# Default: "high". Can also use "low", "normal", "high", "highest".
priority: high
# OtherDrops uses BukkitPermissions by default - set 'useyetipermissions' to true if you want
# legacy permissions support (no guarantees it will work).
useyetipermissions: false
# Number of decimal places to round money drops off to (for the drop and message)
money-precision: 2
# Set this to false if you don't want blocks to drop their custom configs upon explosions (eg. tnt/creepers)
customdropsforexplosions: true
# Set this to false if you want items to drop as a single stack (true=individual item drops, like lapis drops from lapis ore)
default_dropspread: true
# Set this to true if you want XP drops to be cancelled when configuring mob drops (unless there is a default drop)Xq
# - this means you need to set an XP drop yourself if you want any XP to drop
disable_xp_on_non_default: false
 

============================================================

 

Jeśli ci pomogłem daj like :)

 

===================================================================

Opublikowano
Sprawdź:

 

otherdrops:
    DIAMOND_ORE:
        - drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Wszystkie rudy wypadaja ze stone!
    EMERALD_ORE:
        - drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Wszystkie rudy wypadaja ze stone!
    GOLD_ORE:
        - drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Wszystkie rudy wypadaja ze stone!
    IRON_ORE:
        - drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Wszystkie rudy wypadaja ze stone!
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.5
          message: Gratulacje! Znalazles DIAMENT!
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1.5
          message: Gratulacje! Znalazles ZLOTO!
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          message: Gratulacje! Znalazles ZELAZO!
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.5
          message: Gratulacje! Znalazles SZMARAGD!
 

 

Masz do mnie sprawę? Pisz PW!

Opublikowano

Też nie działa.

============================================================

 

Jeśli ci pomogłem daj like :)

 

===================================================================

Opublikowano

Usuń plugin całkowicie. Wgraj za'update'towany. Wklej moją konfigurację. Działa na 100%, bo sprawdzałem na privie.

Masz do mnie sprawę? Pisz PW!

Opublikowano

Albo po prostu wgraj jeszcze jeden plugin SmartExp bodajże gdzie ustawiasz z jakiego bloku i ile expa ma lecieć, potem usuń drop expa z OtherDrops bo może się to komplikować? nie mam innego określenie jeżeli nie to tak jak up napewno zadziała

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...