Skip to content

Durability Ping

Jake Potrebic edited this page Jul 21, 2021 · 2 revisions

Alerts the player when their tool's durability is under a configurable percentage.

Configuration

# Sets the cooldown in seconds between pings when a player's tool is below the threshold.
notification-cooldown-seconds: 10

# Sets the percentage threshold.
notification-threshold-percent: 0.02

# Enables the durability ping for new players by default (false to disable by default)
enabled-by-default: true
Clone this wiki locally