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] Konfiguracji CombatLog.


Rekomendowane odpowiedzi

Opublikowano

Witam więc mam taką sprawę,Szukam skonfigurowanego pluginu CombatLog.

Foldery config.yml i message Proszę o pomoc.Chodzi mi bardziej o sploszczenie co do czego z czym .

Opublikowano

Messages.yml:

 

 

 

############################################################
# +-------- Designed and Developed by JackProehl --------+ #
# |    Please consider donating to my PayPal account.    | #
# +----------------- [email protected] ------------------+ #
############################################################

# **** WATCH VIDEO ON PLUGIN PAGE FOR CONFIG HELP! ****
# **** http://dev.bukkit.org/server-mods/combatlog ****

# Add me on Skype (John.Proehl) if you have any issues.

# Please report all bugs and glitches on BukkitDev.

# Do not backspace the Version number!
Version: 1.7.11

############################################################
# +------------------------------------------------------+ #
# |                       Messages                       | #
# +------------------------------------------------------+ #
############################################################

# TO DISABLE A MESSAGE, SET IT AS 'false'!

# Message sent to ops to notify them of a CombatLog update.
UpdateCheckMessage: '&8[&4CombatLog&8]&c CombatLog Update @ http://bit.ly/combatlog!'
 
# Custom message of the day that can be turned off in the config.yml.
MOTDMessage: '&8[&4CombatLogServer&8]&7 uruchomiono &cCombatLog &7by &cJackProehl.'
 
# Broadcast that it sent when a player CombatLogs.
# "<player>" is replaced with the name of the CombatLogger.
BroadcastMessage: '&8[&4CombatLog&8]&c <player> &7wylogowal sie podczas walki!'
 
# Message sent to a player when he has been attacked or has attacked someone.
TagMessage: '&8[&4CombatLog&8]&7 Jestes w trakcie WALKI! Lepiej dla ciebie, zebys nie wyszedl z serwa...'
 
# Message sent to a player when he types /ct to check his remaining. tag duration.
TagtimeMessage: '&8[&4CombatLog&8]&7 Walka trwala <time> sekund.'
 
# Other message sent to a player who type /ct if they are not in Combat.
OtherTagtimeMessage: '&8[&4CombatLog&8]&7 Juz nie walczysz. Mozesz sie wylogowac lub teleportowac.'
 
# Message sent to the player when his creative and/or fly mode is removed.
RemoveModesMessage: '&8[&4CombatLog&8]&7 Zmieniono tryb gry na potrzeby walki.'
 
# Message sent to the player when his potion effects are removed.
RemovePotionsMessage: '&8[&4CombatLog&8]&c Usunieto efekty miksturek na potrzeby walki.'
 
# Message sent to the player when his tag duration is over.
UntagMessage: '&8[&4CombatLog&8]&7 Juz nie jestes w walce, mozesz sie wylogowac.'
 
# Message sent when the player attempts to use a blocked command.
DisabledCommandsMessage: '&8[&4CombatLog&8]&c Ta komenda jest zakazana w czasie walki.'
 
# Message sent to the CombatLogger upon logging back in after being fined for CombatLogging.
FineMessage: '&8[&4CombatLog&8]&c Zostales ukarany za spieprzenie podczas walki!'
 
# Message sent to the CombatLogger upon logging back in after having his belongings dropped for CombatLogging.
DropMessage: '&8[&4CombatLog&8]&c Twoje calutkie EQ poszlo sie jebac za wylogowanie sie w czasie walki.'
 
# Message sent to the CombatLogger upon logging back in after being killed for CombatLogging.
KillMessage: '&8[&4CombatLog&8]&c Zostales zabity za ucieczke z pola bitwy!'
 
# Message sent to the CombatLogger upon logging back in after being temporarily banned for CombatLogging.
BanMessage: '&8[&4CombatLog&8]&c Zostales zbanowany za ucieczke w czasie walki, tchorzu.'

 

 

Config.yml:

 

 

############################################################
# +-------- Designed and Developed by JackProehl --------+ #
# |--- Please consider donating to my PayPal account. ---| #
# +----------------- [email protected] ------------------+ #
############################################################

# **** WATCH VIDEO ON PLUGIN PAGE FOR CONFIG HELP! ****
# **** http://dev.bukkit.org/server-mods/combatlog ****

# Add me on Skype (John.Proehl) if you have any issues.

# Please report all bugs and glitches on BukkitDev.

# Do not backspace the Version number!
Version: 1.7.11

############################################################
# +------------------------------------------------------+ #
# |                     Miscellaneous                    | #
# +------------------------------------------------------+ #
############################################################

# Set UpdateCheck-Enabled to true to check for available updates.
UpdateCheck-Enabled: true

# Set MOTD-Enabled to true to send players a message upon logging in.
# Wiadomość powitalna po zalogowaniu
MOTD-Enabled: false

# Set Broadcast-Enabled to true to broadcast when a player CombatLogs.
# Wiadomosc po wylogowaniu sie w czasie walki
Broadcast-Enabled: true
 
############################################################
# +------------------------------------------------------+ #
# |                        Combat                        | #
# +------------------------------------------------------+ #
############################################################

# Set Tag-Duration to how long a player is in Combat in seconds.
# Set PvP-Enabled to true to enable tagging from Player vs Player combat.
# Set PvE-Enabled to true to enable tagging from Player vs Mob combat.
# Jak dlugo nie mozna sie wylogowywać podczas walki (w skeundach)
Tag-Duration: 10
# Czy wlaczyc gdy zaatakuje/my gracz/a
PvP-Enabled: true
# Czy wlaczyc gdy zaatakuje/my mob/a
PvE-Enabled: false

# Add modes you want removed during Combat under Remove-Modes.
# Available Modes: creative, fly, disguise.
# Jaki tyb wylaczyc podczas walki
Remove-Modes:
- fly
- disguise

# Set onLagout to true to remove CombatTags when players lag out.
# Set onKick to true to remove CombatTags when players are kicked.
# Zresetowac CombatLog dla gracza po kicku?
Remove-Tag-On-Kick: true
# Zresetowac CombatLog dla gracza po relogu?
Remove-Tag-On-Lagout: true

# Set Remove-Potions-Enabled to true to remove Potions.
# List potion effects you want removed under Potions.
# Wylaczone potki.
Remove-Potions-Enabled: false
Potions:
- invisibility

# Set Block-Commands-Enabled to true to block Commands during Combat.
# Set Block-All-Commands to true to block all commands during Combat.
# List commands you want blocked under Commands.
# Czy blokowac komendy podczas walki? (w "Commands" trzeba podać jakie)
Block-Commands-Enabled: false
# Czy zablokowac wszystkie komendy?
Block-All-Commands: true
Commands:
- home
- spawn
- tpa
- tpaccept
- tpahere
- warp
- back

# Set Block-Teleportation-Enable to true to block all teleportation.
# Set Block-Enderpearls-Enabled to true to block enderpearling.
# Czy zablokowac teleportacje podczas walki?
Block-Teleportation-Enabled: true
# Czy zablokowac enderperly podczas walki?
Block-Enderpearls-Enabled: true

# Set Disabled-Worlds-Enabled to true to disable CombatTag in worlds listed under Worlds.
# List the worlds you want disabled under Worlds.
# Na jakim swiecie wylaczyc CombatTag.
Disabled-Worlds-Enabled: false
Worlds:
- world_custom

############################################################
# +------------------------------------------------------+ #
# |                      Punishments                     | #
# +------------------------------------------------------+ #
############################################################

# Set Enabled to true to fine players when they CombatLog.
# Set Amount to the amount of money you want the fine to be.
# Czy gracz ma tracic pieniadze po wylogowaniu się podczas walki.
Fine:
  Enabled: false
  Amount: 100.00

# Set Inventory to true to drop players' inventories when they CombatLog.
# Set Armor to true to drop players' armor when they CombatLog.
# Set Exp to true to drop players' experience points when they CombatLog.
# Jakie przdmioty maja dropic po wylogowaniu sie podczas walki
Drop:
  Inventory: true
  Armor: true
  Exp: true

# Set Enabled to true to kill players when they CombatLog.
# Czy zabic gracza pod wylogowaniu sie podczas walki?
Kill:
  Enabled: true

# Set Enabled to true to temporarily ban players when they CombatLog.
# Set Duration to how long you want them to be banned for in seconds.
# Czy zbanować gracza pod wylogowaniu sie podczas walki?
Ban:
  Enabled: false
  Duration: 60

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...