Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 10 months ago
Updated 10 months ago
Limited-Lives
Limited-Lives is a Minecraft Fabric mod that adds a system for a limited amount of respawns and puts players into "permanent" spectator mode once they run out of lives.
Features
- Configurable amount of lives
- Easy editability of the amount of lives in-game (changing the numbers for a player)
- Optional Luckperms integration to exclude certain players from the system
Usage
-
Installation:
- Download the latest release JAR file from the Releases page.
- Place the downloaded JAR file into the
mods
folder of your Minecraft Fabric server.
-
Configuration:
- After starting the server with the mod installed, a configuration file (
config.json
) will be created in theconfig\limitedlives
folder. - Edit the configuration file to adjust settings such as the max amount of lives (technically respawns) every player gets and the messages sent in chat to the players.
- Note: Use
%l
to display the amount of lives a player has left in the messages.
- After starting the server with the mod installed, a configuration file (
-
Operation:
- The mod will automatically do its thing once a player dies for the first time. (so no data until someone actually dies first)
- Players will see their remaining lives in the chat every time they respawn.
- Once a player runs out of lives, they will be put into spectator mode and will not be able to respawn anymore.
Contributing
Contributions are welcome! If you'd like to contribute to the development of this mod, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/fooBar
). - Commit your changes (
git commit -am 'Add some fooBar'
). - Push to the branch (
git push origin feature/fooBar
). - Create a new Pull Request.
License
This mod is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.