Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
โค๏ธ Lifecore
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.
โจ Features
๐ฎ Game Modes
-
Hardcore Mode
- Players lose lives on death
- Zero lives = kick (or elimination system)
-
Lifesteal Mode
- Players gain lives by killing other players
- Configurable steal amount and maximum lives
๐พ Storage System
- ๐๏ธ MySQL support (recommended for servers)
- ๐ File-based storage (YAML fallback)
- Fully configurable in
config.yml
๐ UI & UX
- ๐งก Live ActionBar showing player lives
- ๐ฆ Interactive GUI showing life status
- ๐ Protected menus (no item stealing or drag exploits)
๐ Multi-Language System
- JSON-based language files
- Player-specific language selection
- Easy to extend (DE / EN / more languages)
- Placeholder support for dynamic messages
โ๏ธ Commands
| 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 |
๐ง Configuration
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

