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.

Forced Hosts Question

Discussion in 'Support' started by mohawkguy360, Oct 20, 2013.

  1. mohawkguy360

    mohawkguy360 New Member

    Hey, so I would like to set up forced hosts with Bungee Cord. How would I go about this? My allnone.conf is below, but it says my servers are offline when I try to connect to Lilypad.

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "nope",
          "port": 25598
        },
        "outbound": {
          "address": "s38.hosthorde.com"
        },
        "servers": [
          {
            "domain": "mc.linkedmc.com",
            "server": "lobby"
          },
          {
            "domain": "c.linkedmc.com",
            "server": "creative"
          },
          {
            "domain": "s.linkedmc.com",
            "server": "survival"
          }
        ],
        "motd": "\u00262--\u003c\u0026fwww.\u0026a\u0026lLinkedMC\u0026f.com \u0026a\u0026lNetwork\u00262\u003e--",
        "playerMaximum": 250,
        "authenticate": true,
        "throttle": 2500,
        "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": "nope",
          "port": 4635
        }
      },
      "queryUdp": {
        "bind": {
          "address": "nope",
          "port": 25598
        }
      },
      "connect": {
        "bind": {
          "address": "nope",
          "port": 8643
        },
        "logins": [
          {
            "username": "survival",
            "password": "nope"
          },
          {
            "username": "creative",
            "password": "nope"
          },
          {
            "username": "lobby",
            "password": "nope"
          }
        ]
      }
    }
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    LilyPad is not BungeeCord
  3. mohawkguy360

    mohawkguy360 New Member

    I know that. But I was told that you could set up Lilypad so that you can directly connect to servers with certain domains. As you can see above, I have made multiple servers in the servers section to do that. But it doesn't work.
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Its not possible to connect directly to a sub-server. You have to connect trough the proxy
  5. mohawkguy360

    mohawkguy360 New Member

    Oh, well that stinks. To BungeeCord I go.
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Only cause you can't connect directly?
  7. mohawkguy360

    mohawkguy360 New Member

    Yup. That is a feature that I really need to have. If I can't get it, then I go to where I can.
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Then please read the docs before making use ;)
  9. hamzaxx

    hamzaxx Member

  10. Matrix

    Matrix New Member

    My friend could code you a script.
  11. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    That won't help, its not possible to connect directly to a server and bypass the proxy. You need to connect to the proxy first!

    Script or no script.
  12. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Code (text):

        "servers": [
          {
            "domain": "mc.linkedmc.com",
            "server": "lobby"
          },
          {
            "domain": "c.linkedmc.com",
            "server": "creative"
          },
          {
            "domain": "s.linkedmc.com",
            "server": "survival"
          }
        ],
     
    That is exactly how you do it.

Share This Page