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.

Server not connecting

Discussion in 'Support' started by Skyguyy, Jun 20, 2014.

  1. Skyguyy

    Skyguyy New Member

    I seem to have connected all my servers correctly. The console says: 21.06 01:23:08 [Server] INFO [21:23:08 INFO]: [Connect] Connected to the cloud. That seems to be the right thing it should say.. the server shows it's online, but when connecting, it takes forever to log on to the hub and never connects.
    I am using MultiCraft, and it seems that I set it all up correctly. Any help?
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Are you running JLilyPad? If not, can you post the error that you get when you don't connect?
  3. Skyguyy

    Skyguyy New Member

    I'm not running JLilyPad. I'm using the AllInOne plugin. There isn't really an error when you connect, it just appears to keep connecting (never does). Here is my Allinone.conf

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "107.178.108.164",
          "port": 25565
        },
        "outbound": {
          "address": "107.178.108.164"
        },
        "servers": [
          {
            "domain": "*",
            "server": "example"
          }
        ],
        "motd": "A Minecraft Server",
        "playerMaximum": 1,
        "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": "107.178.108.164",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "107.178.108.164",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "107.178.108.164",
          "port": 5091
        },
        "logins": [
          {
            "username": "Hub",
            "password": "asfasdff3a"
          },
          {
            "username": "Factions",
            "password": "asdlfasf1da"
          }
        ]
      }
    }
    Last edited by a moderator: Jun 21, 2014
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    You are using JLilyPad. AllInOne is not a plugin ;) Please use GoLilyPad. JLilyPad is unsupported.

Share This Page