Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 2 months ago
CoordsSync
Multi-server player coordinate synchronization plugin for Paper 1.21.x
Features
- Cross-server sync: Automatically saves and restores player coordinates across server instances
- Redis & MySQL support: Flexible backend options for persistence and real-time caching
- Connection pooling: HikariCP for efficient database connections
- Admin commands: Reload config and check sync status on the fly
Installation
- Download the JAR from releases
- Drop into your plugins folder
- Configure
config.ymlwith your Redis/MySQL credentials - Restart server
Configuration
Edit config.yml:
redis:
enabled: true
host: localhost
port: 6379
mysql:
enabled: true
host: localhost
port: 3306
database: minecraft
username: root
password: password
Commands
/coordssync reload- Reload configuration/coordssync status- Check database connectivity- Aliases:
/cs
Permissions
coordssync.admin- Admin commands (default: op)coordssync.use- Teleport to saved location on join (default: false)
Requirements
- Paper 1.21+
- Java 21+
- Redis (optional) or MySQL (optional, but at least one required)
Build
mvn clean package


