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.
Ensure the following plugins are installed and configured before using the Shared Hardcore Plugin:
- 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.ymlfile.
- Download the plugin
.jarfile and place it in your server'spluginsdirectory. - Ensure
Multiverse-CoreandMultiverse-NetherPortalsare installed and working. - Restart your server to load the plugin.
- Start the server and ensure the lobby world is active.
- Players can join the shared hardcore experience in the new generated world.
- If a player dies, the current world will be deleted, and a new world will be generated automatically.
To use this plugin as a dependency in your own project.
Add the JitPack repository to your build file.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Add the dependency.
<dependency>
<groupId>com.github.cykvta</groupId>
<artifactId>HardcoreMP</artifactId>
<version>{version}</version>
</dependency>- The plugin will throw an error if the default lobby world is not available. Ensure this world exists and is loaded properly.
If you have any issues or feature requests, please contact me.