Plugin that facilitates the management of combat mode within a lobby setting
# Settings for PvP mode
settings-pvp:
# Countdown time in seconds before enabling PvP
time: 5
# Item settings
settings-item:
# The type of item that the player must hold to activate PvP
sword:
type: DIAMOND_SWORD
amount: 1
enchantments:
DAMAGE_ALL: 2
# Armor configuration for the player after PvP is activated
helmet:
type: DIAMOND_HELMET
amount: 1
enchantments:
PROTECTION_ENVIRONMENTAL: 2
chestplate:
type: DIAMOND_CHESTPLATE
amount: 1
enchantments:
PROTECTION_ENVIRONMENTAL: 2
leggings:
amount: 1
type: DIAMOND_LEGGINGS
enchantments:
PROTECTION_ENVIRONMENTAL: 2
boots:
amount: 1
type: DIAMOND_BOOTS
enchantments:
PROTECTION_ENVIRONMENTAL: 2
# Message configuration
settings-title:
enable-pvp:
# Message displayed when PvP is enabled
title: "&4&lPVP"
subtitle: "&aON"
disable-pvp:
# Message displayed when PvP is disabled
title: "&4&lPVP"
subtitle: "&cOFF"
wait:
# Message displayed during the countdown
title: "&7Countdown"
subtitle: "&8%time%"
message:
# Message shown when a player attempts to use a command during combat
disable-command: "&cYou are not allowed to use commands during the fight!"