forked from Upstream/mmocore
Disabled combat mode by default
This commit is contained in:
parent
cebbfcf5c8
commit
83b9c37c6a
@ -293,7 +293,7 @@ command-verbose:
|
|||||||
pvp_mode:
|
pvp_mode:
|
||||||
|
|
||||||
# Requires /reload when changed
|
# Requires /reload when changed
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# Delay after any attack during which the player will stay in PvP Mode (seconds)
|
# Delay after any attack during which the player will stay in PvP Mode (seconds)
|
||||||
# Has to be lower than 'cooldown.combat'
|
# Has to be lower than 'cooldown.combat'
|
||||||
@ -305,8 +305,8 @@ pvp_mode:
|
|||||||
invulnerability:
|
invulnerability:
|
||||||
time: 60
|
time: 60
|
||||||
|
|
||||||
# When enabled, players can hit other players to
|
# When enabled, players can damage other players
|
||||||
# end their invulnerability state.
|
# to end this invulnerable time period.
|
||||||
can_damage: false
|
can_damage: false
|
||||||
|
|
||||||
cooldown:
|
cooldown:
|
||||||
|
Loading…
Reference in New Issue
Block a user