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.

LilyPad-PortalCommand issue

Discussion in 'Support' started by idespam, May 21, 2014.

  1. idespam

    idespam New Member

    Hello,

    I try to be short and clear describing our problem.
    • LilyPad Portals work perfectly, we can trespass all LilyPad connected servers - OK
    • /server command lists all servers listed in PortalCommand config - OK
    • /server command returns the default error for /server ksdjfnksjh - OK
    • /server <existing server> does nothing, no error in log - NOT OK :(
    • ServerStatus displays information properly - OK
    • ServerStatus does not teleport nor returns error - NOT OK :(
    All servers have the latest Bukkit-Portal.jar and Bukkit-PortalCommand.jar in their /plugins folder, properly configured.

    Please recommend solution or at least a way to debug this issue.

    config files
    Code (text):
    # cat /home/mc/servers/lilypad-proxy/proxy.yml
    connect:
      address: 127.0.0.1:5091
      credentials:
        username: proxy
        password: *************
    proxy:
      bind: :25565
      routes:
      - domain: ""
        server: hub
      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: Yet Another LilyPad Server
      maxPlayers: 1000
      authenticate: true


    # cat /home/mc/servers/lilypad-connect/connect.yml
    bind: :5091
    logins:
    - regexp: ^*
      password: *************


    # cat /home/mc/servers/hub-lobby/plugins/LilyPad-Connect/config.yml
    settings:
      address: 127.0.0.1
      port: 5091
      credentials:
        username: hub
        password: *************


    # cat /home/mc/servers/hub-lobby/plugins/LilyPad-PortalCommand/config.yml
    quick-commands: true
    allowed-servers:
    - hub
    - factions
    - prison
    - skyblock
    messages:
      server-offline: '&f[&7Server&f] This server is currently &4offline&f. Try again
        later!'
      allowed-servers: '&fYou can connect to the following servers: {servers}'
      server: '&6{name}&f'

Share This Page