Minecraft server version: 1.21
$ git clone https://github.com/Rishon/sync
$ cd sync
./gradlew clean :shadowJar
Drag the jar from build/libs
into all of your instances.
- β Folia support
- β Transfer command between instances using transfer packets
- β Add fake player on connect
- β Remove fake player on disconnect
- β Sync player movement (walk, jump, sneak, sprint)
- β Sync player rotation (head + body)
- β Sync player inventory
- β Sync player health
- β Sync player hunger
- β Sync player experience
- β Sync world weather (Will not work with Folia)
- β Sync world time (Will not work with Folia)
- β Sync world border (Will not work with Folia)
- β Sync world difficulty (Will not work with Folia)
- β Sync player chat
- β Sync server online players count
- β Sync player punch animation
- β Sync player gamemode
- β Sync player potion effects
- β Sync swimming animation
- β Sync glide animation
- π§ API in progress
- π§ Sync player equipment
- π§ Sync player damage hit
- β Optimize packet handling