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.

Usage Connecting your Bukkit servers

Discussion in 'Documentation' started by Coelho, Apr 20, 2013.

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

    Coelho Software Engineer Staff Member Administrator Maintainer

    Concept
    To make the development and usage of the LilyPad system easy as possible, one Billot plugin is required to be installed on each Bukkit server connected to LilyPad. This allows developers to more easily integrate their software with our diverse API, and thus allows us to have more optimized, diverse, and functional Bukkit plugins.

    Download
    You can download the latest build of the Bukkit Connect plugin by clicking here. Please note that this build may not be stable, and you may want to select from an archive of previous older builds by clicking here.

    Installation
    You can quickly install the plugin by putting the Bukkit-Connect.jar in your plugins folder under your Bukkit server's directory. Restart the server to load the plugin and a configuration will be generated located at plugins/LilyPad-Connect/config.yml.

    Configuring it
    The configuration file is stored in plugins/LilyPad-Connect/config.yml and, as opposed to the servers being in JSON, this configuration is conveniently in YAML for consistency within the Bukkit platform.

    The default configuration is:
    Code (yaml):

    settings
    :
      address
    : 127.0.0.1
      port
    : 5091
      credentials
    :
        username
    : example
        password
    : example
     
    The address and port will have to be that of your Connect server (not your Proxy!) which is by default the same. The credentials are the username and password that will be assigned to this server, also stated in the connect.conf (or allinone.conf) of your Connect server. Each Bukkit server is required to have a unique username.

    All Done
    Your Bukkit server should be connected and ready to go.
    Code (text):
    [Connect] Connected to the cloud

    Have fun!
    Last edited by a moderator: Dec 24, 2013
    • Informative Informative x 1
Thread Status:
Not open for further replies.

Share This Page