https://github.com/elliotnash/coordsoffline
A simple Spigot plugin to get an offline player's coordinates.
https://github.com/elliotnash/coordsoffline
kotlin kotlin-minecraft-plugin minecraft minecraft-plugin minecraft-server nms paper spigot spigot-api spigot-plugin
Last synced: 4 months ago
JSON representation
A simple Spigot plugin to get an offline player's coordinates.
- Host: GitHub
- URL: https://github.com/elliotnash/coordsoffline
- Owner: elliotnash
- License: mit
- Created: 2020-07-15T19:03:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T20:58:20.000Z (over 1 year ago)
- Last Synced: 2025-08-08T12:43:25.803Z (10 months ago)
- Topics: kotlin, kotlin-minecraft-plugin, minecraft, minecraft-plugin, minecraft-server, nms, paper, spigot, spigot-api, spigot-plugin
- Language: Kotlin
- Homepage:
- Size: 92.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CoordsOffline
A simple Spigot plugin to get an offline player's coordinates.
[![Latest Release][release-shield]][latest-release-url]
[![Build Status][actions-shield]][actions-url]
[![Kotlin][kotlin-shield]](#)
## Downloads
Please visit the [releases][releases-url] page to download the latest release.
Nightly Builds
[Nightly builds][actions-url] are available from github actions.
A permalink to the latest nightly build can be found [here][nightly-download-url].
> [!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
```
#### 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]
```
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](LICENSE).
[release-shield]: https://img.shields.io/github/v/release/elliotnash/CoordsOffline?style=for-the-badge
[actions-shield]: https://img.shields.io/github/actions/workflow/status/elliotnash/CoordsOffline/build.yml?style=for-the-badge
[kotlin-shield]: https://img.shields.io/badge/Kotlin-%237F52FF.svg?logo=kotlin&logoColor=white&style=for-the-badge
[releases-url]: https://github.com/elliotnash/CoordsOffline/releases
[latest-release-url]: https://github.com/elliotnash/CoordsOffline/releases/latest
[actions-url]: https://github.com/elliotnash/CoordsOffline/actions
[nightly-download-url]: https://nightly.link/elliotnash/CoordsOffline/workflows/build/main/CoordsOffline.jar.zip