Skip to content

ks07/rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Java Implementation of Minecraft's Rcon Protocol

Originally adapted from the PHP implementation featured here.

This implementation listens for HTTP GET requests on localhost:8181 and passes the command query onto the rcon connection, which is kept alive. A ping command is sent regularly to ensure that the connection is still active, although whether this is strictly necessary is debatable.

Releases

No releases published

Packages

No packages published

Languages