An open API service indexing awesome lists of open source software.

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

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