Remote Access Minecraft Server

Discussion in 'Plugin Development' started by PogoStick29, Jul 25, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    PogoStick29

    I was wondering if someone could point me in the direction of interfacing an application to a Minecraft server. Say I wanted to make a GUI program that could execute commands. How would I send the commands to the console?
     
  2. Offline

    xTrollxDudex

    PogoStick29
    This would require port forwarding and TCP but that is all I know
     
  3. Offline

    PogoStick29

    I have a test server with a hosting company so port forwarding isn't a problem.
     
  4. Offline

    soulofw0lf

    Tomskied likes this.
  5. Offline

    Tomskied

  6. Offline

    PogoStick29

    That's written in Python :/ I was looking for Java.

    It looks like all that API does is send restart/stop/start commands.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  7. Offline

    Tomskied

    PogoStick29 Check the source, if it can stop/start then it is most likely communicating with the server in a way you want to for commands.
     
  8. Offline

    PogoStick29

    Good call. Let me look.
     
  9. Offline

    microgeek

    Use a a simple socket?
     
  10. Offline

    LeoFSU

    JSONAPI.
     
  11. Offline

    gongora101

    Try out CloudConsole. It saved me from looking at everything. All you need to do is add access for a port and CloudConsole can use it. Its a .jar for the Client. You also get Groups.
    * ChatOnlyUsers: They can only chat in console.
    * Moderators: You give them specific perms.
    * Admins: You give them specific perms.
    * Owners: Default is all permissions.
    Link is http://dev.bukkit.org/bukkit-plugins/cloudconsole/
     
  12. Offline

    xTrollxDudex

    gongora101
    Incredible. This is a year old post.
     
    iiHeroo and Garris0n like this.
  13. Offline

    iiHeroo


    7 months and 11 days actually ;)
     
  14. Offline

    Monkey_Swag

    oohh kill 'em
     
    iiHeroo likes this.
Thread Status:
Not open for further replies.

Share This Page