Mineuniverse
Log in Register
Plugins

TemplateWorlds

Reverting worlds to an unchanging template
by riking27alt
Download Claim this project
4,225 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

TemplateWorlds

This is a library plugin to create worlds in Bukkit that can be restored back to an unchanging template.

Source is available on GitHubGitHub.

This project uses semantic versioning for its "api" package.

Usage guide

Put this into your Maven pom.xml to include the API jar as a dependency:

<dependency>
	<groupId>com.github.riking.lib.templateworlds</groupId>
	<artifactId>templateworlds</artifactId>
	<version>2.0.0</version>
</dependency>

(Repository info coming soon!)

Simple usage

Here, we create a 'lobby' world which is a clone of 'lobby-template'. Note that the template world is not kept, while the created lobby world is.

ApiMain templateApi = getServer().getServicesManager().getRegistration(ApiMain.class).getProvider();
World templateLobby = getServer().createWorld(new WorldCreator("lobby-template"));
this.lobby = twApi.createWorld("lobby", templateLobby);

Let's say that while the players are waiting for the game to start, the lobby world gets a bit trashed. To revert it back, you want to first remove all players from that world - maybe the game starts, so there's nobody there anymore. Use the resetArea() method over the whole area that the lobby is in:

twApi.resetArea(this.lobby, -5, -5, 5, 5);
TemplateWorlds 2.1.1 (For Servers)
MC CB 1.6.2-R0.1, CB 1.5.2-R1.0, CB 1.6.4-R2.0
Release 2013-11-07 Get
TemplateWorlds 2.1.0 Api Only
MC 1.6.2, CB 1.5.2-R1.0
Release 2013-07-29 Get
TemplateWorlds 2.1.0 (For Servers)
MC CB 1.6.2-R0.1, CB 1.5.2-R1.0
Release 2013-07-29 Get
TemplateWorlds 2.0.0 Api Only
MC 1.6.2, CB 1.5.2-R1.0
Release 2013-07-09 Get
TemplateWorlds 2.0.0 (For Servers)
MC 1.6.2, CB 1.5.2-R1.0
Release 2013-07-09 Get
TemplateWorlds-1.1.1
MC 1.6.1
Beta 2013-07-08 Get
TemplateWorlds 1.2.1
MC CB 1.5.2-R1.0, 1.6.1
Beta 2013-07-08 Get
TemplateWorlds-0.1.0
MC 1.6.1
Alpha 2013-07-06 Get

More from riking27alt

Horse Data
2,110

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677