combatlog oyundan çıkınca item düşmüyor

Mineoflegends

mineoflegend.rabisu.net
Mesajlar
89
En iyi cevaplar
0
Beğeniler
15
Puanları
200
Ruh hali
combatlogda oyundan çıktığınta item düşmüyor envanter siliniyor sorun nedir

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

# Giris motd'u aktif olsun mu?
# eÄŸer true derseniz
# messages.properties'in MOTDMessage: bölümünü kendinize gore ayarlayin
MOTD-Enabled: false

# 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.
#  PvP-Enabled Player vs Player combat.
#  PvE-Enabled Player vs Mob combat.
Tag-Duration: 10
PvP-Enabled: true
PvE-Enabled: false

# Add modes you want removed during Combat under Remove-Modes.
# Available Modes: creative, fly, disguise.
Remove-Modes:
- fly

# 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: true
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:
- espawn
- home
- spawn
- tpa
- tpaccept
- tpahere
- warp
- back
- etpaccept
- etpahere
- etpyes
- etp
- chest
- echest
- workbench
- menu
- enderchest
- ewarp
- f home
- f leave
- f warp
- f w
- logout
- unregister
- d
- disguise
- ma
- mobarena
- arena
- mv
- p
- plotme

# 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: true
  Amount: 1000

# 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: true
  Armor: true
  Exp: false

# Set Enabled to true to kill players when they CombatLog.
Kill:
  Enabled: true

# savastan kacan kisi banlansinmi?
# Duration: Kac saniye sursun?
Ban:
  Enabled: true
  Duration: 60
 


JitterClickYT

Altın Madencisi
Mesajlar
387
En iyi cevaplar
2
Beğeniler
74
Puanları
290
Ruh hali
Merhabalar,
Kod:
Drop:
  Inventory: true
  Armor: true
  Exp: true
Alttaki Yeri Böyle Yapmanız Yeterli Olucaktır,
 

ygtaltns

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
3
Puanları
40
Bende de aynı sıkıntı mevcut yardım edermisiniz ?
 

ygtaltns

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
3
Puanları
40
Aynı sorunu bende yaşıyorum.Oyuncu pvp yapıyor savaş sırasında çıkıyor itemler düşmüyor ama geri gelince itemleri silinmiş halde duruyor.
Sorun tamamen skriptten kaynaklı
Kod:
on death of player:
    wait 1 tick
    teleport the victim to {spawn}
böyle bir skriptin varsa wait 1 tick yazısını ekle sorun hallolcaktır.
 

Üst