Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Redis Pub/Sub for messaging between BungeeCord and Minecraft servers #18

Open
jamezrin opened this issue Nov 18, 2020 · 1 comment

Comments

@jamezrin
Copy link
Collaborator

Basically what the title says. The Spigot Plugin Messaging API is very limited and requires a player to be online in the server that uses the API.

An alternative to Redis could be sockets, but there is more work to do for that to work out ok...

@NoJokeFNA
Copy link

It's generally a good idea, but not every single server has Redis installed or just can't/don't wannt to install it. Therefore the messagint between the proxy and the spigot server is good as it is, but you could do it with Sockets as you already said, even tho this can also lead to issues. But what you can techincally do is by creating an option in the config for this, so people can choose what they want to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants