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.

[Help] Adding Multiple Servers to GoLilyPad

Discussion in 'Support' started by MrLizard, May 2, 2014.

  1. MrLizard

    MrLizard New Member

    Ok, so me and @XeStorm have een trying to set up GoLilyPad.
    I've set up everything correctly, but we can only connect to the hub server.
    Proxy.yml
    Code (text):
    connect:
      address: 192.99.13.88:5091
      credentials:
        username: lilypad
        password: password
    proxy:
      bind: :25565
      routes:
      - domain: "blueblix.com"
        server: Hub
      - domain: blueblix.com
        servers:
        - Hub
        - Creative
        - Factions
        - Minigames
        - Skyblock
        - Skywars
        motd: Example Custom MOTD
      - domain: blueblix.com
        server: Hub
        motds:
        -
      - domain: blueblix.com
        server: Hub
        icon: server-icon.png
        icons:
        - server-icon.png
      locale:
        full: The server seems to be currently full. Try again later!
        offline: The Hub server is currently offline. Try again later!
        loggedIn: You seem to be logged in already. Try again later!
        lostConn: Lost connection... Please try to reconnect
        shutdown: The server is being restarted. Please try to reconnect
      motd: '&f&m&l-<--&7&m&l--&f &b&lBlueBlix MiniGames Server &7&m&l--&f&m&l-->-&f                      &6&oServer ETA Release: 16 days'
      maxPlayers: 500
      authenticate: true
     
    connect.yml
    Code (text):
    bind: :5091
    logins:
    - username: lilypad
      password: password
    - regexp: Hub
      password: password
    - regexp: Minigames
      password: password
    - regexp: Creative
      password: password
    - regexp: Skyblock
      password: password
    - regexp: Skywars
      password: password
    - regexp: Factions
      password: password

     
    One of our Bungee Connects
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: Creative
        password: password
     
    Any help is appreciated!
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Don't use RegenXP unless you know what it is. Therefor change you Connect YML too:
    Code (text):
    bind: :5091
    logins:
    - username: lilypad
      password: password
    - username: Hub
      password: password
    - username: Minigames
      password: password
    - username: Creative
      password: password
    - username: Skyblock
      password: password
    - username: Skywars
      password: password
    - username: Factions
      password: password
    Now, are the other servers connecting to the connect? Do you see in the console that it connected to the server, or is it spamming that it is not connected in the console?
  3. MrLizard

    MrLizard New Member

    They were connected and authed

    EDIT:
    Also, I can't join, Only @XeStorm can
  4. The_Zip

    The_Zip Active Member Resource Contributor

  5. MrLizard

    MrLizard New Member

  6. MrLizard

    MrLizard New Member

  7. The_Zip

    The_Zip Active Member Resource Contributor

    Offline message? Can I see a picture or the exact message? And, is it just you?
  8. Tzeentchful

    Tzeentchful Member Contributor

    You have the "blueblix.com" domain defined multiple times, so it's all conflicting.
    What server(s) do you want to join you to when you connect to blueblix.com?

Share This Page