Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class Warp(val name: String, val location: Location, val rankNeeded: Ranks = Ranks.TEAM, val type: WarpType = WarpType.GENERIC, val parkArea: ParkArea = ParkArea.PARADISE_BAY, val material: Material = Material.DIAMOND, val customModelData: Int = 0)

Warp represents a location that players can teleport to.

Link copied to clipboard
class WarpCommand : CommandExecutor, TabExecutor
Link copied to clipboard
Link copied to clipboard