Pluginy

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Pluginy

#1 Příspěvekod NetManSK » 28 srp 2015, 11:32

82.208.17.18:27676

Zdravím, hladam plugin na to,že keď zabiju nejakeho moba tak spadne im emerald.. chcem to použiť na emeraldový shop s vesničanmi.. potrebujem aj na to plugin :)
Chcem si to nastaviť to dropnutie na percentá.. potom by som hľadal aj niečo ako mcmmo tie skilly.. za ktore by to tiež dropovalo
2.)Potom hľadám TAB plugin kde by boli moje bungee servery(Ukazane) čas Online hráčov peniaze..
3.)Chcem aby na lobby servery bolo vždy slnko.. nie dážď ani tma..
4.)Chcel by som niečo že postavím block na spawn napr. Cobble a ludia by ho mohli ničiť a vždy by sa obnovoval
5.)Ďakujem za odpovede k+
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Uživatelský avatar
mannyvee
Příspěvky: 1081
Věk: 26
Registrován: 28 bře 2015, 13:49
Reputation: 0

Re: Pluginy

#2 Příspěvekod mannyvee » 28 srp 2015, 11:37

1. Placený plugin EcoDrop, nebo zkus KillerMoney a přenastav místo peněz na věci v configu, ale nejsem si jist, že to jde
2. Zkus http://dev.bukkit.org/bukkit-plugins/mytablist/
3. Nastav v tom světě pravidlo na den /gamerule doDaylightCycle false
4. Zkus to udělat pomocí WorldGuardu, vymez si území/region a použíj CommandBlocky pro jeho označení a nastav do nich automatický regen (Jako v WorldEditu //regen)

Uživatelský avatar
ypxo
Příspěvky: 264
Registrován: 15 kvě 2014, 18:30
Reputation: 0
Kontaktovat uživatele:

Re: Pluginy

#3 Příspěvekod ypxo » 28 srp 2015, 13:08

2. BungeeTabListPlus
Obrázek

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Pluginy

#4 Příspěvekod NetManSK » 28 srp 2015, 20:59

BungeeTabListPlus ide.. k+
Killer money nejde a EcoDrop neviem.. nepoznate niečo ine?Lepšie?
Ten deň ide,k+
Ten worldguard nejde
Ešte ten villager shop za tie emeraldy a odmeny za kopanie alebo tie skilly
Možu byť aj platene pluginy ale nechcem nejake za 7€.. stačí tak do 5 :)
A
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Uživatelský avatar
mannyvee
Příspěvky: 1081
Věk: 26
Registrován: 28 bře 2015, 13:49
Reputation: 0

Re: Pluginy

#5 Příspěvekod mannyvee » 28 srp 2015, 21:20

Obchod s vesničany - Zkus ShopKeepers http://playgoes.forum-zdarma.eu/

Uživatelský avatar
Misso
Příspěvky: 1201
Věk: 28
Registrován: 27 dub 2013, 17:20
Reputation: 0
Bydliště: Slovakia
Kontaktovat uživatele:

Re: Pluginy

#6 Příspěvekod Misso » 28 srp 2015, 21:53

Dropovanie vecí: OtherDrops

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Pluginy

#7 Příspěvekod NetManSK » 30 srp 2015, 10:20

Ten otherDrops ja to neviem nastaviť :D
Ako nastavim žeby zo zombikov padali emeraldy?
Config:

Kód: Vybrat vše

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:
##########   
# 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.

Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Uživatelský avatar
Misso
Příspěvky: 1201
Věk: 28
Registrován: 27 dub 2013, 17:20
Reputation: 0
Bydliště: Slovakia
Kontaktovat uživatele:

Re: Pluginy

#8 Příspěvekod Misso » 30 srp 2015, 10:39

nastavuješ to tu - /plugins/OtherDrops/otherdrops-drops.yml

napr.
Spoiler: zobrazit

Kód: Vybrat vše

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:
##########   
# 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:
     ZOMBIE:
         - drop: default
           
         - drop: EMERALD
           chance: 20%


- drop: default - bude z neho padať to čo zvyčajne padá
- drop: EMERALD - bude z neho padať emerald
chance: 20% - percentá na padanie emeraldov

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: Pluginy

#9 Příspěvekod NetManSK » 30 srp 2015, 10:51

Ok dík mannyvee aj Misso ale ešt niečo,neda sa nejak nastaviť že pre vip bude vačšia šanca než pre default?
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 27 hostů