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 Help me with my GoLilypad Problem

Discussion in 'Support' started by rivwhall05, Jul 1, 2014.

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

    rivwhall05 New Member

    i have this server with golilypad on i have the plugins i needed and stuff so when i made the portals
    and i went in them it won't take me to the server i want the server i was trying to connect to was survival
    i done /survival and i done /server survival my config is here if u need to view it


    Config:
    Main lilypad connect:

    bind: :5091
    logins:
    - username: ip
    password: (Hidden)
    - regexp: hub
    password: (Hidden)
    - regexp: survival
    password: (Hidden)
    - regexp: factions
    password: (Hidden)

    Main Lilypad Proxy:

    connect:
    address: (Hidden)
    credentials:
    username: ip
    password: (Hidden)
    proxy:
    bind: :25565
    routes:
    - domain: "(Hidden)"
    server: hub
    - domain: (Hidden)
    servers:
    - hub
    - survival
    - factions
    motd: Test For GoLilypad!
    locale:
    full: The server seems to be full. Try again later!
    offline: The requested server is offline at the moment. Try again later!
    loggedIn: It seams like your account is logged on the server. Try again later!
    lostConn: Lost connection... Please try to reconnect
    shutdown: The server is being restarted. Please try to reconnect
    motd: Test For GoLilypad!
    maxPlayers: 1000
    authenticate: true

    Hub Server Connect:

    settings:
    address: 127.0.0.1
    port: 5091
    credentials:
    username: hub
    password: (Hidden)

    Hub server Portal-commands:

    quick-commands: true
    allowed-servers:
    - hub
    - survival
    - factions
    messages:
    server-offline: '&f[&bOnyZEmpire&f] This server is currently &4offline&f. Try again
    later!'
    allowed-servers: '&fYou can connect to the following servers: {servers}'
    server: '&b{name}&c'

    i did the same for all i copied it and pasted it plz help :(
  2. The_Zip

    The_Zip Active Member Resource Contributor

    I am quite confused about multiple things in this post. In your response could you try to use some grammar in your english, and use punctuation. Maybe re-read your post to make sure everything makes sense.

    Next, looking at your configs.... With you connect config don't use regexp unless you know how to use it properly, switch everything from regexp to username. Next, with your other configs, there is multiple things wrong. I suggest reading the Configuration Guide , hopefully that will help you out, if you post your code using the code button as you see a picture below, I will be able to edit them for you.

    [​IMG]

    And third, what is your issue? Why did you post the thread?
  3. rivwhall05

    rivwhall05 New Member

  4. The_Zip

    The_Zip Active Member Resource Contributor

    Thanks for the heads up, try the download link on LilyEssentials page now.
  5. rivwhall05

    rivwhall05 New Member

    k thx anyway i was adding a new server to lilypad but it says Can't connect to the requested server
    Proxy Version:79 (64-bit)
    Connect Version: 32 (64-bit)
    Craftbukkit version:craftbukkit-1.7.9-R0.2
    Can u help me or do u need my server files?

    *EDITED*
    the lilyessentials site dosnt work it says Wait jenkins is restarting
  6. The_Zip

    The_Zip Active Member Resource Contributor

    Can you give a little more information other than just the build numbers? Configs? and where are you see the can't connect to requested server message?

    Also regarding the Jenkins that LilyEssentials is on, I am well aware that it says its restarting, I have been having issues updating it and don't know if I will continue the continues integration now that it is more established. Rather than anything new that is added just be a new update on the forums. The download link on the LilyEssentials page will give you the newest version of the plugin.
  7. rivwhall05

    rivwhall05 New Member

    It happends on the hub server
    here are my configs

    GOLilypad Connect:
    Code (text):
    bind: :5091
    logins:
    - username: proxy
      password: {hidden}
    - regexp: hub
      password: {hidden}
    GOLilypad Proxy:
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: proxy
        password: {hidden}
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: example
      - domain: example.com
        servers:
        - hub
        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: A test NO ONE JOIN ! UNDER CONSTRUCTION! NOT EVEN STAFF! SORRY
      maxPlayers: 1
      authenticate: true
     
    Hub Server Connect:
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: {hidden}
        password: {hidden}
     
  8. The_Zip

    The_Zip Active Member Resource Contributor

    I would suggest reading the configuration guide, it might help you understand a few things. http://www.lilypadmc.org/threads/configuration-guide.594/

    After reading that you hopefully came to the conclusion that you want your proxy config too look like this:

    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: proxy
        password: {hidden}
    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 test NO ONE JOIN ! UNDER CONSTRUCTION! NOT EVEN STAFF! SORRY
      maxPlayers: 1
      authenticate: true
    Also, you will learn that you shouldn't use regexp unless you know what it is, change it to username.
  9. rivwhall05

    rivwhall05 New Member

    THANK YOU SO MUSH @The_Zip I LOVE YOU! YOUR A EPIC GUY!
    :):):):):):):):):):):):):):):) @The_Zip ---> :cool: <--- EPIC!
  10. The_Zip

    The_Zip Active Member Resource Contributor

    Haha, glad I could be of help.
Thread Status:
Not open for further replies.

Share This Page