Companion

object Companion

Properties

Link copied to clipboard

All-defaults instance; shared so the common case allocates nothing.

Link copied to clipboard
const val DEFAULT_PRIORITY: Int = 1
Link copied to clipboard
const val MARKER: Char = '@'

Marker that introduces an options block. Coordinates can never start with it.

Link copied to clipboard
const val MAX_PRIORITY: Int = 10
Link copied to clipboard
const val MIN_PRIORITY: Int = 1
Link copied to clipboard
const val TERMINATOR: Char = '|'

Separates the options block from the classic x;y;z;world payload.

Functions

Link copied to clipboard

Parses a key=value,… block. Unknown keys and unparsable values are ignored rather than failing the load — a hand-edited file should degrade, not break the server.