/GroovyRuntimeSupport

Groovy Runtime Support for Bukkit Plugins

Primary LanguageGroovy

GroovyRuntimeSupport

Provides the Groovy Runtime to Bukkit Plugins

Simply build the project with

mvn clean install

and copy the jar from the target folder. Place it in your plugin folder and add a dependency to "GroovyRuntime" in your plugin.yml

depends: [GroovyRuntime]