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.

Solved 2nd Server not showing up on /server

Discussion in 'Support' started by erisawesome, Aug 10, 2013.

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

    erisawesome New Member

    I installed the Bukkit-Portal Command plugin to both of my server (hub and skyblock). And whenever I do /server, the only server that appears is the hub. Both server are connected to the cloud correctly and I tried restarting the proxy and both the servers but nothing seems to work. Any thoughts?


    SkyBlock LilyPad Settings:
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: skyblock
        password: xxxxxxxxxx
     
    Hub LilyPad Settings:
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: xxxxxxxxxx
    Allinone.conf:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "\u00267\u0026kiii \u00266EcoVerse \u0026aNetwork \u00267\u0026kiii",
        "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": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "127.0.0.1",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "xxxxxxxxxx"
          },
          {
            "username": "skyblock",
            "password": "xxxxxxxxxx"
          }
        ]
      }
    }
    Message In Both Server Consoles:
    Code (text):
    09:39:50 [INFO] [Connect] Connected to the cloud
    Last edited: Aug 10, 2013
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Open the config, you will see

    - hub


    And a second line with the right server username.
    so like this:

    - hub
    - skyblock
  3. erisawesome

    erisawesome New Member

    Where in the config?
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    In the LilyPad-Portalcommand folder
  5. erisawesome

    erisawesome New Member

    Thank you so much! :)
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Marked as solved and locked

    Please open a new topic for further questions
Thread Status:
Not open for further replies.

Share This Page