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.

Server Always Offline

Discussion in 'Support' started by TheGamesHawk2001, Jul 6, 2014.

  1. TheGamesHawk2001

    TheGamesHawk2001 New Member

    http://prntscr.com/3zz23m

    I did all that put the connect plugin on my server made the password as it is in the photo & I cant connect, im connecting with :25565
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Hey games,

    Nice seeing you here! I would suggest reading the configuration guide, your off on allot of things. http://www.lilypadmc.org/threads/configuration-guide.594/

    If you still have questions after reading this, paste your configs in pastebin or using the bbcode on the website and I'll edit them and give some more explanation.
  3. TheGamesHawk2001

    TheGamesHawk2001 New Member

  4. charries96

    charries96 New Member

  5. TheGamesHawk2001

    TheGamesHawk2001 New Member

    My MOTD on localhost is "A LilyPad Server"
  6. charries96

    charries96 New Member

    Can you post a screenshot or a log file from the connect process?
  7. TheGamesHawk2001

    TheGamesHawk2001 New Member

  8. The_Zip

    The_Zip Active Member Resource Contributor

    I don't see why that is relevant @charries96 , and if you haven't port forwarded your ip than charries is right, you must connect through a localhost, though both arn't your problem.

    If you would decide to in-depth read the configuration guide you would see that you are wrong on a few things. The two things that would be important to you are in the connect config, and as it is highlighted in the configuration guide it states that A) You shouldn't use regexp unless you know what it is, B) The first username and password in you connect are the proxy user name and password, C) You don't need all the junk in the config that you don't use.

    Therefor change all your configs too look like this:

    Proxy:
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: Proxy
        password: password
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: Hub
      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: 1
      authenticate: true
    Connect:
    Code (text):
    bind: :5091
    logins:
    - username: Proxy
      password: password
    - username: Hub
      password: password
    - username: Kitpvp
      password: password
    - regexp: Kitpvp
      password: password
    - username: Survival
      password: password
    - regexp: Survival
      password: password
    Hub Config:
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: Hub
        password: password
    Within that, it is best that all the passwords arn't the same thing.
  9. charries96

    charries96 New Member

    I wanted to see if it was actually connecting to the connect process because if it wasn't then there's the problem! :p
  10. The_Zip

    The_Zip Active Member Resource Contributor

    Yeah, though his configs are just a mess.... My last post should hopefully clarify some things for him.
  11. charries96

    charries96 New Member

    [​IMG]

    Think I got it. Setup a separate username for the proxy and it should work.
  12. TheGamesHawk2001

    TheGamesHawk2001 New Member

    Now connect to the server with :25565?
  13. charries96

    charries96 New Member

    just "localhost" should work because Minecraft defaults to that port, but you can add the 25565 if you want.
  14. TheGamesHawk2001

    TheGamesHawk2001 New Member

    Also how would I add more servers?
  15. charries96

    charries96 New Member

    Literally repeat the process but using different usernames for the Bukkit-Connect config :)
  16. The_Zip

    The_Zip Active Member Resource Contributor

    Minecraft default port is 25565, you don't need to add it to the end of any address when you connect. Just use localhost.

    You would add another server just as you added your hub. Therefor, if you were going to add the KitPvP server that you specified in the connect config it would look like this:

    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: KitPvP
        password: password
    And everything will work the same.
  17. TheGamesHawk2001

    TheGamesHawk2001 New Member

    But what shud I make kitpvp's port?
  18. charries96

    charries96 New Member

    Anything you want, aim for something you know won't be used though.

    See here for a list of ports to avoid.

Share This Page