Run bukkit command from website

Discussion in 'Archived: Plugin Requests' started by jeroen_JDOG, Aug 15, 2012.

  1. Hello,
    I want to be able to run a bukkit command, for example '/say Hello' from a website. (Made with PhP or Html).
    I know I need a socket to do that, and a friend said the output should be 'Debug#<password>#<command>#<arg 1>#<arg 2> etc.'
    So I need 'Debug#Anypassword#say#Hello' as output to the socket.
    I watched some tutorials around sockets, but can't figure it out yet.
    Could anyone help me to do this?
    Thanks in advance
    ~Jeroen_JDOG

    Edit:
    I might have made it a bit confusing, I don't need a php or html script, but just a normal .jar file, as a Client side plugin.
     

Share This Page