Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qelli/xserversync
https://github.com/qelli/xserversync
bukkit cross-server delivery4j protocollib redis spigot
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qelli/xserversync
- Owner: qelli
- Created: 2024-11-20T17:20:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:28:15.000Z (10 days ago)
- Last Synced: 2024-12-12T14:27:50.428Z (10 days ago)
- Topics: bukkit, cross-server, delivery4j, protocollib, redis, spigot
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XServerSync
So far this plugin uses `config.yml` to identify instances and connect to a redis host to be able to pub/sub to different events and keep all servers in sync regarding player lists and chats.
### Bugs & Features
- [x] Why is the initial sync request not sending sometimes?
- [x] Impl config on join/quit messages for players
- [x] Use ProtocolLib to add/remove players to tab based on each instance
- [x] Provide placeholders for PlaceholderAPI
- [x] TabAPI support
- [ ] Fix tablist order (waiting for ProtocolLib 5.4.0)
- [ ] Implement ChatSync
- [ ] Fix skin not showing on Tab for some players### PlaceholderAPI
Available to use:
| Placeholder | Description |
| -------------------------------- | --------------------------------------------------- |
| %xserversync_instancename% | Name of the current instance |
| %xserversync_globalplayers% | Amount of online players across all instances |
| %xserversync_instanceplayers% | Amount of players connected to the current instance |