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 Robię Serwer Survival+Frakcje+4fun i chce wgrać other drops wgrałem poustawiałem nie działa :'C pomoże ktoś??? co jest źle??? poprawi ktoś?? wynagrodze :D

=====================================================================================================================================
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:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
STONE:
- drop: DIAMOND
tool: [ANY_PICKAXE]
chance: 1.5
message: "&bZnalazles diament!"
- drop: GOLD_ORE
tool: [ANY_PICKAXE]
chance: 2.5
message: "&bZnalazles zloto!"
- drop: EMERALD
tool: [ANY_PICKAXE]
chance: 1.5
message: "&bZnalazles szmaragd!"
- drop: IRON_ORE
tool: [ANY_PICKAXE]
chance: 3
message: "&bZnalazles zelazo!"
- drop: Black of Coal
tool: [ANY_PICKAXE]
chance: 0.4
message:"&bZnalazles Blok Węgla!"
- drop: Apple
tool: [ANY_PICKAXE]
chance: 1
message: "&bZnalazłeś Żarcie!"
- drop: Ender Pearl
tool: [ANY_PICKAXE]
chance: 0.5
message: "&bZnalazłeś EP!"
- drop: Nether Wart Seeds
tool: [ANY_PICKAXE]
chance: 0.1
message: "&bZnalazłeś brodawki!"
- drop: Mycelium
tool: [ANY_PICKAXE]
chance: 0.1
message: "&bZnalazłeś grzybnie!"
- drop: Obsidian
tool: [ANY_PICKAXE]
chance: 2.5
message: "&bZnalazłeś Obsa!"
- drop: TNT
tool: [ANY_PICKAXE]
chance: 0.1
message: "&bZnalazłeś TNT!"
- drop: Block of Gold
tool: [ANY_PICKAXE]
chance: 0.09
message: "&bZnalazłeś Blok Złota!"
- drop: Gunpowder
tool: [ANY_PICKAXE]
chance: 1
message: "&bZnalazłeś proch!"
IRON_ORE:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
EMERALD_ORE:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
GOLD_ORE:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
##########
# 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: EMERALD
# quantity: 1
# message: You recycled the glass for emerald.

Opublikowano

Może dodaje na końcu % lub napisz w tool:

tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]

Laptop: Lenovo G500


Procesor: Intel Core i3-3110M 2.40 GHz, 2 rdzenie, 4 wątki


RAM: 4GB


Grafika: HD Graphics 4000


Dysk: 1 TB


Windows: 8.1 64 bit


 


 

Opublikowano

Popraw to na tak:

    GOLD_ORE:
        - drop: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&aZloto na tym serwerze dropi ze &cStone"
    IRON_ORE:
        - drop: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&aZelazo na tym serwerze dropi ze &cStone"
    EMERALD_ORE:
        - drop: STONE
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: "&aEmeralady na tym serwerze dropi ze &cStone"
Opublikowano

nie wiem jak ty to zrobiłeś, poczekaj zara dam edita z poprawionym

 

@Edit Prosz, powinno zadziałać jak nie to pisz na pw

 

include-files:
aliases:
defaults:

otherdrops:
    DIAMOND_ORE:
        - replacementblock: AIR
          drop: NOTHING
          tool: [ANY_PICKAXE]
          message: ""
    IRON_ORE:
        - replacementblock: AIR
          drop: NOTHING
          tool: [ANY_PICKAXE]
          message: ""
    EMERALD_ORE:
        - replacementblock: AIR
          drop: NOTHING
          tool: [ANY_PICKAXE]
          message: ""
    GOLD_ORE:
        - replacementblock: AIR
          drop: NOTHING
          tool: [ANY_PICKAXE]
          message: ""
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 1.5
          quantity: 1
          message: "&bZnalazles diament!"
        - drop: GOLD_ORE
          tool: [ANY_PICKAXE]
          chance: 2.5
          quantity: 1
          message: "&bZnalazles zloto!"
        - drop: EMERALD
          tool: [ANY_PICKAXE]
          chance: 1.5
          quantity: 1
          message: "&bZnalazles szmaragd!"
        - drop: IRON_ORE
          tool: [ANY_PICKAXE]
          chance: 3
          quantity: 1
          message: "&bZnalazles zelazo!"
        - drop: BLOCK_OF_COAL
          tool: [ANY_PICKAXE]
          chance: 0.4
          quantity: 1
          message:"&bZnalazles Blok Węgla!"
        - drop: APPLE
          tool: [ANY_PICKAXE]
          chance: 1
          quantity: 1
          message: "&bZnalazłeś Żarcie!"
        - drop: ENDER_PEARL
          tool: [ANY_PICKAXE]
          chance: 0.5
 	  quantity: 1
          message: "&bZnalazłeś EP!"
        - drop: NETHER_WART_SEEDS
          tool: [ANY_PICKAXE]
          chance: 0.1 
 	  guantity: 1
          message: "&bZnalazłeś brodawki!"   
        - drop: MYCELIUM
          tool: [ANY_PICKAXE]
          chance: 0.1
 	  quantity: 1
          message: "&bZnalazłeś grzybnie!"   
        - drop: OBSIDIAN
          tool: [ANY_PICKAXE]
          chance: 2.5
 	  quantity: 1
          message: "&bZnalazłeś Obsa!"   
        - drop: TNT
          tool: [ANY_PICKAXE]
          chance:  0.1
          quantity: 1
          message: "&bZnalazłeś TNT!"   
        - drop: BLOCK_OF_GOLD
          tool: [ANY_PICKAXE]
          chance: 0.09 
 	  quantity: 1
          message: "&bZnalazłeś Blok Złota!"
        - drop: GUNPOWDER
          tool: [ANY_PICKAXE]
          chance: 1 
 	  quantity: 1
          message: "&bZnalazłeś proch!"  

 

 

Opublikowano

Masz tutaj moj config, dodawaj tak jak ja mam i zadziała.

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:
STONE:
- drop: DIAMOND
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
chance: 0.7%
message: "&7&lGratulacje! Znalazles &cDIAMENT&7&l!"
- drop: GOLD_INGOT
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
chance: 1.4%
message: "&7&lGratulacje! Znalazles &cZLOTO&7&l!"
- drop: EMERALD
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
chance: 1%
message: "&7&lGratulacje! Znalazles &cSZMARAGD&7&l!"
- drop: IRON_INGOT
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
chance: 2.5%
message: "&7&lGratulacje! Znalazles &cZELAZO&7&l!"
- drop: REDSTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
chance: 1.8%
message: "&7&lGratulacje! Znalazles &cREDSTONE&7&l!"
IRON_ORE:
- drop: COBBLESTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&7&lZelazo wypada tylko ze stona!Wpisz &c/stone"
EMERALD_ORE:
- drop: COBBLESTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&7&lEmerlad wypada tylko ze stona!Wpisz &c/stone"

DIAMOND_ORE:
- drop: COBBLESTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&7&lDiament wypada tylko ze stona!Wpisz &c/stone"

GOLD_ORE:
- drop: COBBLESTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
message: "&7&lZloto wypada tylko ze stona!Wpisz &c/stone"
SPAWNER:
- drop: SPAWNER
chance: 0.5%
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
STONE:
- drop: DIAMOND
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: VIP
chance: 1.2%
message: "&7&lGratulacje! Znalazles &cDIAMENT&7&l!"
- drop: GOLD_INGOT
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: VIP
chance: 2%
message: "&7&lGratulacje! Znalazles &cZLOTO&7&l!"
- drop: EMERALD
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: VIP
chance: 1.6%
message: "&7&lGratulacje! Znalazles &cSZMARAGD&7&l!"
- drop: IRON_INGOT
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: VIP
chance: 3.5%
message: "&7&lGratulacje! Znalazles &cZELAZO&7&l!"
- drop: REDSTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: VIP
chance: 2.5%
message: "&7&lGratulacje! Znalazles &cREDSTONE&7&l!"
SPAWNER:
- drop: SPAWNER
chance: 1%
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: VIP
STONE:
- drop: DIAMOND
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: SuperVIP
chance: 1.6%
message: "&7&lGratulacje! Znalazles &cDIAMENT&7&l!"
- drop: GOLD_INGOT
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: SuperVIP
chance: 2.5%
message: "&7&lGratulacje! Znalazles &cZLOTO&7&l!"
- drop: EMERALD
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: SuperVIP
chance: 2%
message: "&7&lGratulacje! Znalazles &cSZMARAGD&7&l!"
- drop: IRON_INGOT
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: SuperVIP
chance: 4%
message: "&7&lGratulacje! Znalazles &cZELAZO&7&l!"
- drop: REDSTONE
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: SuperVIP
chance: 3%
message: "&7&lGratulacje! Znalazles &cREDSTONE&7&l!"
SPAWNER:
- drop: SPAWNER
chance: 2%
tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
permissiongroups: SuperVIP
##########
# 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.

Laptop: Lenovo G500


Procesor: Intel Core i3-3110M 2.40 GHz, 2 rdzenie, 4 wątki


RAM: 4GB


Grafika: HD Graphics 4000


Dysk: 1 TB


Windows: 8.1 64 bit


 


 

Opublikowano

masz napewno wszystko dobrze w linijkach ? nawet jak jedna linia jest przesunięta o jedno miesjce w prawo czy w lewo to juz mzoe ci nie działac

Opublikowano

 

 

=====================================================================================================================================
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:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
IRON_ORE:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
EMERALD_ORE:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
GOLD_ORE:
- drop: COBBLESTONE
tool: [ANY_PICKAXE]
STONE:
- drop: DIAMOND
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 1.5%
message: "&bZnalazles diament!"
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 2.5%
message: "&bZnalazles zloto!"
- drop: EMERALD
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 1.5%
message: "&bZnalazles szmaragd!"
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 3%
message: "&bZnalazles zelazo!"
- drop: 173
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 0.4%
message:"&bZnalazles Blok Węgla!"
- drop: 260
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 1%
message: "&bZnalazłeś Żarcie!"
- drop: 368
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 0.5%
message: "&bZnalazłeś EP!"
- drop: 115
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 0.1%
message: "&bZnalazłeś brodawki!"
- drop: 110
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 0.1%
message: "&bZnalazłeś grzybnie!"
- drop: 49
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 2.5%
message: "&bZnalazłeś Obsa!"
- drop: 46
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 0.1%
message: "&bZnalazłeś TNT!"
- drop: 41
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 0.09%
message: "&bZnalazłeś Blok Złota!"
- drop: 289
tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE, WOODEN_PICKAXE]
chance: 1%
message: "&bZnalazłeś proch!"
##########
# 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: EMERALD
# quantity: 1
# message: You recycled the glass for emerald.

To musi działać , i pozdro dla "znawców" up :)
Opublikowano

niechce twojego confingu :D w linikach mam dobrze a i consoli po co ci???

Może po to aby zobaczyć co się wyświetla podczas ładowania pluginu? ...

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...