Sol Reklam
Sağ Reklam

Tanıtım CombatLog

Durum
Mesaj gönderimine kapalı.

' Yaman '

Yaman
Katılım
13 Aralık 2016
Mesajlar
84
Elmaslar
73
Puanlar
9.100
Yaş
29
Yer
Türkiye
jByDvr.png

CombatLog Nedir?
Genelde Birçok sunucuda bulunan combatlog PvP,Savaşlardan kaçmayı engeller oyuncu savaştayken komut kulanamaz eğer oyundan çıkarsa ölür bu sayede savaştan kaçışı 0 engeller.

Eklenti Kurulum:

Kurulumu Çok basit. Eklentiyi indirelim plugins dosyamıza atalım ve sunucumuzu yeniden başlatalım.

Eklenti Türkçeleştirilmiş Hali:
Kod:
############################################################# +-------- 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[&4PVP&8]&c CombatLog Update @ http://bit.ly/combatlog!'

# Custom message of the day that can be turned off in the config.yml.
MOTDMessage: '&7Sunucuda PVP Plugini yukludur.'

# Broadcast that it sent when a player CombatLogs.
# "<player>" is replaced with the name of the CombatLogger.
BroadcastMessage: '&8[&4PVP&8]&c <player> &7Savastayken kacti'

# Message sent to a player when he attacks someone or something.
TaggerMessage: '&8[&4PVP&8]&7 <name> Kisisiyle savas basladi. Sakin oyundan cikma'

# Message sent to a player when he has been attacked by someone or something.
TaggedMessage: '&8[&4PVP&8]&7 <name> Adli kisi sana savas acti Sakin oyundan cikma'

# Message sent to the player when his tag duration is over.
UntagMessage: '&8[&4PVP&8]&7 Uzun suredir savasmiyorsun. Artik cikabilirsin'

# Message sent to a player when he types /ct to check his remaining Tag time.
InCombatMessage: '&8[&4PVP&8]&7 <time> saniye boyunca cikis yapamazsin'

# Message sent to a player who types /ct if he is not in Combat.
NotInCombatMessage: '&8[&4PVP&8]&7 Suan savasta degilsin'

# Message sent to the player when his creative and/or fly mode is removed.
RemoveModesMessage: '&8[&4PVP&8]&7 Sendeki olumsuzluklar kayboldu'

# Message sent to the player when his potion effects are removed.
RemovePotionsMessage: '&8[&4PVP&8]&c Iksirin etkisi gecti'

# Message sent when the player attempts to use a blocked command.
BlockCommandsMessage: '&8[&4PVP&8]&c Bu komut savas icerisinde gecerli degildir.'

# Message sent when the player attempts to teleport.
BlockTeleportationMessage: '&8[&4PVP&8]&c Savastayken isinlanamazsin'

# Message sent when the player attempts to use an enderpearl.
BlockEnderpearlsMessage: '&8[&4PVP&8]&c Savastayken ender incisi kullanamazsin'

# Message sent to the CombatLogger upon logging back in after being fined for CombatLogging.
FineMessage: '&8[&4PVP&8]&c Bunu yapma izniniz yok!'

# Message sent to the CombatLogger upon logging back in after having his belongings dropped for CombatLogging.
DropMessage: '&8[&4PVP&8]&Drop Yapamazsın!'

# Message sent to the CombatLogger upon logging back in after being killed for CombatLogging.
KillMessage: '&8[&4PVP&8]&c Savastan kactigin icin oldun'

# Message sent to the CombatLogger upon logging back in after being temporarily banned for CombatLogging. BanMessage: '&8[&4PVP&8]&c You have been temporarily banned for <time> for CombatLogging.'

Eklenti Hatasız-Bugsuz Config:
Kod:
############################################################# +-------- 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: false

# Set MOTD-Enabled to true to send players a message upon logging in.
MOTD-Enabled: true

# Set Broadcast-Enabled to true to broadcast when a player CombatLogs.
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.
Tag-Duration: 20
PvP-Enabled: true
PvE-Enabled: false

# Add modes you want removed during Combat under Remove-Modes.
# Available Modes: creative, fly, disguise.
Remove-Modes:
- fly
- gm
- gamemode
- p h
- superjump
- repair all

# Set onLagout to true to remove CombatTags when players lag out.
# Set onKick to true to remove CombatTags when players are kicked.
Remove-Tag-On-Kick: false
Remove-Tag-On-Lagout: false

# Set Remove-Potions-Enabled to true to remove Potions.
# List potion effects you want removed under Potions.
Remove-Potions-Enabled: true
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.
Block-Commands-Enabled: true
Block-All-Commands: false
Commands:
- home
- back
- spawn
- tpa
- tpaccept
- tpahere
- warp
- back
- p h
- p home
- p
- superjump
- repair all
# Set Block-Teleportation-Enable to true to block all teleportation.
# Set Block-Enderpearls-Enabled to true to block enderpearling.
Block-Teleportation-Enabled: true
Block-Enderpearls-Enabled: false

# Set Disabled-Worlds-Enabled to true to disable CombatTag in worlds listed under Worlds.
# List the worlds you want disabled under Worlds.
Disabled-Worlds-Enabled: true
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.
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.
Drop:
  Inventory: false
  Armor: false
  Exp: true

# Set Enabled to true to kill players when they CombatLog.
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.
Ban:
  Enabled: false   Duration: 60

Eklenti İndirme Linki:
Kod:
https://dev.bukkit.org/bukkit-plugins/combatlog/
 

YusufSmbL

Koydum Çalışma Masasını
Katılım
10 Aralık 2016
Mesajlar
56
Elmaslar
23
Puanlar
0
Yaş
23
Yer
Mersin
Yararlı bir plugin , ellerinize sağlık konu çok açıklayıcı olmuş
 

SP - CAVIT

Birisi mi Spawnlandı?
Katılım
30 Ekim 2016
Mesajlar
2
Elmaslar
0
Puanlar
0
Yaş
25
Ellerinize sağlık işime yaradı
 

' Yaman '

Yaman
Katılım
13 Aralık 2016
Mesajlar
84
Elmaslar
73
Puanlar
9.100
Yaş
29
Yer
Türkiye
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı