Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cykvta/hardcoremp
This plugin adds a shared hardcore experience for Minecraft servers, allowing friends to play together in a high-stakes environment. 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 1 month ago
JSON representation
This plugin adds a shared hardcore experience for Minecraft servers, allowing friends to play together in a high-stakes environment. 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-24T11:05:20.000Z (about 1 month ago)
- Last Synced: 2024-12-24T11:48:53.660Z (about 1 month ago)
- Topics: minecraft, minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hardcore Multiplayer (Spigot Plugin)
## Overview
This plugin adds a shared hardcore experience for Minecraft servers, allowing friends to play together in a high-stakes environment. If one player dies, the entire world is deleted, and a new world is created with a random seed.### Default Behavior
- The default lobby world is named `world`. If this world does not exist, the plugin will throw an error.
- The plugin requires specific dependencies to function correctly. See the list below.## 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.
- **Lobby Integration**: Players are sent to the default lobby (`world`) when the main hardcore world is deleted.## 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 (`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.## Known Issues
- The plugin will throw an error if the default lobby world (`world`) is not available. Ensure this world exists and is loaded properly.## Support
If you encounter any issues or have feature requests, please contact me.