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.

Going to servers without connecting to lobby first

Discussion in 'Support' started by Joshuak52, Jan 4, 2014.

  1. Joshuak52

    Joshuak52 New Member

    Basically what i'm asking

    Lets say server1 is hub and server2 is Factionpvp

    Lets say hub ip is hub.ip anf factionpvp is faction.ip

    I want players to do this

    Connect to faction.ip and go to faction server but still be able to walk into portals and go to lobby

    or connect to hub.ip and go to hub server and able to walk to faction there

    I'm new at lillypad please help
  2. Shawshark

    Shawshark Active Member Resource Contributor

    Paste your config and I'll edit it to work the way you explained it here.
  3. Joshuak52

    Joshuak52 New Member

    Which config should I be pasting?
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    He means your AllInOne.conf if you are using JLilyPad. Or proxy.yml if you are using GoLilyPad
  5. The_Zip

    The_Zip Active Member Resource Contributor

    Use the code BB button [​IMG] [​IMG]
  6. TheShadbusher

    TheShadbusher New Member

    Using GoLilyPad:

    Code (text):
    connect:
      address: #######
      credentials:
        username: #######
        password: #######
    proxy:
      bind: :25565
      routes:
      - domain: "lobby.domain"
        server: lobby
      - domain: "factions.domain"
        server: factions
      - domain: "creative.domain"
        server: creative
      locale:
        full: The server seems to be currently full. Try again later!
        offline: The requested 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: 'The Game.'
      maxPlayers: 9001
      authenticate: true

Share This Page