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 Lilypad [Multicraft] showing server down when it isn't

Discussion in 'Support' started by mohawkguy360, Aug 12, 2013.

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

    mohawkguy360 New Member

    Hey so I have a little issue. I am setting up Lilypad on Multicraft and I got it set up. Everything is connected properly. But when I try to connect to the server Lilypad tells me that my server is offline when I try to log on, even though it isn't.
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Download the attachment down below to get the online status back. (The green symbol)
    1. Download the attachment
    2. Unzip it.
    3. Go to /Your_Multicraft_folder/Multicraft/jar
    4. Drag the unzipped file to jar folder ^
    5. Make sure that the .jar file has the same name as the .conf.jar file.

    Attached Files:

  3. mohawkguy360

    mohawkguy360 New Member

    It is when I try to log onto the server itself through the proxy that I have issues. I get the in-game message that says that the server is closed. I have everything right. The server connected to the cloud and all that. The server is up too.
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Localhost or Dedicated?
  5. mohawkguy360

    mohawkguy360 New Member

    It is on a Shared Host. The host opened all ports on the node that I am on, so I don't see why it wouldn't work.
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    May i see all the configs? (Proxy, LilyPad config of all servers you have )
  7. mohawkguy360

    mohawkguy360 New Member

    The "localeOffline": "The requested server is currently offline. Try again later!" is what it shows when I try to connect to the server.

    Lilypad allinone.conf (Password was **** out for public eyes)
    Code (text):

    {
      "proxy": {
        "bind": {
          "address": "s38.hosthorde.com",
          "port": 25598
        },
        "outbound": {
          "address": "s38.hosthorde.com"
        },
        "servers": [
          {
            "domain": "*",
            "server": "example"
          }
        ],
        "motd": "§8§l[§b§lLMC§8§l] §eServer in Maintenance Mode                §e§nwww.linkedmc.com",
        "playerMaximum": 1,
        "authenticate": true,
        "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": "s38.hosthorde.com",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "s38.hosthorde.com",
          "port": 25598
        }
      },
      "connect": {
        "bind": {
          "address": "s38.hosthorde.com",
          "port": 5937
        },
        "logins": [
          {
            "username": "hub",
            "password": "*****"
          }
        ]
      }
    }
     
    Server - Lilypad-Connect config.yml
    Code (text):
    settings:
      address: s38.hosthorde.com
      port: 5937
      credentials:
        username: hub
        password: ******
     
    Server - Bukkit.yml
    Code (text):
    # This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the bukkit wiki at
    # http://wiki.bukkit.org/Bukkit.yml
    settings:
      allow-end: true
      warn-on-overload: true
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
      connection-throttle: 4000
      query-plugins: true
      deprecated-verbose: default
      shutdown-message: Server closed
    spawn-limits:
      monsters: 70
      animals: 15
      water-animals: 5
      ambient: 15
    chunk-gc:
      period-in-ticks: 600
      load-threshold: 0
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
      autosave: 0
    auto-updater:
      enabled: true
      on-broken:
      - warn-console
      - warn-ops
      on-update:
      - warn-console
      - warn-ops
      preferred-channel: rb
      host: dl.bukkit.org
      suggest-channels: true
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: walrus
      url: jdbc:sqlite:{DIR}{NAME}.db
     
  8. mohawkguy360

    mohawkguy360 New Member

    I was running Spigot, but then I switched to Bukkit to see if it would work. I still have Bukkit running.
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    You need to change it to this;

    Code (text):

          {
            "domain": "*",
            "server": "hub"
          }
        ],

    you changed the example username
  10. mohawkguy360

    mohawkguy360 New Member

    Awesome, it works! Now, how do I go about adding more servers? Do I just add another login? Also, how do I go about teleporting between servers?
  11. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Code (text):

        "logins": [
          {
            "username": "hub",
            "password": "*****"
          },
          {
            "username": "skyblock",
            "password": "******"
          }
    Just add a , after the } under password

    Don't do that if there are no server under it.
    Last edited: Aug 12, 2013
  12. mohawkguy360

    mohawkguy360 New Member

    So, how do I teleport between servers now?
  13. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    add the plugin LilyPad-Portal and LilyPad-Portalcommand.

    In the config you will see

    - hub

    Change it to:
    - hub
    - 2nd servername (username)
    etc..
  14. mohawkguy360

    mohawkguy360 New Member

    Awesome, ok.
  15. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Your welcome :)

    --------

    Marked as solved and locked

    Please open a new topic for further questions
Thread Status:
Not open for further replies.

Share This Page