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 problem z otherdrops jak z konfiguruję z mojego starego który działa, zmienię drop itp. i nie działa oto kod:

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: DIRT
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &3Wypada tylko ze stona!
    GOLD_ORE:
        - replacementblock: DIRT
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &3Wypada tylko ze stona!
    IRON_ORE:
        - replacementblock: DIRT
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &3Wypada tylko ze stona!
    EMERALD_ORE:
        - replacementblock: DIRT
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: &3Wypada tylko ze stona!
    STONE:
        - drop: 57 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5  
        - drop: 133 
          tool: [ANY_PICKAXE] 
          chance: 50.0 
          quantity: 1-5
        - drop: 260 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5  
        - drop: 41 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5 
        - drop: 42 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5 
        - drop: 331 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5
        - drop: 47 		
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5 
        - drop: 399 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5 
        - drop: 368 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5
        - drop: 369 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5 
        - drop: 372 
          tool: [ANY_PICKAXE] 
          chance: 50.0
          quantity: 1-5  
        - drop: 4
          tool: [ANY_PICKAXE]
          chance: 100.0
          quantity: 1
        - drop: 49
          tool: [ANY_PICKAXE]
          chance: 50.0
          quantity: 1-5
          

Proszę o spr. kodu :O message: nic nie da sprawdzałem 

Opublikowano

@Up 

Skończ nabijać posty...

@top

Zobacz to czy działa

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]

Zmień sobie tylko % :D 

oDYVDfv.gif
Opublikowano

@Up 

Skończ nabijać posty...

@top

Zobacz to czy działa

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]

Zmień sobie tylko % :D

 

 

Tak w codzie trudno jest zauważyć jakiś błąd np. gdzieś brakuje przecinka lub jakieś kropki. Wycinek z konsolii może bardzo ułatwić sprawę. W wycinku będzie napisane w której linijce i kolumnie jest błąd, gdy będziemy wiedzieć że coś jest tam nie tak to łatwiej będzie to znaleźć niż sprawdzać kod po 3000 razy. Jeżeli nie działa to co napisać pan @UP to daj nam wycinek z konsoli z błędem.

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...