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 Lilypad with Multicraft and Multipe IP's

Discussion in 'Support' started by Medina, Sep 6, 2013.

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

    Medina New Member

    "servers": [
    {
    "domain": "*",
    "server": "hub"
    }
    ],

    should I have specified the server here?
  2. Medina

    Medina New Member

    Okay I think I figured it out. Here is the last issue I'm having.

    When I go into the server and type "/server"
    I only see hub listed.

    I added "factions" into the allinone config and when I connected to the proxy, I got taken to the factions server instead of the hub.

    That lets me know that both the hub and the factions server are properly working in terms of being able to connect through the proxy now, however, I think I added the server incorrectly to the list. I will post the config here so you can see the server part.

    I put it in as.
    "servers": [
    {
    "domain": "*",
    "server": "hub",
    "server": "factions"
    }
    ],

    and it got changed to:
    "servers": [
    {
    "domain": "*",
    "server": "factions"
    }
    ],

    It completely deleted the "hub" part and now places me into the factions server.

    If I type /server hub, it brings me to the hub server, but if I type /server I only see hub there.

    It does not let me type /server factions to go back.
  3. Medina

    Medina New Member

    Here is a better explantion of what I am saying above...

    I've finally got everything to work except the servers list I think.

    When I join the proxy it takes me to the "hub" server.
    If I type /server it says that "hub" is the only server to connect to.

    If I change the server in the config to "factions" it takes me to the factions server.
    If I type /server it still says "hub." I am able to connect to the hub, but not connect back to the factions because it is not in the /server list.
  4. Medina

    Medina New Member

    EUREKA!!!!!!
    After all that I finally got it. I had to allow the factions server in the portalcommand config for both servers as well.

    Now to set up portals using Lilypad Portal. Hopefully that isn't too bad. I will look up some tutorial videos.

    Once again thank you Bobman13.
    I have finally gotten an understanding of how to set up Lilypad (for the most part).

    *** I will frequent these forums and "pay it forward" by helping others who are in need and have similar issues that I had. ***

  5. About7Deaths

    About7Deaths Member

    The login configuration should look like this: (Use the code button from now on)

    Code (text):
        "logins": [
          {
            "username": "Derp",
            "password": "Derp"
          },
          {
            "username": "Derp",
            "password": "Derp"
          },
          {
            "username": "Derp",
            "password": "Derp"
          },
          {
            "username": "Derp",
            "password": "Derp"
          }
        ]
      }
    }
    And the connect plugin configuration should look like this:

    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: Derp
        password: Derp
     
  6. Medina

    Medina New Member

    I already figured it out About. Thanks for all your help!!!
  7. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Topic can be closed?
  8. Medina

    Medina New Member

    I've seem to have figured it all out now. I would say so!
  9. 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