Sends data to the host, anyone can use this packet and send the DataStream packet including the host themselves. {"msg":"sent","instance_guid":"my_session_id_here","DataStream":{"id": "move","x": 34, "y": 96},"role_id":"superadmin"} If no role was selected, the server will send the message to the host with: {"MSG":"Tx","DataStream":{"id": "move","x": 34,"y": 96},"IPAddress":"*.*.*.*","SocketID":0} If a role was selected, the server will send the message to the host and calculate the permissions the role has: {"MSG":"Tx","DataStream":{"id": "move","x": 34,"y": 96},"IPAddress":"*.*.*.*","SocketID":0,"RoleDefinedPermissions":{"canPlaceTiles":false},"RoleColor":"green","RoleID":"good bean"}