
Make Your Own Hardcore Modes <3
A modern, lightweight and highly customizable Minecraft 1.21.x life system plugin featuring Hardcore & Lifesteal gameplay modes, MySQL support, GUI interfaces, and a JSON-based multi-language system.
Hardcore Mode
Lifesteal Mode
config.yml| Command | Description |
|---|---|
/livesgui |
Opens the life GUI |
/mode hardcore / lifesteal |
Changes game mode (admin only) |
/language download <es/it/fr> |
download the language |
/langgui |
opens Language GUI |
Example config.yml:
mode: LIFESTEAL
start-lives: 10
storage:
type: FILE # or MYSQL
mysql:
host: localhost
port: 3306
database: lifedb
user: root
password: password
lifesteal:
steal-amount: 1
max-lives: 20