Skip to content
AlphaHelix edited this page Aug 25, 2017 · 3 revisions

How to create a Arena?

Arenas are stored as .zip files inside the /plugins/AlphaGameLibary/arenas folder. Arenas.zip files are nothing else than just a minecraft world inside a .zip file!

To create a new Arena you first need a name of arena inside the arenas.json file. You can retrieve an Arena from the File by using Arena.getArena("Expected name");

To convert the Arena into a real Bukkit world, you would have to use the loadArena() method inside the "Arena" class.

If you want to delete an Arena, you can easily perform deleteArena() onto the wished Arena object.

You can also get all spawnpoints inside an Arena by using getRealSpawns() from the "Arena" class.

Clone this wiki locally