CraftBukkit Testing Environment for Mac & Unix

Discussion in 'Resources' started by AOD_Batman, May 14, 2011.

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

    AOD_Batman

    CraftBukkit Testing Environment for Mac & Unix:
    Version: 1.0

    This is a simple set of BASH shell scripts that will setup testing environments for individual CraftBukkit builds. This is useful for testing out your plugin against many different CraftBukkit builds. To start place the plugin you want to test in the main environment plugins directory. (env/main/plugins) Next install the CraftBukkit build you wish to test. (./install-env.sh 780) The install script will download and install the specified CraftBukkit build into it's own separate directory and make symlinks of all the configs and folders in the main environment. Finally run the testing environment using the run script and test your plugin. (./run-env.sh 780)

    Download CraftBukkit Testing Environment for Mac & Unix

    Changelog:
    Version 1.0
    • Initial release.
     
  2. Offline

    rmsy

    Nice, thanks! :)
     
Thread Status:
Not open for further replies.

Share This Page