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

[Szukam] Plugin


Rekomendowane odpowiedzi

Opublikowano

Siemka szukam plugina!

1. Jak ja np zabije jakiegoś gracza to dostaje 100 kasy ale UWAGA proszę o podawanie jakiś innych pluginów niż OtherDrop, CookieMonster , MoneyDrop - Te pluginy mi nie dzialaja :(

Proszę o pomoc ;DDD Daje +

Opublikowano

Jaki masz problem z OtherDrops ? Tam jest najłatwiej to ustawić.

W otherdrops-drops.yml wpisujesz.

PLAYER:
- drop: MONEY
quantity: 100

sygna.gif

Opublikowano

Jaki masz problem z OtherDrops ? Tam jest najłatwiej to ustawić.

W otherdrops-drops.yml wpisujesz.

PLAYER:

- drop: MONEY

quantity: 100

Sorki ale nie wiem czemu ale mi to nie działa :(((

 

to jest mój other drops:

 

 

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: [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: "&bGratulacje! Znalazles diament!"

- drop: GOLD_ORE

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

chance: 1.5%

message: "&bGratulacje! Znalazles zloto!"

- drop: EMERALD

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

chance: 0.4%

message: "&bGratulacje! Znalazles szmaragd!"

- drop: IRON_ORE

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

chance: 3.1%

message: "&bGratulacje! Znalazles 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]

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:

PLAYER:

- drop: MONEY

quantity: 125

message: Dostales 125 pieniedzy za zabicie gracza.

Opublikowano

Zrób tak

 

 

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: [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: "&bGratulacje! Znalazles diament!"
- drop: GOLD_ORE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 1.5%
message: "&bGratulacje! Znalazles zloto!"
- drop: EMERALD
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 0.4%
message: "&bGratulacje! Znalazles szmaragd!"
- drop: IRON_ORE
tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
chance: 3.1%
message: "&bGratulacje! Znalazles 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]

PLAYER:
- drop: MONEY
quantity: 125
message: Dostales 125 pieniedzy za zabicie gracza.
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

Powinno działać

sygna.gif

Opublikowano

Zrób tak

 

 

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: [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: "&bGratulacje! Znalazles diament!"

- drop: GOLD_ORE

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

chance: 1.5%

message: "&bGratulacje! Znalazles zloto!"

- drop: EMERALD

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

chance: 0.4%

message: "&bGratulacje! Znalazles szmaragd!"

- drop: IRON_ORE

tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

chance: 3.1%

message: "&bGratulacje! Znalazles 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]

PLAYER:

- drop: MONEY

quantity: 125

message: Dostales 125 pieniedzy za zabicie gracza.

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

Powinno działać

Nie działa -.- /// Ma ktoś jakiś inny pomysł?! albo jakiś lepszy plugin -.-

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...