/
MmdSkin-Bukkit is the Bukkit/Spigot server-side implementation for the MmdSkin mod.
It handles the synchronization of MMD models, animations, physics states, and morphs between players on the server, allowing players with the mod installed to see each other's MMD avatars and movements in real-time.
Depending on your needs, players may need to install the following mods:
- If MMDSync is not installed, players can still see others' models but won't be able to use in-game uploads or auto-sync (manual distribution of files would be required).
- Players without any of these mods can still join and play normally; they simply won't see the MMD models.
plugins folder and restart.config.yml:
sync.enabled: Whether to enable the synchronization service.sync.enableGzip: Whether to enable GZIP compression.security.serverSecret: Server-side secret salt (automatically generated on first start, do not disclose).debug.enabled: Debug mode switch for troubleshooting forwarding issues../gradlew build
MIT License

Plugin server-side implementation for MMDSkin with encrypted model synchronization.