Have you ever thought of implementing a
life system in your Minecraft server, like in
classic video-games?
Well now you can, with the use of this plugin!
This plugin gives every player lives, like in Super Mario, when they die they lose a life.
Once a player has 0 lives, they go into spectator mode.
Default config.yml:
Code (YAML):
maxDeaths
: 3
# The most times a player can die.
deathMessage
:
"%default%\n%player% died! They've died %deaths% time(s). They have %lives%/%maxlives% life/lives left!"
# Message to show upon death
# %default% - the default death message
# %player% - the player who died
# %lives% - how many lives the player has
# %deaths% - how many times the player has died
# %maxlives% - the max amount of lives
showDeathMessage
: true
# Whether to show the death message
[/SPOILER]
