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] Niedziałający OtherDrop....


Sky3r

Rekomendowane odpowiedzi

Opublikowano

Witam.mam problem z niedziałającym OtherDrop.Mianowicie na serwerze po wpisaniu komendy /plugins jest on na zielono jednakże nie działa

Tak wygląda mój plik Otherdrop-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:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Diamenty wylatuja ze Stona!
    GOLD_ORE:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Zloto wylatuje ze Stona!
    IRON_ORE:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Zelazo wylatuje ze Stona!
    EMERALD_ORE:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Szmaragdy wylatuja ze Stona!
    COAL_ORE:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Wegiel wylatuje ze Stona!
    LAPIS_ORE:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Lapis wylatuje ze Stona!
    REDSTONE_ORE:
       - replacmentblock: STONE
         drop: NOTHING
         tool: [ANY_PICKAXE, EXPLOSIONS_TNT, EXPLOSIONS_CREEPER]
         message: Red Stone wylatuje ze Stona!
    STONE:
        - drop: COBBLESTONE
          tool: [ANY_PICKAXE]
          chance: 100
          quntity: 0
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          height: ">20"
          chance: 0.8
          quntity: 1
          message: Znalazles Diament !
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          height: ">20"
          chance: 0.8
          quntity: 1-3
          message: Znalazles kilka Diamentow !
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          height: ">65"
          chance: 1.5
          quntity: 1
          message: Znalazles Zelazo !
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          height: ">65"
          chance: 1.5
          quntity: 1-3
          message: Znalazles kilka sztuk Zelaza !
        - drop: xp
          tool: [ANY_PICKAXE]
          height: ">10"
          quntity: 1-1000
          chance: 0.5
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          height: ">30"
          chance: 1
          quntity: 1
          message: Znalazles Zloto !
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          height: ">30"
          chance: 1
          quntity: 1-3
          message: Znalazles sztuk Zlota !
        - drop: COAL
          tool: [ANY_PICKAXE]
          height: ">65"
          chance: 2
          quntity: 1
          message: Znalazles Wegiel !
        - drop: COAL
          tool: [ANY_PICKAXE]
          height: ">65"
          chance: 2
          quntity: 1-3
          message: Znalazles kilka sztuk Wegla !
        - drop: 322:1
          tool: [ANY_PICKAXE]
          height: ">5"
          chance: 0.5
          quntity: 1
          message: Znalazles &6&lKOX JABLKO !
        - drop: 322:1
          tool: [ANY_PICKAXE]
          height: ">5"
          chance: 0.5
          quntity: 1-3
          message: Znalazles kilka &6&lKOX JABLEK !
        - drop: LAPIS_LAZULI
          tool: [ANY_PICKAXE]
          height: ">30"
          chance: 1
          quntity: 1-5
          message: Znalazles Lapis dla zuli !
        - drop: REDSTONE
          tool: [ANY_PICKAXE]
          height: ">30"
          chance: 1
          quntity: 1-5
          message: Znalazles Red Stone !
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          height: ">30"
          chance: 0.9
          quntity: 1
          message: Znalazles Szmaragd !
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          height: ">30"
          chance: 0.9
          quntity: 1-3
          message: Znalazles kilka Szmaragdow !
       
##########     
# 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.

Naprawde nie wiem w czym leży problem, dlatego proszę o pomoc :)

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...