Worldless
A server-side Worldless mod for Fabric.
⚠️⚠️⚠️ WARNING ⚠️⚠️⚠️
This mod DELETES the WORLD DIRECTORIES
region, poi, and entities on startup AND shutdown
⚠️⚠️⚠️ ⚠️⚠️⚠️ ⚠️⚠️⚠️
Commands and permissions
/worldless reload- Reloads configuration (requiresworldless.reload)/worldless <seconds>- Makes the world vanish every X seconds (requiresworldless.main)/worldless stop- Stops the world vanishing,/worldless 0also works (requiresworldless.main)
All permissions are available with operator as well
Configuration
{
// Don't touch!
"config_version": 2,
// Enable timer countdown sounds
"countdown_sounds": true,
// Enable restart chat message
"restart_message": true,
// Stop the timer if either condition is met
"timer_stop_on": {
// All players have to enter
"end_fountain_enter": false,
// Has to die "naturally" (no /kill)
"dragon_death": true
},
// Random or set seed
"seed": "random"
}
Credits
- The World Resets every 5 Minutes, Can we beat it? [inspiration]

