Code (YAML):
# Core Mechanics
core:
check-same-ip
: true
hearts-lost-per-death
: 1.0
max-hearts
: 40.0
initial-hearts
: 10.0
hearts-on-revive
: 10.0
drop-physical-heart
: true
zero-heart-action
:
"spectator"
# Options: "ban", "spectator", "none"
# Heart Display
display:
hearts-out-of-20
: false
# true = 20/19/18, false = 10.0/9.5/9.0
# Golden Heart Configuration
golden-heart-item:
material
:
"GOLD_NUGGET"
name
:
"&#FFD700Golden Heart"
glow
: true
hearts-to-give
: 2.0
# Ban System
zero-heart-options:
ban-mode:
enabled
: true
ban-duration
:
"1h"
# Format: 1s, 10m, 1h, 7d, 4w, 6M, 1y
# Revive System
revive:
revive-cooldown-enabled
: true
revive-cooldown-time
: 3600
# 1 hour in seconds
revive-beacon-cost
: 3.0
# And much more...