Inactive [ADMIN] MC Server GUI .9.7 (cross-platform) - A GUI wrapper for your server (now w/in-game cmds)

Discussion in 'Bukkit Tools' started by dumptruckman, May 18, 2011.

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

    TH3steven

    Yeah, that's true. Isn't there any other way to get the names list to work, without using a proxy?
     
  2. Offline

    dumptruckman

    By implementing Bukkit, which I'm planning on doing soon.
     
  3. Offline

    TH3steven

    Allright, looking forward to the update :)
     
  4. Offline

    dumptruckman

    The Bukkit implementation may not come in this next udpate... Had far too much else to fix first.
     
  5. Offline

    TH3steven

    ah well, updates are always good ^^
     
  6. Offline

    obscurehero

    First, you are a straight up saint. Second, is the update soon? I'm looking to use this, but I'd like to use the new version if it's coming out shortly.
     
  7. Offline

    ARandomBob

    What is this web interface? Just says
    {"Error":"Invalid Data"}
    in the web browser and
    2011-07-27 01:54:25 [Web Interface] 127.0.0.1 sent invalid data!
    in the Server GUI
     
  8. Offline

    morizuki

    I can't get to work the Player List, I've put a port 50507, and portforward it using my router.. but still can't get to work..
     
  9. Offline

    BigRenegade

    To get the player list to work you have to use the proxy server. You set the external port to the port number your players log in on, and set the server port to a different port. And make sure the use proxy server checkbox is checked.
     
  10. Offline

    morizuki

    I'm using my usual port 50500 in server port, so u min to say, i need to changed my server port to other port and put 50500 in external port?
     
  11. Offline

    dumptruckman

    yes.

    edit: and the other port does not need to be forwarded from your router.

    You must set up a webpage for it to go through... There is one provided in the OP.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  12. Offline

    morizuki

    i tried it but players always having end of stream..
     
  13. Offline

    dumptruckman

    Are you using BukkitContrib?
     
  14. Offline

    morizuki

    yeah.. it's not compatible?
     
  15. Offline

    dumptruckman

    Unfortunately the proxy is not compatible in the current version... The development version fixes this issue and should hopefully be a little more straightforward on the proxy setup. I would love for some people to try it as I've change a significant amount of the code and I think it's at a stable point right now but perhaps not 100% fully functional. (though pretty close if not)

    If you want to try it, here's the link. Please report ANY issues you come across.
    First thing you note. I've renamed it. It is now called Pail. You can use the old guilauncher.bat if you'd like but you need to alter it slightly. The old configuration file is not compatible, but it will make a new one anyway.
    Here's the current list of changes:
    Code:
        HUGE code overhaul:
            Optimized some code.
            100% remade the GUI by hand.  Now uses MiGLayout.  This should fix issues with some tabs not displaying correctly on some systems.
        GUI now has potential for alternate themes.
        Merged Server Config tab and GUI Config tab into new Configuration tab.
        Added a Theme tab which for now only houses the color changing and text size options.
        Added an Internal port field for increased compatibility and maybe easier to understand?
        Added a minimum resize size so that no components would never NOT show (With the default Nimbus theme).
        Fixed NullPointerException when trying to edit a task when no task was selected.
        Completely re-made the backup tab.
        The backup process is more efficient when zipping.  It no longer backs up to a folder first and then zips.  It just zips.
        Redid the progress bar to make more sense.  It is only used for backups now and it actually shows the progress.
        Added BukkitContrib compatibility.
        Added quite a number of additional checks to make sure new users understand better issues they are having with the Proxy.
        Any files missing at the time of backup will be removed from the file list.
    edit: @obscurehero Why wait for the new version, exactly? If you really want to, you can try the new one, link above. Warning: It may not work 100% It should be stable though.
     
  16. Offline

    morizuki

    nope.. it's still endofstream.. :(
     
  17. Offline

    dumptruckman

    Interesting... Are you using the latest version of BC?
     
  18. Offline

    morizuki

    yeap..
     
  19. Offline

    dumptruckman

    Are your users using any other client mods?
     
  20. Offline

    blaize9

    Is there any way you could run this on a diff computer than the one running the server?
    like it could use SSH to send the commands and everything.
     
  21. I get strange things now.
    It freezes randomly while server still runs
    deletes tasks i made
    let me guess there is an update.
     
  22. Offline

    dumptruckman

    You can run it on the server and access it through the web interface. If you want, you can design your own interface to access it. Speaking of, perhaps in the future I will add a remote mode so that the GUI can interface with a different GUI running the server.

    What do you mean by "now"? When did this start happening?
    Do you have backups scheduled?
    When does it delete tasks?
    What do you mean, "let me guess there is an update"? What does this have to do with your issue?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  23. Offline

    obscurehero

    @dumptruckman

    same issue. the GUI starts loads recipes and then just chills for awhile...any idea what i can do to fix it?
     
  24. Offline

    dumptruckman

    Are you using a bukkit server? Is the bukkit check box check on the server config?
     
  25. Offline

    obscurehero

    To the best of my knowledge
     
  26. Offline

    dumptruckman

    Please post your guiconfig.json file on www.pastebin.com
     
  27. Offline

    datwerd

    im having a lil trouble with the web interface cant seem to get it to work
    im using php_json_api.php found on your github and your pail.jar
    i get this error when connecting to browser
    {"Error":"Invalid Data"}
    and this in your gui
    sent invalid data!
    is there something im missing?
     
  28. Offline

    dumptruckman

    Possibly... The API is meant for designing your own website to control the GUI. It is not fully tested with Pail but I don't think there were changes that would have broken it. Which function are you getting this error with?
     
  29. Offline

    datwerd

    just when i go to mydomain.com:42424 thru browser
    would be a nice feature possible to control server without ssh just thru web-browser

    ive just encountered a bug when someone uses worldedit command //brush smooth
    it crashes the server and java pail says its performing a backup but no backup is being created

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  30. Offline

    dumptruckman

    What you need to do is install the web-interface (which is available to download in the OP) and just navigate to the index included within from your browser. This will allow you browser control of the GUI.

    The gui says it's backing up and the server crashes EVERY time someone does that? It sounds like worldedit crashed your server and the gui just happened to be doing a backup.
     
Thread Status:
Not open for further replies.

Share This Page