Çözüldü Savaştayken Yere Eşya Atılmasına İzin Verilmiyor

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

TheWalkers

Birisi mi Spawnlandı?
Katılım
6 Ağustos 2019
Mesajlar
9
Elmaslar
0
Puan
0
Yaş
24
Arkadaşlar sunucumda savaşa girildiğinde yere eşya atılmıyor. Nasıl düzeltebilirim?
 
CombatLog kaynaklıdır.CombatLog configini atarsan düzeltebilirim.
 
JavaScript:
############################################################
# +-------- 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: 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.
# 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: 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
- disguise

# 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:
- home
- spawn
- tpa
- tpaccept
- tpahere
- warp
- back
- chest
- p
- fly
- sandık
- sandik
- plot
- plotme
- ehome

# 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: true
  Armor: true
  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
 
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: 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.
# 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: 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
- disguise

# 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:
- home
- spawn
- tpa
- tpaccept
- tpahere
- warp
- back
- chest
- p
- fly
- sandık
- sandik
- plot
- plotme
- ehome

# 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: true
  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
Böyle denermisin?
 
You can't drop items while PvP Combat.
 
Yardımcı olabilecek biri yok mu??
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst