World Reset
PluginApache-2.0

World Reset

A usefull world reset or regenerate plugin.

53
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About World Reset

WorldReset Plugin

A lightweight Minecraft (Paper/Spigot) plugin that allows you to reset a world via command or automatically after a configurable timer.

The world can be regenerated with:

  • the same seed (default)
  • or a random new seed

A reset always requires a server restart.


Features

  • Reset world via command
  • Same seed or random seed (configurable via command)
  • Automatic reset timer (minutes)
  • Timer persists across restarts (timer.yml)
  • Enable/disable timer via command
  • Tab completion
  • Permission-based access

Commands

Reset world manually

/worldreset now

Change seed mode

/worldreset seed same
/worldreset seed random

Timer control

/worldreset timer set
/worldreset timer enable
/worldreset timer disable


Permissions

worldreset.use
(Default: OP)


How it works

  1. Players are teleported out of the world
  2. World is unloaded
  3. World folder is deleted
  4. Server shuts down
  5. On restart, the world is regenerated