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.

Lilypad Server command only finds one server

Discussion in 'Support' started by Mattyhh, Nov 14, 2013.

  1. Mattyhh

    Mattyhh Member

    Sup lilypadmc! I managed to get everything work except one thing.. the hub server doesn't find the other server but they are both connected to the cloud. help would be appriciated.



    RUNNING SPIGOT 1.7.2 UPDATE #17
    No errors in console.


    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "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": "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": "example",
            "password": "example"
          },
          {
            "username": "parkour",
            "password": "example"
          }
        ]
      }
    }

    EDIT: Once you say /server, it only finds hub and not the other one.
    Last edited: Nov 14, 2013
  2. hamzaxx

    hamzaxx Member

    Whats your Bukkit-connect config?
  3. Mattyhh

    Mattyhh Member

    Lobby:
    Code (text):

    settings:
      address: 0.0.0.0
      port: 5091
      credentials:
        username: example
        password: example

     

    Parkour:
    Code (text):
    settings:
      address: 0.0.0.0
      port: 5091
      credentials:
        username: parkour
        password: example
     


    NOTE: It also says Authenication to minecraft.net : FAILED
  4. The_Zip

    The_Zip Active Member Resource Contributor

    NOTE: It also says Authenication to minecraft.net : FAILED

    Are you getting this error when you log in? or in the console?
  5. Mattyhh

    Mattyhh Member

    I can join through localhost but not through my public ip :3 and no it doesnt say in the console :3
  6. Mattyhh

    Mattyhh Member

    S
    Suddenly it worked to join through my public ip, but it doesn't connect the other servers in the /server command any help?
  7. hamzaxx

    hamzaxx Member

    you need Bukkit-Portal to use Bukkit-PortalCommand and all servers connected to lilypad must have both plugins.
    • Informative Informative x 1
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    And you need to add all the servers in the PortalCommand config.
    • Informative Informative x 1
  9. Mattyhh

    Mattyhh Member

    Omg! Thanks! but, i'm getting connection authenication to minecraft.net failed something :3
  10. Mattyhh

    Mattyhh Member

    OMG I GOT IT WORKING! now i only need to find out how lilypad can redirect from lobby to a vanilla server...... that was easy in bungee but it had alot of bugs.... any ideas?
  11. Mattyhh

    Mattyhh Member

    Btw, i still have error authenication to minecraft something when i connect to a public ip.
  12. Mattyhh

    Mattyhh Member

    Anyone? :3
  13. The_Zip

    The_Zip Active Member Resource Contributor

    First off man, please just don't spam your post, click the edit box next time, so it is easier to read. Second, please don't post "anyone" only after a few hours. We will do out best to get back to you, but you will have to wait a little longer. If it had been a few days that yes, you should bump it or say anyone.

    Next, you might be surprised on how much information Google has, and the LilyPad forums. If you did do a search on Google or the Forums, you would find that other people might have has the same issues as you did.

    Lately, about the vanilla server. I have never tried or thought about using it before. But, you could just use a Bukkit, and not put any plugins into it.
  14. Mattyhh

    Mattyhh Member

    E
    mh i'm sorry about that......about the vanilla i wouldn't have the vanilla items such as the new plants ect.
  15. Mattyhh

    Mattyhh Member

    So can you tell me why i get authenication failed minecraft.net?
  16. hamzaxx

    hamzaxx Member

    turn offline mode to true.
  17. Mattyhh

    Mattyhh Member

    They are already on true.
  18. Mattyhh

    Mattyhh Member

    Btw how do i redirect? I really need this! is there a plugin or anything??
  19. The_Zip

    The_Zip Active Member Resource Contributor

    Than you shouldn't be getting the error if there are on true. And there is no plugin for it, because you can not put plugins into a vanilla server. There is no current way to do this if you want the 1.7 blocks for LilyPad, and from my knowledge any other public mine craft proxy.
  20. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Update your LilyPad version :)

Share This Page