Mineuniverse
Log in Register
Plugins

GroovyLoader

Groovy Loader
by Dpohvar
Download Claim this project
811 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Developer Tools

Groovy Loader

Load plugins written in groovy. Version: 0.1

Features

  • download groovy library from maven repository
  • check latest version of groovy
  • use local maven repository (but not necessary)

Config

Default config in file plugins/GroovyLoader/config.yml
You can create file manually before first run

repositories:
- http://repo1.maven.org/maven2/
- http://repository.codehaus.org/
artifacts:
- org.codehaus.groovy:groovy-all::indy
local-repository: .m2
  • repositories: list of maven repositories
  • artifacts: list of artifacts to download or load.
    artifact format: groupId:artifactId:version:build:extension
    if version is empty, GroovyLoader will try to load the latest version of artifact
  • local-repository: path to your local maven repository. If maven is not installed just leave as it is

Development

Now you can use Groovy in your bukkit plugins!
just add to your plugin.yml:

depend: [GroovyLoader]

plugin example

GroovyLoader v0.1
MC 1.7.4
Release 2014-08-14 Get

More from Dpohvar

VarScript
6,972

You Might Also Like

AdBolt Advertising Network
Make money from your Minecraft server by running ads!
9,992
Mineload
Mineload
9,978
BeastTP
BeastTP v1.0 - Teleportation Made Easy! -[Permissions][1317]
9,966
RegionManager
generate regions with just one command!
9,950
TimeKeeper
Keep the Server-Playtime per Day
9,948
SimpleAdmin
simple way to ban/kick unwanted players from your server
9,945