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]Pomocy plugin na Monety za zabicie gracza


Rekomendowane odpowiedzi

Opublikowano

WItam bardzo proszę o pomoc ponieważ szukam pluginu ktory wprowadzi monety na moj serwer i te monety by sie zdobywalo za zabojstwo gracza. Chcialbym zeby po zabiciu gracza otrzymywalo sie 1 monete i za 300 monet bym sprzedawal vipa na tydzien. Kto mi pomoze ? Proszę!

Opublikowano

Jesli poprawnie skonfigurujesz OtherDrop lub CookieMonster otrzymasz właśnie ten efekt (Co do cookie nie jestem pewny :>).

 

EDIT:

 

Polecam Ci skonfigurować OtherDrops, jest duzo latwiejszy w obsłudze ;> Jest tez MoneyDrop ale nigdy tego nie konfigurowałem więc nwm.

Nie bądź cham, daj + za wypociny ;)

Opublikowano

A pomozesz mi to skonfigurowac?

Zaraz Ci to napisze :> (Editne ten post) Poczekaj chwile.

 

EDIT:

 

Taki oto confing musisz dać w otherdrops-drops.yml :



PLAYER:
  - drop: MONEY
         quantity: 1
	 message: &6Dostales(as) &210&6 pieniedzy za zabicie &4gracza&f

Nie bądź cham, daj + za wypociny ;)

Opublikowano

Spoczko dzięki


Sluchaj jest tez taka opcja jakbys ustawil w otherdropsie ze za zabojstwo gracza wypada gąbka i ludzie by te gąbki zbierali i te gąbki by sie wymienialo na vipa


A iconomy jest potrzebne do tego dropu?

Opublikowano

Spoczko dzięki

Sluchaj jest tez taka opcja jakbys ustawil w otherdropsie ze za zabojstwo gracza wypada gąbka i ludzie by te gąbki zbierali i te gąbki by sie wymienialo na vipa

A iconomy jest potrzebne do tego dropu?

Aby ustawić gąbke wpisz:

    PLAYER:
        - drop: 19
          tool: ANY
          quantity: 1

Iconomy będzie Ci potrzebne chyba że posiadasz inny plugin od kasy.

Nie bądź cham, daj + za wypociny ;)

Opublikowano

Nie działa mi ;/ masz tu moj other drops i ustaw mi ze 1 gabka za 1 osobe z gory dzieki:

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:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    REDSTONE_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    REDSTONE_ORE_GLOWING:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    74:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    73:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    GOLD_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    EMERALD_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    IRON_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    LAPIS_LAZULI_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    COAL_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.2
          message: "Znalazles Diament!"
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1
          message: "Znalazles Zelazo!"
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1
          message: "Znalazles Zloto!"
        - drop: COAL
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 2
          message: "Znalazles Wegiel!"
        - drop: 351:4
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.6
          message: "Znalazles Lapis!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.4
          message: "Znalazles Emerald!"
        - drop: REDSTONE
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.8
          message: "Znalazles Redstone!"
##########	
# 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.


Ale gdzie mam to wpisac ? dokladnie bo nie ogarniam pluginow; dd

Opublikowano

Nie działa mi ;/ masz tu moj other drops i ustaw mi ze 1 gabka za 1 osobe z gory dzieki:





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:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    REDSTONE_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    REDSTONE_ORE_GLOWING:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    74:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    73:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    GOLD_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    EMERALD_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    IRON_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    LAPIS_LAZULI_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    COAL_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.2
          message: "Znalazles Diament!"
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1
          message: "Znalazles Zelazo!"
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1
          message: "Znalazles Zloto!"
        - drop: COAL
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 2
          message: "Znalazles Wegiel!"
        - drop: 351:4
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.6
          message: "Znalazles Lapis!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.4
          message: "Znalazles Emerald!"
        - drop: REDSTONE
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.8
          message: "Znalazles Redstone!"
##########	
# 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.

Ale gdzie mam to wpisac ? dokladnie bo nie ogarniam pluginow; dd

 

 

Uwazaj teraz! :>

 

Zrób tak... Usuń te linijki (Pamietaj ze nie mozesz usunac "otherdrops:"



    DIAMOND_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    REDSTONE_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    REDSTONE_ORE_GLOWING:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    74:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    73:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    GOLD_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    EMERALD_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    IRON_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    LAPIS_LAZULI_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    COAL_ORE:
        - replacementblock: STONE
          drop: COBBLESTONE
          tool: [ANY_PICKAXE]
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.2
          message: "Znalazles Diament!"
        - drop: IRON_INGOT
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1
          message: "Znalazles Zelazo!"
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 1
          message: "Znalazles Zloto!"
        - drop: COAL
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 2
          message: "Znalazles Wegiel!"
        - drop: 351:4
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.6
          message: "Znalazles Lapis!"
        - drop: EMERALD
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.4
          message: "Znalazles Emerald!"
        - drop: REDSTONE
          tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.8
          message: "Znalazles Redstone!"

Następnie skopiuj to:



    PLAYER:
        - tool: [ANY]
          drop: 19   <--- nie wiem czy tu nie trzeba wpisac nazwy gabki po angielsku zamiast liczby, sprawdz to tez ;>
          quantity: 1
          message: "Dostales(as) gabke za zabicie gracza"

EDIT:

 

Jesli to nie dziala to wyslij mi confing na skype poniewaz nie mam na kompie otherdropa a wtedy Ci go skonfiguruje ;>

Nie bądź cham, daj + za wypociny ;)

Opublikowano

napisz to w skript może będzie działalo nie jestem pewny czy bendzie działało

 

one kill player:
give %player% 1 money
send "dostales 1 monete za zabicie gracza "



niestety tab nie działa w forum wiec przed give i send powinien byc tab

@edit

Opublikowano

najlepiej poszukać poradników na yt

Interesujące.

Dużo siedziałem w MC i tworzyłem serwery może mi się przypomni.

Jeśli poszukujesz technika pisz pw ;)

50 100 150 200 250 300 350 400 450 500 550 600

 

Potrzebujesz pomocy przy Serwerze MineCrafta?Pisz PW 

 

Pomogłem ?Daj like !to Cię nie kosztuje a mnie motywuje :) 

 

 

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...