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-icon doesn't work.

Discussion in 'Support' started by Erik, Jul 16, 2014.

  1. Erik

    Erik New Member

    When I put the server-icon into the proxy server the server responds back to me with "Can't reach server". When I try logging in, it logs in no problem. I have tried 2 different server icons and both "make the server go offline". PLEASE HELP!

    Image: http://gyazo.com/3f3ed54c54febf99b530f0cae0b4df63
  2. The_Zip

    The_Zip Active Member Resource Contributor

    How is your proxy configured? Do you have it configured similar to below with the specified name what the name of the picture is?

    Code (text):
      - domain:
        server:
        icon: icon.png
    If this doesn't fix your issue, paste your proxy config using the bb code(the picture seen below) and upload your server icon (the second picture seen below)
    [​IMG]
    [​IMG]
  3. Erik

    Erik New Member

    it is like this: http://gyazo.com/9169b556426951248d6483b6e9606e2b
  4. The_Zip

    The_Zip Active Member Resource Contributor

    Get rid of this part:
    Code (text):
    icons:

    - icon1.png
    - icon2.ong
    If that still doesn't work once again, "If this doesn't fix your issue, paste your proxy config using the bb code(the picture seen below) and upload your server icon (the second picture seen below)".
  5. Erik

    Erik New Member

    Here is everything:
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: LilyPad
        password: hfju28683hfbsjds
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: hub
      - domain: example.com
        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:
        - 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♦♦ §cEdge NetWorks §b♦♦    §3PvP Nation §5■ §2BearNation \n§dFactions §e‡ §aSurvival §e‡ §fCreative §e‡ §6Minigames"
      maxPlayers: 500
      authenticate: true
     
    Image:

    [​IMG]
  6. The_Zip

    The_Zip Active Member Resource Contributor

    aaa! Your configs a little bit of a mess:p I would suggest reading the configuration guide so you know exactly what I changed, but run the config below and everything should be fine. Configuration guide: http://www.lilypadmc.org/threads/configuration-guide.594/#post-5016

    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: LilyPad
        password: hfju28683hfbsjds
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: hub
        icon: icon.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♦♦ §cEdge NetWorks §b♦♦    §3PvP Nation §5■ §2BearNation \n§dFactions §e‡ §aSurvival §e‡ §fCreative §e‡ §6Minigames"
      maxPlayers: 500
      authenticate: true
  7. Erik

    Erik New Member

    What should it be called? server-icon.png or icon.png?
  8. The_Zip

    The_Zip Active Member Resource Contributor

    Whatever you want, just make sure its named the same as whats specified in the proxy config.
  9. Erik

    Erik New Member

    It is still not working :(
  10. Erik

    Erik New Member

    Do you have Skype?
  11. The_Zip

    The_Zip Active Member Resource Contributor

    Ok, use this logo instead http://thezip.us/Erik.png .

    I do have a Skype, but I usually don't just give it out to people, I would have allot of contacts if I did that. Using this logo should fix everything.
    • Agree Agree x 1
  12. Erik

    Erik New Member

    How did you get it to work?
  13. The_Zip

    The_Zip Active Member Resource Contributor

    I just remade the logo, it happened to me awhile ago, and has happened a few times on the forums.... Though I haven't figured out why yet.
  14. Erik

    Erik New Member

    I got another logo made and it is doing the same thing. Can you remake it again?
    [​IMG]
  15. Alex Chmil

    Alex Chmil Member

    Here try this: Your icon config should look something like this:

    If you want two icons:
    Code (text):
        icons:
        - Erik.png
        - Erik2.png
    This should work if you kept both files names the same ^.
    If you just want newest one:
    Code (text):
        icons:
        - Erik2.png
    I uploaded the same new image icon below,I just opened it up in Photoshop and compressed it differently.
    If you need any more assistance or help, I am looking for a server to help develop on. You can PM me and i can give you a little bit more information about me ;)
    Press "Erik2.png" below to download

    Attached Files:

  16. Erik

    Erik New Member

    Thanks
  17. Alex Chmil

    Alex Chmil Member

    Let me know if it works or not ;)
  18. The_Zip

    The_Zip Active Member Resource Contributor

    Your logo will work, though for reference how did you compress it differently?

    [​IMG]
  19. Alex Chmil

    Alex Chmil Member

    I saved the file to my desktop.
    Right-Click, Open With, Adobe Photoshop
    Click File, Save-As
    Select PNG file type, Delete EVERYTHING in the name bar
    Give it a name(without the .png in the name bar
    Save It
    A window should pop up asking about compression type, Make sure to chose the slow version.
    Then make sure the picture name matches up in the proxy config :D
  20. Erik

    Erik New Member

    Are you a dev?

Share This Page