![]()
IMPORTANT: This Plugin won't be updated anymore! Click here to view the new version of this plugin.
Just reset your world - without restarting your server!
It's pretty easy:
/worldreset save [WorldName] - Save a world
Permission: WorldReset.save
/worldreset reset [WorldName] - Reset the world
Permission: WorldReset.reset
And that's it!
To delete a world save, just type:
/worldreset deleteSave [WorldName]
Permission: WorldReset.deletesave
And if you are a developer, you can use it as an API, too!
How to use it:
Code (Text):WorldReset.saveWorld(world);
or
WorldReset.saveWorld(worldNameAsString);
Code (Text):If you want to have your own kick message for the players in that world,
you have to kick the players by your own (If you don't do this, WorldReset will do that for you):
WorldReset.kickPlayers(world, kickMessage);
or
WorldReset.kickPlayers(worldNameAsString, kickMessage);
And to reset the world:
WorldReset.resetWorld(world);
or
WorldReset.resetWorld(worldNameAsString);
Code (Text):WorldReset.deleteWorldSave(worldNameAsString);
If you want to check, if the world has been saved before:
Code (Text):if (WorldReset.worldSaved(worldNameAsString)) {
//If the world has been saved before
} else {
//If the world hasn't been saved before
}
Update notification (configurable):
If an update for this plugin is available, admins with the followed permission will get a notification:
WorldReset.notifyonupdate
That's it!
Let's see how many servers will use this plugin
Hope you like this Plugin![]()
-
We are planning scheduled maintenance on this website on Friday 5 March (tomorrow) at 4:00 am UTC. It is estimated that this maintenance will last 15 minutes. You can view this time in your local timezone here. Thanks.Dismiss Notice

WorldReset [Plugin + API] | Outdated! 1.0.9_last
Simply reset a world without restarting your Server! [+ API]
Recent Updates
- Just improvements of the Multiverse support Sep 2, 2015
- Multiverse-Core support added! Aug 18, 2015
- Some improvements Aug 12, 2015