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 z configiem OtherDrops


Ztrollowany2007

Rekomendowane odpowiedzi

Opublikowano

Witam, tak jak w temacie. Próbowałem sam konfigurować, chociaż błędu nie wywala to plugin sam nie działa, sprawdzałem rownież konfiguracje z internetu, natomiast żadna z nich nie działała poprawnie. Gdyby ktoś był taki miły i pomógł mi z tym byłbym wdzięczny.  Dodam że chodzi o drop ze stone'a z fortuną. :)

Opublikowano

otherdrops-drops.yml jest pusty, nie działał to go wyczyściłem ale podam jeśli ktoś chce, wersja serwera 1.13.2, a wersja pluginu to 3.2.6

 

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

Opublikowano

Emm, wiesz, wstawiaj zawartość, czy to plików konfiguracyjnych, czy to błędów z konsoli do takiego małego o - image.png.

Miałem na myśli zawartość skonfigurowanego pliku konfiguracyjnego, a nie bez konfiguracji. Człeku, pomyśl.

Opublikowano
otherdrops:
    DIAMOND_ORE:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Diamenty dropia ze stone, szansa 0.5%'
    GOLD_ORE:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Zloto dropi ze stone, szansa 1%'
    IRON_ORE:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Zelazo dropi ze stone, szansa 3%'
    EMERALD_ORE:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Szmaragdy dropia ze stone, szansa to 0.7%'
    COAL_ORE:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Wegiel dropi ze stone, szansa 4%'
    73:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Redstone dropi ze stone, szansa 2%'
    74:
        - drop: 384
          quantity: 1-3
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&2Redstone dropi ze stone, szansa 2%'
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.5
          quantity: 1
          height: "<20"
          message: '&3Znalazles &3&lDiament&3!'
        - drop: 331
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 2
          quantity: 4
          message: '&3Znalazles &c&lRedstone&3!'
        - drop: GOLD_ORE
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 1
          quantity: 2
          message: '&3Znalazles &6&lzloto&3!'
        - drop: IRON_ORE
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          quantity: 4
          message: '&3Znalazles &7&lzelazo&3!'
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.7
          quantity: 1
          height: "<30"
          message: '&3Znazlazles &2&lszmaragd&3!'
        - drop: xp
          tool: [ANY_PICKAXE]
          chance: 60
          quantity: 1-2
        - drop: default
        - drop: COAL
          tool: [ANY_PICKAXE]
          chance: 4
          quantity: 4
          message: '&3Znalazles &8&lwegiel&3!'
        - drop: 21
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 3
          quantity: 2-4
          message: '&3Znalazles &9&lRude lapisu&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 0.6
          quantity: 1-2
          height: "<20"
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 0.7
          quantity: 2-3
          height: "<20"
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 0.8
          quantity: 3-4
          height: "<20"
          message: '&3Szczescie ci sprzyja, znalazles wiecej &3&lDiamentow&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 4.2
          quantity: 4-6
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 4.4
          quantity: 5-7
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: COAL
          tool: [ANY_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 4.6
          quantity: 6-8
          message: '&3Szczescie ci sprzyja, znalazles wiecej &8&lWegla&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
          chance: 2.4
          quantity: 4-6
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
          chance: 2.6
          quantity: 5-7
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'
        - drop: 331
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
          chance: 2.8
          quantity: 6-8
          message: '&3Szczescie ci sprzyja, znalazles wiecej &4&lRedstona&3!'

Korzystałem z tego

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...