iTXTech / Nemisys

The Java implementation of standard Synapse Proxy Protocol.
GNU General Public License v3.0
44 stars 44 forks source link

how to get all Synapse-Clients? #124

Closed Bluplayz closed 7 years ago

Bluplayz commented 7 years ago

i make a plugin for Tesseract and want to make a function which returns me all Servers as "Genisys-Server" instance so that i can get all informations and add something... hope any one can help me

jarne commented 7 years ago

You can't get the whole server instance of another synapse client, but you can get the server hash containing information like IP and port to transfer players with a function like this one: https://github.com/iTXTech/SynapseTransfer/blob/master/src/synapsetransfer/SynapseTransfer.php#L69 If you want to exchange information between servers, you should use MySQL or something like this.