https://github.com/cykvta/hardcoremp
This plugin adds a shared hardcore experience for Minecraft servers. If one player dies, the entire world is deleted, and a new world is created with a random seed.
https://github.com/cykvta/hardcoremp
minecraft minecraft-plugin spigot spigot-plugin
Last synced: about 2 months ago
JSON representation
This plugin adds a shared hardcore experience for Minecraft servers. If one player dies, the entire world is deleted, and a new world is created with a random seed.
- Host: GitHub
- URL: https://github.com/cykvta/hardcoremp
- Owner: cykvta
- Created: 2024-12-24T10:45:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-10T16:04:10.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:42:25.368Z (over 1 year ago)
- Topics: minecraft, minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hardcore Multiplayer (Spigot Plugin)
[](https://jitpack.io/#cykvta/HardcoreMP)
[](https://www.spigotmc.org/resources/122461/)
## Overview
This plugin adds a shared hardcore experience for Minecraft servers. If one player dies, the entire world is deleted, and a new world is created with a random seed.
## Dependencies
Ensure the following plugins are installed and configured before using the Shared Hardcore Plugin:
- [Multiverse-Core](https://dev.bukkit.org/projects/multiverse-core)
- [Multiverse-NetherPortals](https://dev.bukkit.org/projects/multiverse-netherportals)
## Features
- **Shared Hardcore Mode**: Players share a single hardcore experience. If any player dies, the current world is removed, and a new one is generated.
- **Random World Generation**: Each time the world is recreated, it uses a new random seed.
- **World Regeneration**: Players are kicked from the server when a player dies, and the world is regenerated automatically.
- **Lang Support**: The plugin supports multiple languages configurable in the `config.yml` file.
## Installation
1. Download the plugin `.jar` file and place it in your server's `plugins` directory.
2. Ensure `Multiverse-Core` and `Multiverse-NetherPortals` are installed and working.
3. Restart your server to load the plugin.
## Usage
1. Start the server and ensure the lobby world is active.
2. Players can join the shared hardcore experience in the new generated world.
3. If a player dies, the current world will be deleted, and a new world will be generated automatically.
## Development
To use this plugin as a dependency in your own project.
Add the JitPack repository to your build file.
```xml
jitpack.io
https://jitpack.io
```
Add the dependency.
```xml
com.github.cykvta
HardcoreMP
{version}
```
## Known Issues
- The plugin will throw an error if the default lobby world is not available. Ensure this world exists and is loaded properly.
## Support
If you have any issues or feature requests, please contact me.