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.
Coelho

LilyPad PortalCommand b12

Accompany your portals with commands

  1. dawandavid

    dawandavid Member

  2. dawandavid

    dawandavid Member

    Code (text):
    quick-commands: true
    allowed-servers:
    - hub
    - dawandavid
    messages:
    allowed-servers: '&6You can connect to the following servers:&b {servers}'
    server: '&6{name}&f'
  3. dawandavid

    dawandavid Member

    redirectLastServer: false
    spawnAtPortalEndpoint: false
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    not that one
  5. dawandavid

    dawandavid Member

    settings:
    address: 127.0.0.1
    port: 5091
    credentials:
    username: example
    password: example

    What Proxy?
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

  7. dawandavid

    dawandavid Member

    I can´t join the server now!
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

  9. dawandavid

    dawandavid Member

    It says error when i test to login!
    Error LilyPad failed
  10. dawandavid

    dawandavid Member

    I have the server on BukkitGUI!!!
  11. dawandavid

    dawandavid Member

    Code (text):
    {
      "proxy": {
      "bind": {
      "address": "0.0.0.0",
      "port": 25565
      },
      "outbound": {
      "address": "0.0.0.0"
      },
      "servers": [
      {
      "domain": "*",
      "server": "example"
      }
      ],
      "motd": "A Minecraft Server",
      "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 restarting. 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": 5091
      },
      "logins": [
      {
      "username": "example",
      "password": "example"
      }
      ]
      }
    }
  12. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        },
        "outbound": {
          "address": "0.0.0.0"
        },
        "servers": [
          {
            "domain": "*",
            "server": "example"
          }
        ],
        "motd": "A Minecraft Server",
        "playerMaximum": 10,
        "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 restarting. 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": 5091
        },
        "logins": [
          {
            "username": "example",
            "password": "example"
          }
        ]
      }
    }
    Thats the right one. now change the server port where we are on, from 25565 to 25566
  13. dawandavid

    dawandavid Member

    Im in 25565!
    Im Life in swede!
  14. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    The server where we are on, needs to have the port 25566.

    And it doesn't metter if you are in Sweden or not
  15. dawandavid

    dawandavid Member

    okey i change all there it says: 25565 ?
  16. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Go to the server.properties of the server where i am on now. Then change 25565 to 25566. then restart

    Don't change anyhing on the proxy config.
  17. dawandavid

    dawandavid Member

    Im don´t have Proxy config in my server map!
  18. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    You made second folder for the proxy?
  19. dawandavid

    dawandavid Member

    Should i make a folder with name Proxy in the server map?
    And in that i put a config file?
  20. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Download (3.43 MB)

    Download that, then unpack it. Open it, drag all the server files (where we were just on) to the folder "SERVER/Server" Then change the server port of the server where we just were on to 25566.

    Then start both servers.

Share This Page