HardcoreWithFriends
HardcoreWithFriends (HWF) is a plugin that makes it so when any player dies the world ends. "The world ends" means that your server.properties file's level-name key's value gets set to a randomly generated string so that when the server restarts it will generate a new world. Your old server.properties gets backed up as server.properties.old so if you want to go back to the old world you can just delete server.properties and rename your server.properties.old appropriately.
The current version of HWF relies on Spigot's restart function so it is required to have your spigot.yml set up correctly to allow for this. Note that some server providers do not support this. To get around this last time I implemented dynamic world generation but this caused issues when entering the Nether/End and rejoining the server so I've done away with it for now and may revisit the idea later.
Comments