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.

Huge Problem! Will not spawn in Hub!

Discussion in 'Bug Reports' started by SkInNyBoNeS321, Oct 22, 2014.

  1. SkInNyBoNeS321

    SkInNyBoNeS321 New Member

    Hello,
    Recently my server had a hugemajor crashing problem, I fixed it finally by re-poet forwarding all of my ports ect. Anyways I noticed instead of spawning in my hub when you first join my server you spawn in a random one such as creative, skywars, ect. I don't know how to fix this, I even looked around. In my proxy it says that the server to spawn in is my hub but it keeps sending me and other players to the others servers not in order, either towny, creative, or skywars. And i don't understand why it won't be like it use to back when everyone would spawn in the hub. Please help me please give me a response. Thanks

    SkInNyBoNeS321
    Server ip: if wanting to text

    bonescraft.cr.rs

    Thanks
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Can you please post you configs.
  3. SkInNyBoNeS321

    SkInNyBoNeS321 New Member

    This is my proxy config
    btw I do have my username and password in there I just took it out for safety.


    connect:
    address: 127.0.0.1:5091
    credentials:
    username:
    password:
    proxy:
    bind: :25565
    routes:
    - domain: ""
    server: hub
    - domain: bonescraft.cr.rs
    servers:
    - creative
    - towny
    - skywars
    - kitpvp
    motd: Welcome to Bonescraft
    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: A LilyPad Server
    maxPlayers: 60
    authenticate: true
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Simple mistake, you are sending anyone connecting through your ip to the hub, and anyone connect through bonescraft.cr.rs goes to the four other servers at random. I would suggest reading the configuration guide to get a little more insight. Use the config below and everything should work fine, remember to add your username and passwords.

    Code (text):
    connect:
    address: 127.0.0.1:5091
    credentials:
    username:
    password:
    proxy:
    bind: :25565
    routes:
    - domain: bonescraft.cr.rs
    server: hub
    motd: Welcome to Bonescraft
    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: A LilyPad Server
    maxPlayers: 60
    authenticate: true
  5. SkInNyBoNeS321

    SkInNyBoNeS321 New Member

    Thanks for the help, but I also have a small problem. When I use the code that you left my proxy will go up for one second but then all of a sudden disappear. I don't know what to do, so then I found out that you don't have another - domain underneath the server column. I put that in and I had to redo all of my proxy again. Like it went back to default. I'm still very confused, anymore ideas or tips you could give me?
  6. SkInNyBoNeS321

    SkInNyBoNeS321 New Member

    Never mind it worked! Thanks for your help I appreciate it :)

Share This Page