HomeJavaModsWorldReset [Plugin + API] | Outdated!
WorldReset [Plugin + API] | Outdated!
ModsJava

WorldReset [Plugin + API] | Outdated!

⬇ Download on Spigot
World Reset.png



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:
Spoiler: Saving a world
Code (Text):
WorldReset.saveWorld(world);

or

WorldReset.saveWorld(worldNameAsString);


Spoiler: Resetting a world
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);


Spoiler: Deleting a world save
Code (Text):
WorldReset.deleteWorldSave(worldNameAsString);

If you want to check, if the world has been saved before:
Spoiler
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 :p
[​IMG]


Hope you like this Plugin ;)

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

WorldReset [Plugin + API] | Outdated! is a free Minecraft Java mod. Downloaded 5,106 times (via Spigot). Download it and open it directly in the game.

Explore more