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-Server is currently offline.

Discussion in 'Support' started by Alex Chmil, Aug 7, 2014.

  1. Alex Chmil

    Alex Chmil Member

    So i just installed LilyPad on my VPN, I need to get it all working within the next few days as my server network will be released soon. I had Bungeecord for a few months now and I thought that it would be better to switch to LilyPad as I like the plugin's that work with it.(/hub brings you to main server, LilyAlert, Etc.) So basically I set it all up, started my connect server, started the proxy, started my lobby server and tried to connect, it kicks me with an error saying: "Failed to connect to server, The requested server is currently offline. Try again Later!"
    I just installed it today with all the latest updates. I got the "Last Successful Artifacts" for the bukkit conenct and I installed the proxy and connect server's with "wget". I still have bungeecord installed but i made sure to stop the proxy when i tried the lilypad server. Also, can someone help by adding a few more server's to the config, it's a little bit confusing for me :p (im too lazy). I need to add theses server name's: Survival, Creative and Factions. Here are my configs:
    Connect Server:
    Code (text):
    bind: :5091
    logins:
    - username: XeonLilyPad
      password: EU2pGqaaHJNrVBYV
    - regexp: lobby
      password: EU2pGqaaHJNrVBYV
     
    Here is my Proxy Config:
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: XeonLilyPad
        password: EU2pGqaaHJNrVBYV
    proxy:
      bind: :25900
      routes:
      - domain: "*"
        server: lobby
      - domain: Xeonnetwork.net
        servers:
        - hub1
        - hub2
        motd: Example Custom MOTD
      - domain: hub.exmaple.com
        server: hub
        motds:
        - Example MOTD 1
        - Example MOTD 2
      - domain: icon.exmaple.com
        server: hub
        icon: icon.png
        icons:
        - icon1.png
        - icon2.png
        - icons/icon3.png
      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: '&b&lLilyPad Test Server'
      maxPlayers: 1
      authenticate: true
     
    Here is my Bukkit-Connect Config:
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: lobby
        password: EU2pGqaaHJNrVBYV
     
    I am going to switch back to the 25565 port when i get lilypad to work, and i will be able to remove BUngee completly.
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Well man, there is no need to private message people about your issues. The community on the forums will get back to you as soon as all of us can.

    Though, regarding your issues, I would suggest doing some more reading about LilyPad. I would suggest reading the configuration guide, http://www.lilypadmc.org/threads/configuration-guide.594/ .

    That being said you would want your config to look like this:
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: XeonLilyPad
        password: EU2pGqaaHJNrVBYV
    proxy:
      bind: :25900
      routes:
      - domain: ""
        server: lobby
      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: '&b&lLilyPad Test Server'
      maxPlayers: 1
      authenticate: true
  3. Alex Chmil

    Alex Chmil Member

    Still Doesnt work :/
  4. Alex Chmil

    Alex Chmil Member

    After it didn't work, I went and checked the passwords and tuned out that the connect password for the proxy config was incorrect. now when i try to join i get this error: Internal Exception: java.lang.ClassCastException: bll cannot be cast to fv. Sometime's I get" If you wish to use IP forwarding, please enable it in your BungeeCord config as well!"
    In my server console I get:
    Code (text):
    [19:49:18 INFO]: /(MY IP ADDRESS) lost connection: If you wish to use IP forwarding, please enable it in your BungeeCord config as well!
     
    In my proxy console I get:
    Code (text):
    Proxy server, authorized: fartman65 ip: (MY IP ADDRESS)
    Proxy server, name: fartman65 ip: (MY IP ADDRESS)disconnected: read tcp (MY IP ADDRESS) use of closed network connection
     
    Please help me as soon as possible. School is starting soon and i need to get this project finished, Thanks in advance!
  5. Alex Chmil

    Alex Chmil Member

    Found the problem. In the spigot.yml I still had set Bungeecord to true. Upon disabling it, everything started to come together :d

Share This Page