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.

Introducing GoLilyPad

Discussion in 'News' started by Coelho, Dec 5, 2013.

  1. Curtis3321

    Curtis3321 New Member

    Okay dude, I spoke to Katie and he told me to run the proxy and connect behind Multicraft. So i'm going to give that ago
  2. The_Zip

    The_Zip Active Member Resource Contributor

    What do you mean by behind MultiCraft?
  3. Curtis3321

    Curtis3321 New Member

    Like not through the Multicraft service but have it running.
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    So you mean by not using Multicraft right?
  5. Curtis3321

    Curtis3321 New Member

    Correct
  6. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    There are many videos on this including a Step by Step guide in documentation.
  7. waffletastic

    waffletastic New Member

    Every time I start the proxy the config for it is reset to default. Does this happen if the config format is invalid or something?

    Edit: here is my config

    Code (text):
    connect:
      address: 127.0.0.1:2021
      credentials:
        username: mcball
        password: password
    proxy:
      bind: 173.208.228.170:25566
      routes:
      - domain: ""
        server: hub
      - domain: mcball.net
        servers:
        - hub
        - mcball
        motd: \u00A77\u00A7k.\u00A72MCBall\u00A7aCTF\u00A77 - \u00A76Welcome\u00A77\u00A7k.
      locale:
        full: &c&lThis server is currently full. Try another!
        offline: &c&lThis server is temporarily offline.
        loggedIn: You seem to be logged in already. Try again later!
        lostConn: &c&lYou have lost connection to MCBall.
        shutdown: &c&lMCBall will be back in a few seconds.
      motd: \u00A77\u00A7k.\u00A72MCBall\u00A7aCTF\u00A77 - \u00A76Welcome\u00A77\u00A7k.
      maxPlayers: 1
      authenticate: true
    Whenever I start the proxy I get this error and the config is set back to default:
    Error during listen listen tcp :25565: bind: address already in use
  8. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Put quotes around your motd and locales. Also, are you sure you want two routes?
  9. Henriksen1000

    Henriksen1000 New Member

    How to add More servers in one server if i have a server and use a HOSTING... and not use my computer to host my server

    I use www.fadehost.com <- For host my server!

    How to use lilypad on a host
  10. The_Zip

    The_Zip Active Member Resource Contributor

    You can't use a MultiCraft host for running LilyPad. Multicraft only allows the usage of jar files to be run.
  11. boboman13

    boboman13 Member Contributor

    Perfectionist Bobo here, but Multicraft allows you to use any command to execute a file. Running a jar file, however, is what Multicraft was designed for and the security implications of running any executable would make any host flinch. Its possible to do it on a custom Multicraft install, but not one for public use.
  12. gregoryg

    gregoryg New Member

    Is LilyPad For Mac?
  13. The_Zip

    The_Zip Active Member Resource Contributor

    Yes, just follow the tutorial that we have and use the darwin version rather than the Linux. The only other difference is that you are doing it on your computer rather through ssh. Please respond further on your other post rather than this one.
  14. juanez

    juanez New Member

    Hi, i'm using Golilypad, and i have the Proxy and Connect,

    I don't know where i have to configure the query port in the proxy.yml.

    ¿Anybody knows?

    Regards.
  15. The_Zip

    The_Zip Active Member Resource Contributor

  16. juanez

    juanez New Member

    Here is my proxy.yml

    connect:
    address: 127.0.0.1:5091
    credentials:
    username: xxxx
    password: xxxx
    proxy:
    bind: :25565
    routes:
    - domain: ""
    server: lobby
    motds:
    - 'Minecraft'
    icon: icon.png
    locale:
    full: The server seems to be currently full. Try again later!
    offline: Estamos de reformas, visita www.servidor-minecraft.com!
    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: 'Minecraft'
    maxPlayers: 100
    authenticate: true


    In some webs of server lists, the query don't works to get the online state of the server, but the server works well.
  17. The_Zip

    The_Zip Active Member Resource Contributor

  18. juanez

    juanez New Member

    Can you put the link to the latest server query protocol for minecraft?

    Regards
  19. The_Zip

    The_Zip Active Member Resource Contributor

  20. juanez

    juanez New Member

    Hi, i'm trying to run Server-Query.

    I execute the Server-Query in the same folder of the Proxy and i get an error message "no main manifest attribute, in Server-Query.jar"

    How can i run the Server-Query whith the Proxy?

    Regards.

Share This Page