v3 of TwosideKeeper plugin. Compatible with Minecraft v1.9.2. Now being retired. A Bukkit Plugin designed to improve the server experience for other players while adding in new conveniences and features.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package sig.plugin.TwosideKeeper.HelperStructures;
|
|
|
|
public enum SpleefArena {
|
|
//Three constants.
|
|
SMALL, LARGE, LAYERED
|
|
}
|
|
|