Bungee Compat?
tierdal opened this issue ยท 5 comments
this is more of a question than an issue... is there any sort of Bungee compatibility with this plugin? i.e. will it keep your vanish on server changes?
Visibility is per-server. So if you are vanished, and change server, you're visible on the new server.
I can look into how I could have it preserved across server changes, but it might not be easily done.
Closing the issue, but that doesn't mean you can't reply :)
thanks for the quick reply... i was thinking the quick / (maybe not so simple) way to do this would be store the people who vanished in a mysql DB and just read off there
AFAIK on BungeeCord a plugin can send an internal broadcast to all servers
in the network, VNP could use that to intercommunicate visibility changes
to all other VNP instances.
I'm only unsure about what would happen if a server in the Bungee network
has no players online, if that server would get the message. Login-based
flags like auto-vanish or fake-join/part should probably be treated too.
On 12 Apr 2014 13:13, "tierdal" [email protected] wrote:
thanks for the quick reply... i was thinking the quick / (maybe not so
simple) way to do this would be store the people who vanished in a mysql DB
and just read off thereReply to this email directly or view it on GitHubhttps://github.com//issues/571#issuecomment-40284525
.