UltimateLives The Ultimate Plugin makes it so you have Lives on your Minecraft Server! When killing a player you get a life and they lose one. When you lost all your lives you are banned from the server for a specified time period. (You can set it in config)
Custom Heart Recipe: (Sunflowers are Lives ) Commands:
/lives - Shows you the number of lives you currently have.
/lives-reload - Reloads the configuration settings.
/resetalllives - Resets the number of lives for all players in the configuration.
/lives-set - Sets the number of lives for a specific player.
/lives-help - Shows the help page to the sender.
/lives-add - Adds lives to a player
/lives-remove - Removes lives from a player.
/withdraw - Withdraws a Life from yourself and gives it to you as an item!
Permissions:
ultimatelives.reload - Allows reloading the plugin. (Default: Operator)
ultimatelives.resetall - Allows resetting the lives of all players. (Default: Operator)
ultimatelives.add - Allows adding lives to players. (Default: Operator)
ultimatelives.remove - Allows removing lives from players. (Default: Operator)
Config:
Code (Text):
#UltimateLives plugin
maxLives: 10 #Maximum Lives a player can get!
banTime: 5 #In Seconds
#Should players lose lives on natural deaths not caused by a player?
naturalDeath: false
#How many lives should a player have after beeing unbanned?
unbanLives: 1
#How many Lives should a player have on his first join?
startLives: 5
#What item should the Life Item be which you can withdraw?
Material: "SUNFLOWER"
#Should players be able to Withdraw Lives?
enable-withdraw: true
#Do you want the additional Hearts of a player to be set to default when they die?
reset-hearts-on-death: true
#Do you want a life item to be dropped on death instead of virtual
physical-item: true
#Here's the player Data!