The Java implementation of standard Synapse Proxy Protocol.
GNU General Public License v3.0
44
stars
44
forks
source link
After i transfer using this code to my silentlobby server, i got the problem that i cant move and my spawnlocation isnt set or something else #121
Closed
Bluplayz closed 7 years ago
foreach($this->plugin->getServer()->getPluginManager()->getPlugin("SynapsePM")->getSynapses()[0]->getClientData() as $hash => $cdata){ if($cdata["description"] == "SilentLobby1"){ $player->transfer($hash); } }