Warp

data class Warp(val name: String, val location: Location, val rankNeeded: Ranks = Ranks.TEAM)(source)

Warp represents a location that players can teleport to.

See also

Constructors

Link copied to clipboard
constructor(name: String, location: Location, rankNeeded: Ranks = Ranks.TEAM)

Properties

Link copied to clipboard
val location: Location

the location coordinates of the warp

Link copied to clipboard

the name of the warp

Link copied to clipboard

the minimum rank required to access the warp, default is Ranks.Trial