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.

My settings are correct?

Discussion in 'Support' started by zCastle, Apr 11, 2015.

  1. zCastle

    zCastle New Member

    My settings are correct?
    I can not start the server.
    allinone.conf
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "\u00266\u0026lCraft",
        "playerMaximum": 1000,
        "authenticate": true,
        "throttle": 2500,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in",
        "localeOffline": "\u00264\u0026lServidor esta em manutencao!",
        "localeLoggedIn": "You have logged in from another location",
        "localeLostConn": "Lost connection... Please try to reconnect",
        "localeShutdown": "The server is being restarted. Please try to reconnect"
      },
      "queryTcp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5092
        },
        "logins": [
          {
            "username": "hub",
            "password": "password"
          },
          {
            "username": "SW1",
            "password": "sw10"
          }
        ]
      }
    }
    proxy.yml
    Code (text):
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: ip
        password: password
    proxy:
      bind: :25562
      routes:
      - domain: ""
        server: hub
      - domain: example.com
        servers:
        - hub
        - SW1
        motd: Example Custom MOTD
      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: 100
      syncMaxPlayers: false
      authenticate: true
     
    Config Bukkit Connect
    Code (text):
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: password
     
    Connect.yml
    Code (text):
    bind: :5091
    logins:
    - username: ip
      password: password
    - regexp: hub
      password: password
     
  2. Superfuzzy

    Superfuzzy Member

    You are still using JLilyPad. It's a deprecated Project (deprecated for over a year).
    It's the Java Version of LilyPad.

    Please use GOLilyPad, the 'GO' version of LilyPad (another coding language that's more resource friendly)

    For that you just download GoServerConnect and GoServerProxy for your Operating Systemfrom in the Downloads-Tab at the top.
    Also you need to download Bukkit-Connect.jar from the Download-Tab too, and put it in all the servers plugin folders.

    On how to configure the whole thing, read this:
    http://www.lilypadmc.org/threads/configuration-guide.594/

    If you still have questions read a litte more in the Documentation-Tab.

    You can also ask here :)

    Hope I could help
    - superfuzzy
  3. zCastle

    zCastle New Member

    Then do not need the Server-Standalone-All In One?
  4. Superfuzzy

    Superfuzzy Member

    No. That is only for JLilyPad

    What operation system do you want to install it on?

    You only need:
    - GoServerProxy
    - GoServerConnect
    - Bukkit-Connect
    - LilyPadConnectAPI (only if you want to code plugins)

Share This Page