Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Location

Florian Metz edited this page Aug 7, 2018 · 1 revision

Location

Used to create locations for player or game events.

Syntax

plot.Location(x, y, z);

Example

player.teleport(plot.Location(0, 50, 0));

Methods

.setTarget(String target)

Sets the location's target.

Clone this wiki locally