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.

Help with setting up

Discussion in 'Support' started by jerimu, Aug 31, 2013.

  1. jerimu

    jerimu New Member

    I had tryed to do it self but im see it dont work.
    Can some one say why it dont connect?

    Here is my info for the Lillypad server: With the ip: 188.122.88.6 and port: 25611
    Code (text):

    {
      "proxy": {
        "bind": {
          "address": "188.122.88.6",
          "port": 25611
        },
        "outbound": {
          "address": "188.122.88.6"
        },
        "servers": [
          {
            "domain": "Hub",
            "server": "play.br-minecraft.nl:25570"
          }
        ],
        "motd": "A Minecraft Server",
        "playerMaximum": 1,
        "authenticate": false,
        "throttle": 2500,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in",
        "localeOffline": "The requested server is currently offline. Try again later!",
        "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": "188.122.88.6",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "188.122.88.6",
          "port": 25611
        }
      },
      "connect": {
        "bind": {
          "address": "188.122.88.6",
          "port": 5091
        },
        "logins": [
          {
            "username": "Hub",
            "password": "example"
          }
        ]
      }
    And the Lobby Information: Ip: play.br-minecraft.nl port: 25570
    The server.properties
    Code (text):

    #Minecraft server properties
    #Sat Aug 31 11:58:38 CEST 2013
    generator-settings=
    allow-nether=true
    level-name=Lobby
    enable-query=false
    allow-flight=false
    server-port=25570
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=0.0.0.0
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    texture-pack=
    online-mode=true
    pvp=true
    difficulty=1
    gamemode=0
    max-players=50
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    spawn-protection=16
    motd=A Minecraft Server
     
    And the connection Information
    Code (text):

    settings:
      address: 188.122.88.6
      port: 5091
      credentials:
        username: Hub
        password: example
    Can some one help me please

    Problem fixed thanks forum :D Thread can closed ;)
    Last edited: Sep 1, 2013
  2. boboman13

    boboman13 Member Contributor

    "domain": "Hub",
    "server": "play.br-minecraft.nl:25570"

    This needs to be changed to:
    domain: "play.br-minecraft.nl"
    server: "Hub"

    That should fix it.
  3. jerimu

    jerimu New Member

    I have now Every 5 Minutes a Ping time out how can i or my host fix it.
    I have already Ask my host but they say because they not now enough about lilypad i must ask it here.
    So who can help me?

    My Console Say this:
    Code (text):
    01.09 15:08:57 [Server] Startup [LilyPad] build 65 of AllInOne
    01.09 15:08:57 [Multicraft] Loaded config for "Default"
    01.09 15:08:57 [Multicraft] Starting server!
    01.09 15:08:57 [Multicraft] Loading server properties
    01.09 15:08:57 [Multicraft] Server stopped
    01.09 15:08:57 [Multicraft] Looks like a crash, check the server console. Return value: 143
    01.09 15:08:57 [Multicraft] Server shut down
    01.09 15:08:56 [Multicraft] Terminating server via signal
    01.09 15:08:24 [Multicraft] Stopping server!
    01.09 15:08:24 [Multicraft] Ping timeout! Restarting server...
    01.09 15:07:33 [Server] Startup [LilyPad] build 65 of AllInOne
    01.09 15:07:33 [Multicraft] Loaded config for "Default"
    01.09 15:07:33 [Multicraft] Starting server!
    01.09 15:07:33 [Multicraft] Loading server properties
    01.09 15:07:33 [Multicraft] Server stopped
    01.09 15:07:33 [Multicraft] Looks like a crash, check the server console. Return value: 143
    01.09 15:07:33 [Multicraft] Server shut down
    01.09 15:07:33 [Multicraft] Terminating server via signal
    01.09 15:07:01 [Multicraft] Stopping server!
    01.09 15:07:01 [Multicraft] Ping timeout! Restarting server...
    01.09 15:06:10 [Server] Startup [LilyPad] build 65 of AllInOne
    01.09 15:06:10 [Multicraft] Loaded config for "Default"
    01.09 15:06:10 [Multicraft] Starting server!
    01.09 15:06:10 [Multicraft] Loading server properties
    And all the configuration are the same as above but then fixed btw thanks boboman13
  4. boboman13

    boboman13 Member Contributor

    Seems like Multicraft is detecting a server crash. Is the proxy actually crashing, or does that just say it? If the proxy isn't actually crashing, you should talk to your host.
  5. jerimu

    jerimu New Member

    So there is not another fix?

Share This Page