https://github.com/initialposition/minecraftlives
A Spigot plugin that adds user specific lives to a Minecraft server.
https://github.com/initialposition/minecraftlives
Last synced: 7 months ago
JSON representation
A Spigot plugin that adds user specific lives to a Minecraft server.
- Host: GitHub
- URL: https://github.com/initialposition/minecraftlives
- Owner: InitialPosition
- License: mit
- Created: 2021-03-19T15:30:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T13:24:13.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T15:51:04.468Z (11 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinecraftLives
_mm diamond soup_
## Content
1. Introduction
2. Functions
3. Recipes
4. Installation
5. Config
6. Future Plans
## Introduction
MinecraftLives adds lives to your Spigot server. Everyone spawns with a specific amount of lives that decrease every time you die.
Lives can be gained by crafting Stew of Life.
## Functions
- Lives for every player
- Customizable as fricc
## Recipes
To craft the Stew of Life, you first need a Bowl of Healing which is crafted like this:

You can then use that bowl to craft a Stew of Life:

(The flower is an Oxeye Daisy. Note that the mushrooms are completely interchangeable.)
## Installation
To install the plugin, head over to [RELEASES](https://github.com/InitialPosition/MinecraftLives/releases), download the latest `.jar` file and place it into the `plugins` folder of your Spigot installation.
The plugin will generate a config file on first startup. It is recommended to edit this file and to either reload or restart the server afterwards.
## Config
The following parameters exist in the config file and can be changed.
| Parameter | Usage | Accepted input |
| :-------- | ----- | -------------- |
| CONF_INITIAL_LIVES | The amount of lives every player starts with | `int` > 0 |
| CONF_MAX_LIVES | The maximum amount of lives a player can have | `int` > 0 |
| CONF_BAN_MESSAGE | The message to ban players with | `string` |
| CONF_ON_DEATH_BAN_TIME | The amount of time to ban dead players in minutes | `int` |
Other config settings are only used internally and should not be changed.
## Future Plans
- [ ] Balancing