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] Dziwny problem z otherdrops


Rekomendowane odpowiedzi

Opublikowano

Witam zrobiłem sobie własne ustawienia OD, mam serwer na hoście i kopię na kompie, na kompie działa a na hoście już nie, wersja pluginu ta sama

 


 

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
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&3Diamenty wypadaja ze stone! Szansa na drop 0,4%"
        - drop: 384
          tool: [ANY_PICKAXE]
          quantity: 10-20
    GOLD_ORE:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&3Zloto wypada ze stone! Szansa na drop 1,2%"
        - drop: 384
          tool: [ANY_PICKAXE]
          quantity: 5-10
    IRON_ORE:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
        - drop: 384
          message: "&3Zelazo wypada ze stone! Szansa na drop 3%"
          tool: [ANY_PICKAXE]
          quantity: 2-5
    EMERALD_ORE:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&3Szmaragdy wypadaja ze stone! Szansa na drop 0,4%"
        - drop: 384
          tool: [ANY_PICKAXE]
          quantity: 5-15
    STONE:
        - drop: 266
          tool: [ANY_PICKAXE]
          chance: 1.3
          quantity: 1
          message: "&3Gratulacje! Znalazles &6Z&elot&6o!"
        - drop: DIAMOND
          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 0.1
          quantity: 1-3
          message: "&3Woow! Znalazles kilka &3Di&bament&3ow!"
        - drop: DIAMOND
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.4
          quantity: 1
          height: "<40"
          message: "&3Gratulacje! Znalazles &3Di&bame&3nt!"
        - drop: 265
          tool: [ANY_PICKAXE]
          chance: 3
          quantity: 1
          message: "&3Gratulacje! Znalazles &7Ze&fla&7zo!"
        - drop: EMERALD
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.4
          quantity: 1-2
          message: "&3Gratulacje! Znalazles &2Szmara&2gd!"
        - drop: EMERALD
          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 0.9
          quantity: 1-3
          message: "&3Woow! znalazles kilka &2Szm&aarag&2dow!"


    103:
        - drop: xp
          tool: [ANY]
          quantity: 3-9
        - drop: 360
          quantity: 3-7
    GRASS_BLOCK:
        - drop: 2
          chance: 10
    MOB_SPAWNER:
        - drop: DIAMOND
          quantity: 0-1
    ZOMBIE:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 1-20
    SPIDER:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 3-20
    SKELETON:
        - drop: MONEY
          tool: [ANY]
          quantity: 10-25
    CREEPER:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 15-30
    ENDERMAN:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 20-40
          message: "Dobrze tak złodziejowi jednemu!"
    PIG_ZOMBIE:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 20-35
    GHAST:
        - drop: MONEY
          tool: [ANY]
          quantity: 50-150
    BLAZE:
        - drop: MONEY
          tool: [ANY]
          quantity: 15-40
    SILVERFISH:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 3-15
    MAGMA_CUBE:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 15-40
    PIG:
        - drop: MONEY
          tool: [ANY]
          quantity: 1-3
    COW:
        - drop: MONEY
          tool: [ANY]
          quantity: 1-4
    OCELOT:
        - drop: MONEY
          tool: [ANY]
          quantity: 10-50
          message: "Dobrze tak smierdziuchowi!"
    SLIME:
        - drop: MONEY
          tool: [ANY]
          quantity: 5-20
    chicken:
        - drop: 288
          tool: [ANY]
          quantity: 5-15
        - drop: xp
          quantity: 1-3

 

 

lista pluginów:

Plugins (34): WorldBorder, WorldEdit, VoxelSniper, Skript, Simple-AutoSave, Splegg, Vault, PermissionsEx, Multiverse-Core, PlayerHeads, Paintball, TreeAssist, WorldGuard, HorseProtect, DamageIndicatorHolograms, AutoMessage, AntiCheat, iConomy, SQLibrary, CoreProtect, HolographicDisplays, Essentials, CommandSigns, ServerSigns, EssentialsSpawn, OtherDrops, iZone, SpeechBubbles, ColorShuffle, AZRank, LWC, ChestShop, EssentialsChat, AuthMe

Opublikowano

Zapewne na Kompie masz SpiGota ? A na hostingu CraftBukkit daj mi odpowiedz a ci powiem czemu jak na hostingu masz Spigota to NW o co chodzi a Jak Craftbukkita to chyba wiem

Opublikowano

Hmm :/ mam podobnie 

"Ból to tylko kwestia siły woli , im silniejsza wola tym więcej wytrzymasz!"

 

Pomogłem ? Daj Like'a!

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:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&3Diamenty wypadaja ze stone! Szansa na drop 0,4%"
        - drop: 384
          tool: [ANY_PICKAXE]
          quantity: 10-20
    GOLD_ORE:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&3Zloto wypada ze stone! Szansa na drop 1,2%"
        - drop: 384
          tool: [ANY_PICKAXE]
          quantity: 5-10
    IRON_ORE:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
        - drop: 384
          message: "&3Zelazo wypada ze stone! Szansa na drop 3%"
          tool: [ANY_PICKAXE]
          quantity: 2-5
    EMERALD_ORE:
        - replacementblock: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&3Szmaragdy wypadaja ze stone! Szansa na drop 0,4%"
        - drop: 384
          tool: [ANY_PICKAXE]
          quantity: 5-15

    STONE:
        - drop: 266
          tool: [ANY_PICKAXE]
          chance: 1.3
          quantity: 1
          message: "&3Gratulacje! Znalazles &6Z&elot&6o!"
        - drop: DIAMOND
          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 0.1
          quantity: 1-3
          message: "&3Woow! Znalazles kilka &3Di&bament&3ow!"
        - drop: DIAMOND
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.4
          quantity: 1
          height: "<40"
          message: "&3Gratulacje! Znalazles &3Di&bame&3nt!"
        - drop: 265
          tool: [ANY_PICKAXE]
          chance: 3
          quantity: 1
          message: "&3Gratulacje! Znalazles &7Ze&fla&7zo!"
        - drop: EMERALD
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.4
          quantity: 1-2
          message: "&3Gratulacje! Znalazles &2Szmara&2gd!"
        - drop: EMERALD
          tool: [iRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          height: "<20"
          chance: 0.9
          quantity: 1-3
          message: "&3Woow! znalazles kilka &2Szm&aarag&2dow!"


    103:
        - drop: xp
          tool: [ANY]
          quantity: 3-9
        - drop: 360
          quantity: 3-7
    GRASS_BLOCK:
        - drop: 2
          chance: 10
    MOB_SPAWNER:
        - drop: DIAMOND
          quantity: 0-1
    ZOMBIE:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 1-20
    SPIDER:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 3-20
    SKELETON:
        - drop: MONEY
          tool: [ANY]
          quantity: 10-25
    CREEPER:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 15-30
    ENDERMAN:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 20-40
          message: "Dobrze tak złodziejowi jednemu!"
    PIG_ZOMBIE:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 20-35
    GHAST:
        - drop: MONEY
          tool: [ANY]
          quantity: 50-150
    BLAZE:
        - drop: MONEY
          tool: [ANY]
          quantity: 15-40
    SILVERFISH:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 3-15
    MAGMA_CUBE:
        - drop: MONEY
          tool: [ANY_SWORD]
          quantity: 15-40
    PIG:
        - drop: MONEY
          tool: [ANY]
          quantity: 1-3
    COW:
        - drop: MONEY
          tool: [ANY]
          quantity: 1-4
    OCELOT:
        - drop: MONEY
          tool: [ANY]
          quantity: 10-50
          message: "Dobrze tak smierdziuchowi!"
    SLIME:
        - drop: MONEY
          tool: [ANY]
          quantity: 5-20
    chicken:
        - drop: 288
          tool: [ANY]
          quantity: 5-15
        - drop: xp
          quantity: 1-3

 

 

 

 

 

To musza byc liczby pojedyńcze czyli np. 5, 4, 1, 3

 

Oznaczyłem jeden błąd czerwonym ;]

 

Jeżeli nadal nie działa pisz pw pomoge gdyż mam swój serwer ;]

yi8xSL.png

  • 2 tygodnie później...

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...