Added a bed death message and a death message cooldown system.
Configs updated, changes (except if you regenerate your config):
config-version is now 35.
Added Bed death message:
Code (Text):
...
EnderCrystal:
- "%plrtag% blew up"
Bed: # exploding beds
- "%plrtag% blew up"
Cactus:
- "%plrtag% was pricked to death"
...
Added the config flags for the cooldown (between worlds-death-message-radius and debug):
Code (Text):
# If a player dies over death-count times within death-interval seconds,
# death messages from that player will be hidden for death-cooldown seconds.
# If death-reset is true, every hidden death message resets the cooldown.
cooldown-death-count: 3
cooldown-death-interval: 10
cooldown-death-cooldown: 10
cooldown-death-reset: false