Im looking for a simple world reset plugin that can be combined with Holographic Displays. Im looking to reset my end dimension once a week. I have an end portal in my spawn area that is public use. Id like a hologram with completely configurable lines and a count down until it resets. When the timer hits 0 the end dimension will put any players in the end dimension, to spawn, and delete and recreate the world with a specific name. Then it would reset the timer back to 1 week above the end portal.
Config could look like:
{timeremaining} would obviously get the "times" string put into a format like "1w 0h 0m"
No permissions needed, but a manual reset command and a command to set the world name and where the hologram would go is prefered.
Config could look like:
Code:
WorldReset:
times:
weeks: 1
hours: 0
minutes: 0
world: 'world_the_end'
Hologram:
lines:
- "World Resets In:"
- {timeremaining}
{timeremaining} would obviously get the "times" string put into a format like "1w 0h 0m"
No permissions needed, but a manual reset command and a command to set the world name and where the hologram would go is prefered.
