Ever Arenas
Persistent arena definitions and template export utilities.
Arenas are defined by:
a stable key (lowercase
a-z0-9_-),the source dimension id, and
at least two points (inclusive bounds are derived from all points).
Templates are exported to .nbt files compatible with Nucleoid map-templates.
Types
Stored arena definition.
Additional arena data beyond bounds: extra boundary points and spawn markers.
Manual Y bounds used for template export scanning.
Result of defining an arena.
Result of deleting an arena definition.
Aggregated result for refreshing all templates.
Result of refreshing a single template.
Functions
Returns all configured arenas sorted by key.
Creates or updates an arena definition.
Creates or updates an arena definition with additional points.
Deletes an arena definition and (optionally) its exported template file.
Returns a single arena definition if present.
Loads a previously exported template by key.
Returns the current maximum allowed export volume in blocks.
Exports all stored arenas.
Exports an arena to config/evermod/arenas/templates/<key>.nbt.
Validates an arena key and returns a human-readable error message, or null if valid.