https://github.com/qixils/fahare
A Minecraft mod that resets your world when all online players die.
https://github.com/qixils/fahare
hardcore minecraft minecraft-mod minecraft-plugin paper-plugin papermc
Last synced: 3 days ago
JSON representation
A Minecraft mod that resets your world when all online players die.
- Host: GitHub
- URL: https://github.com/qixils/fahare
- Owner: qixils
- License: mit
- Created: 2023-08-06T02:46:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T17:19:21.000Z (4 months ago)
- Last Synced: 2026-01-31T01:34:39.021Z (4 months ago)
- Topics: hardcore, minecraft, minecraft-mod, minecraft-plugin, paper-plugin, papermc
- Language: Java
- Homepage:
- Size: 179 KB
- Stars: 7
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fahare
Fahare (short for **Fa**st **Ha**rdcore **Re**set) is a Minecraft: Java Edition multiplayer server mod that
automatically resets your hardcore world when all online players die. It is currently available for Paper 1.19.3+.
By default, the mod is configured to a fairly normal hardcore experience,
though note that for the full experience you should change `difficulty` in your `server.properties` to `hard`.
This will trigger the mod to enable hardcore hearts and grants a proper hardcore experience.
## Configuration
| Setting | Default | Description |
|--------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `backup` | `true` | Whether to save and backup worlds before resetting.
When disabled, worlds will be permanently deleted upon reset (much faster). |
| `auto-reset` | `true` | Whether resets should happen automatically upon the death of all players.
When disabled, you may instead run `/fahare reset` to manually reset the world. |
| `any-death` | `false` | Whether to trigger a reset upon *any* death.
When disabled, automatic resets will trigger only when all players are dead.
This setting is ignored if `auto-reset` is disabled. |
| `lives` | `1` | How many lives a player should have before they are considered dead. |
## Commands
| Command | Permission | Description |
|-----------------|----------------|---------------------------|
| `/fahare reset` | `fahare.reset` | Manually reset the world. |