How to execute in-game commands as console from website? I want to execute commands with a button on a website. I would be grateful if someone helps. Thanks..
Why does everyone say "use socket" nowadays? This is as meaningless as saying "use the Internet". Everything over the Internet uses a socket. A webpage connection uses an (HTTP/SSL) TCP socket. MCPE ues a UDP socket. Connecting to a VPS uses an (SSH) TCP socket. Everything is a socket.
In addition, AsyncTask is for something that runs short. If you want to create a socket that keeps the connection alive, you should be using a Thread.