Hardcore Lite
Hardcore Lite (previously Hardcore Lightly) is a simple plugin that reduces players' max health each time they die. It is more forgiving than vanilla hardcore but also punishes players directly for dying.
Because players lose hearts with each death, the game gets increasingly difficult every time they die. When they run out of hearts completely, they are put into spectator mode. Max hearts can be restored by crafting and using an item (see Configuration). Spectator players can be revived when this item is renamed to that player's name and used by another player.
Warning: this plugin requires the Haxe plugin loader on your server in order to function.
Quick demo
Installation
This plugin requires the Haxe plugin loader to work.
- Download the Haxe plugin loader and place it into your plugins folder.
- Download this plugin and place it into /plugins/HxMcPluginLoader or just into your plugins folder.
Configuration
When you first run the plugin it will create a config.ini file:
Code (Text):
; HardcoreLite configuration.
; The amount of hearts players lose when they die. This can be a decimal value (e.g. 0.5 for half a heart).
Hearts lost upon death=1
; The type of item you get when crafting the "Increase Health Item".
Health increase item type=Totem of Undying
; The amount of hearts players regain when using the "Increase Health Item".
Hearts restored upon using item=5
; The max amount of hearts players can have (10 hearts = 20 health).
Maximum hearts that can be restored=10
; The recipe to craft a "Health Increase Item" (leave a line blank for no item).
Health increase item recipe item top left=Gold Nugget
Health increase item recipe item top middle=Gold Nugget
Health increase item recipe item top right=Gold Nugget
Health increase item recipe item middle left=Gold Nugget
Health increase item recipe item middle middle=Totem of Undying
Health increase item recipe item middle right=Gold Nugget
Health increase item recipe item bottom left=Gold Nugget
Health increase item recipe item bottom middle=Gold Nugget
Health increase item recipe item bottom right=Gold Nugget
Commands
The plugin has 2 commands for operators or to use from the server console:
- /hxp hl setheartreduction <number> Sets the amount of hearts that players lose when they die. This updates the config file as well.
- /hxp hl setmaxhealth <player name> <number> Sets the max health of a player. In this context, 20 health is 10 hearts (1 health = 0.5 heart).
Known bugs
There are currently no known bugs.
Discord