https://github.com/initialposition/hardcoremp
A Spigot plugin to implement some slightly unfair stuff
https://github.com/initialposition/hardcoremp
Last synced: 7 months ago
JSON representation
A Spigot plugin to implement some slightly unfair stuff
- Host: GitHub
- URL: https://github.com/initialposition/hardcoremp
- Owner: InitialPosition
- License: mit
- Created: 2021-02-26T22:12:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T21:09:33.000Z (almost 5 years ago)
- Last Synced: 2025-06-09T13:07:47.609Z (9 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HardcoreMP
_"For the slightly more unfair Minecraft experience"_
## Content
1. Introduction
2. Functions
3. Installation
4. Config
5. Future Plans
## Introduction
HardcoreMP is a plugin that adds more unfair stuff to a Minecraft Server.
If you want to keep playing after you die but you don't want to miss out on big pain, this plugin is for you.
## Functions
- Do not drop items or experience on death
- Reset everyone's inventory if any player dies
- more to come!
## Installation
To install the plugin, head over to [RELEASES](https://github.com/InitialPosition/HardcoreMP/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 |
| :-------- | ----- | -------------- |
| DELETE_INVENTORIES_ON_DEATH | If set to `true`, all players' inventories will be deleted on any players' death. | `true` or `false` |
| ONE_HIT_KILL | If set to `true`, any damage is lethal to players. | `true` or `false` |
| DYING_PLAYER_DROPS_INVENTORY | If set to `true`, the dying player drops his inventory on death (default Minecraft behavior). | `true` or `false` |
| DYING_PLAYER_DROPS_EXP | If set to `true`, the dying player drops experience on death (default Minecraft behavior). | `true` or `false` |
All other config entries are used internally and should not be changed.
# Future Plans
- [ ] More settings
- [ ] Ingame option commands
- [ ] Bug fixes