Skip to content

A simple Spigot plugin to get an offline player's coordinates.

License

Notifications You must be signed in to change notification settings

elliotnash/CoordsOffline

Repository files navigation


CoordsOffline

A simple Spigot plugin to get an offline player's coordinates.

Latest Release Build Status Kotlin

Downloads

Please visit the releases page to download the latest release.

Nightly Builds

Nightly builds are available from github actions.

A permalink to the latest nightly build can be found here.

Warning

Nightly builds are experimental and untested. Builds are distributing for testing purposes only, and may not be stable.

Usage

/coords

Gets the coordinates of a player (including offline players).

Syntax

/coords <player>

Example

/coords Ethemoose
Ethemoose is in world world_nether with location -100.5, 100.5, 0.5

/otp

Teleports a player to a target, allowing offline targets.

Syntax

/otp [source] <target>

If source is not specified, the player issuing the command will be teleported.

target can be a username or a coordinate.

Example

/otp Ethemoose -100.5, 100.5, 0.5

License

This project is licensed under the MIT License.