SyLocation
ModrinthSpigotMCA plugin that allows administrators only to view players' locations and worlds on the server.
36 downloads 1 followers updated 2mo ago
latest v1.2.0 Modrinth
SyLocation
A Minecraft Java server plugin for querying player locations, supporting Paper, Purpur, and Folia cores.
Supported Cores
- ✅ Paper 1.21.x
- ✅ Purpur 1.21.x
- ✅ Folia 1.21.x
Features
- Administrators can view a player's coordinates and world via commands
- Automatic detection of server core type (Paper/Purpur/Folia)
- Automatic use of asynchronous schedulers on Folia cores to ensure thread safety
Installation
- Download
SyLocation-1.0.1.jar - Place the JAR file into the server's
pluginsfolder - Restart the server or use the
/reloadcommand to load the plugin
Commands
| Command | Description | Permission |
|---------|-------------|------------|
| /syl <player> | View the specified player's coordinates and world | sylocation.use |
Permissions
| Permission Node | Description | Default |
|-----------------|-------------|---------|
| sylocation.use | Allow use of the /syl command | OP |
Usage Example
/syl Steve
Output:
========== Player Location Info ==========
Player: Steve
World: world
Coordinates: X: 100, Y: 64, Z: -200
==========================================
Technical Information
- Java Version: 21
- API Version: 1.21
- Plugin Version: 1.0.1
Building
This project is built using Maven:
mvn clean package

Comments 0
No comments yet. Be the first to share your thoughts.