SyLocation
A plugin that allows administrators only to view players' locations and worlds on the server.
SyLocation
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
1. Download `SyLocation-1.0.1.jar` 2. Place the JAR file into the server's `plugins` folder 3. Restart the server or use the `/reload` command 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
- Plugin Version: 21 - Plugin Version: 1.21 - Plugin Version: 1.0.1
Building
This project is built using Maven:
```bash mvn clean package ```