Skocz do zawartości


Zdjęcie

Problem z other drops :/

otherdrops

  • Zaloguj się, aby dodać odpowiedź
3 odpowiedzi w tym temacie

#1 applejack2001

applejack2001

    Nowy

  • Użytkownik
  • 2 postów
  • AppleJack332

Napisano 06 July 2014 - 22:29

Mam pewien problem związany z pluginem OtherDrops, a mianowicie: w pliku otherdrops-drops mam coś takiego: 
 

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!    
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          height: "<20"
          chance: 35
          quantity: 1
          message: Gratulacje! Znalazles DIAMENT!
        - drop: XP
          tool: [ANY_PICKAXE]
          quantity: 100-1000
        - drop: IRON
          tool: [ANY_PICKAXE]
          chance: 60
          quantity: 2
          message: Gratulacje! Znalazles &7ZELAZO!
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 50
          quantity: 1
          message: Gratulacje! Znalazles SZMARAGD!
        - drop: 49
          tool: [ANY_PICKAXE]
          height: "<35"
          chance: 40
          quantity: 4
          message: Gratulacje! Znalazles OBSYDIAN!
        - drop: 322:1
          tool: [ANY_PICKAXE]
          chance: 0.5
          quantity: 1
          message: Wielkie gratulacje! Znalazles KOXA!
        - drop: GOLD
          tool: [ANY_PICKAXE]
          chance: 60
          quantity: 1
          message: Gratulacje! Znalazles ZLOTO!

I gdy niszczę stona, nie dzieje się nic, oprócz tego że dostaję cobbla. Gdy zniszczę rudę, również dzieje się to samo :/ Proszę o jak najszybszą pomoc, bo w końcu nie wynająłem serwera na zawsze ;d

P0zdr0

//EDIT 1.Czy jest możliwe że OtherDrops "Kłóci" się z pluginem DropsToInventory?
           2.Czy trzeba koniecznie coś mieć w pliku otherdrops-config? 


Użytkownik Jakpok edytował ten post 23 November 2014 - 13:46


craftportal

Craftserve to największy i najlepszy polski hosting serwerów Minecraft, jest solidny i tani więc go polecam

#2 Cazpia

Cazpia

    Znawca

  • Użytkownik+
  • 362 postów
  • Cazpia

Napisano 06 July 2014 - 23:17

chance - szansa 

 

Może zmniejsz ją tak aby była ułamkiem setnym ? Np. na 0.5.

 

Spróbuj wypisać wszystkie rodzaje kilofów.

 

 

- drop: DIAMOND
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.7
          message: "&l&2Gratulacje! Znalazles &3Diament!!!"

Użytkownik Cazpia edytował ten post 07 July 2014 - 00:00

Pomogłem? Cieszę się.

 


#3 applejack2001

applejack2001

    Nowy

  • Użytkownik
  • 2 postów
  • AppleJack332

Napisano 07 July 2014 - 08:59

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!    
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty, szmaragdy, zloto, zelazo, exp, OBSYDIAN wypadaja ze STONE!
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          height: "<20"
          chance: 35
          quantity: 1
          message: Gratulacje! Znalazles DIAMENT!
        - drop: XP
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          quantity: 100-1000
        - drop: 265
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 60
          quantity: 2
          message: Gratulacje! Znalazles &7ZELAZO!
        - drop: EMERALD
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 50
          quantity: 1
          message: Gratulacje! Znalazles SZMARAGD!
        - drop: 49
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          height: "<35"
          chance: 40
          quantity: 4
          message: Gratulacje! Znalazles OBSYDIAN!
        - drop: 322:1
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.5
          quantity: 1
          message: Wielkie gratulacje! Znalazles KOXA!
        - drop: 266
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 60
          quantity: 1
          message: Gratulacje! Znalazles ZLOTO!

wygląda to tak, i dalej nic :/  czy jest możliwe że OtherDrops koliduje z DropsToInventory?



#4 NumLock

NumLock

    Bywalec

  • Użytkownik+
  • 187 postów

Napisano 18 July 2014 - 20:21

STONE:

- drop: DIAMOND
tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
height: "<20"
chance: 35%
quantity: 1
message: Gratulacje! Znalazles DIAMENT!


Użytkownik NumLock edytował ten post 18 July 2014 - 20:22

Pomoem?
 

Daj diaxa :D

 

Pomagam w plikach serwerowych:  /priv

 






Również z jednym lub większą ilością słów kluczowych: otherdrops