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

KarolekDrop - problem z drop.yml


BoYmAn

Rekomendowane odpowiedzi

Opublikowano

Witam ,
​mam problem z plikiem drop.yml

KONSOLA (BŁĄD)
 

[18:42:31 INFO]: [karolekDrop] Enabling karolekDrop v1.1.2.1
[18:42:31 ERROR]: Cannot load plugins/karolekDrop/drops.yml
org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed 
in "<string>", position 7

DROP.YML
 

drops:
  cancel:
  - DIAMOND_ORE
  - IRON_ORE
  - EMERALD_ORE
  - GOLD_ORE
  - COAL_ORE
  random:
  - ==: Drop
    name: Diament
    permission:
    item: DIAMOND
    message: ''
    chance: 2.00
    exp: 2
    fortune: true
    can-disable: true
    height: <20
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE
    - IRON_PICKAXE
    - STONE_PICKAXE
    - WOODEN_PICKAXE
    - GOLD_PICKAXE

  - ==: Drop
    name: Emerald
    permission:
    item: EMERALD
    message: ''
    chance: 2.00
    exp: 2
    fortune: true
    can-disable: true
    height: <30
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE
    - IRON_PICKAXE
    - STONE_PICKAXE
    - WOODEN_PICKAXE
    - GOLD_PICKAXE

  - ==: Drop
    name: Zloto
    permission:
    item: GOLD_ORE
    message: ''
    chance: 3.00
    exp: 1
    fortune: true
    can-disable: true
    height: <40
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE
    - IRON_PICKAXE
    - STONE_PICKAXE
    - WOODEN_PICKAXE
    - GOLD_PICKAXE

  - ==: Drop
    name: Zelazo
    permission:
    item: IRON_ORE
    message: ''
    chance: 4.00
    exp: 1
    fortune: true
    can-disable: true
    height: <50
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE
    - IRON_PICKAXE
    - STONE_PICKAXE
    - WOODEN_PICKAXE
    - GOLD_PICKAXE

  - ==: Drop
    name: Wegiel
    permission:
    item: COAL
    message: ''
    chance: 6.00
    exp: 1
    fortune: true
    can-disable: true
    height: <200
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE
    - IRON_PICKAXE
    - GOLD_PICKAXE
    - STONE_PICKAXE
    - WOODEN_PICKAXE
    
  - ==: Drop
    name: Redstone
    permission:
    item: REDSTONE
    message: ''
    chance: 4.00
    exp: 2
    fortune: true
    can-disable: true
    height: <40
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE
    - IRON_PICKAXE
    - GOLD_PICKAXE
    - STONE_PICKAXE
    - WOODEN_PICKAXE

Bóg Honor Ojczyzna

Opublikowano

Forum nie wspiera piractwa (z tego co wiem Karolek nie pozwolił)

I tak z tego co zobaczyłem plugin jest dość słaby

Opublikowano

Tak orginalne działa normalnie .
Orginalne

drops:
  cancel:
  - DIAMOND_ORE
  - IRON_ORE
  - EMERALD_ORE
  - GOLD_ORE
  - COAL_ORE
  random:
  - ==: Drop
    name: Diament
    permission: karolekdrop.diament
    item: DIAMOND
    message: '&7Trafiles na &3diament&7!'
    chance: 1.15
    exp: 7
    fortune: true
    can-disable: true
    height: <30
    amount: 1-2
    points: 10-25
    tools:
    - DIAMOND_PICKAXE

Bóg Honor Ojczyzna

Gość dominik148
Opublikowano

Sprawdź to ;)

 

 

 

drops:
  cancel:
  - DIAMOND_ORE
  - IRON_ORE
  - EMERALD_ORE
  - GOLD_ORE
  - COAL_ORE
  random:
  - ==: Drop
    name: Diament
    permission: karolekdrop.diament
    item: DIAMOND
    chance:  2.0
    exp: 2
    fortune: true
    can-disable: true
    height: <20
    amount: 1-2
    points: 10-25
    tools: []
  - ==: Drop
    name: Szmaragd
    permission: karolekdrop.szmaragd
    item: EMERALD
    chance: 2.0
    exp: 2
    fortune: true
    can-disable: true
    height: <30
    amount: 1-2
    points: 10-25
    tools: []
  - ==: Drop
    name: Zloto
    permission: karolekdrop.zloto
    item: GOLD_INGOT
    chance: 3.0
    exp: 1
    fortune: true
    can-disable: true
    height: <40
    amount: 1-2
    points: 10-25
    tools: []
  - ==: Drop
    name: Zelazo
    permission: karolekdrop.zelazo
    item: IRON_INGOT
    chance: 4.0
    exp: 1
    fortune: true
    can-disable: true
    height: <50
    amount: 1-2
    points: 10-25
    tools: []
  - ==: Drop
    name: Wegiel
    permission: karolekdrop.Wegiel
    item: COAL
    chance: 6.0
    exp: 1
    fortune: true
    can-disable: true
    height: <200
    amount: 1-2
    points: 10-25
    tools: []
  - ==: Drop
    name: Redstone
    permission: karolekdrop.Redstone
    item: REDSTONE
    chance: 4.0
    exp: 2
    fortune: true
    can-disable: true
    height: <40
    amount: 1-2
    points: 10-25
    tools: []

 

 

 

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...