1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

How to add a server thats on a different machine? Help ASAP

Discussion in 'Support' started by CyberTechGuy, Oct 29, 2013.

  1. CyberTechGuy

    CyberTechGuy New Member

    Hello i need help adding a server to my lilypad network thats on a different machine.

    If someone can please edit my config for me :
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "&b&lPlayMC Network",
        "playerMaximum": 1,
        "authenticate": true,
        "throttle": 0,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in",
        "localeOffline": "The requested server is currently offline. Try again later!",
        "localeLoggedIn": "You have logged in from another location",
        "localeLostConn": "Lost connection... Please try to reconnect",
        "localeShutdown": "The server is being restarted. Please try to reconnect"
      },
      "queryTcp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": ""
          },
          {
            "username": "factions",
            "password": ""
          },
          {
            "username": "kitpvp",
            "password": ""
          },
          {
            "username": "skyblock",
            "password": ""
          },
          {
            "username": "copsandrobbers",
            "password": ""
          },
          {
            "username": "creative",
            "password": ""
          },
          {
            "username": "parkour",
            "password": ""
          }
        ]
      }
    }
    and tell me exactly were they made any changes

    thanks alot!
  2. The_Zip

    The_Zip Active Member Resource Contributor

    No one is going to just edit your config for you.... If you want to put this in the job section of the forum I am sure someone will do it for a few buck('s). But I am sure that you can do it yourself, Coelho made it super easy to configure, read this http://www.lilypadmc.org/threads/how-to-setup-lilypad-with-multicraft.133/ and if you have any more questions feel free to ask.
  3. About7Deaths

    About7Deaths Member

    Not enough info. :p
    • Agree Agree x 2
  4. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Just have the other machine have a Bukkit-Connect plugin config with the IP of your LilyPad machine.

Share This Page