Pokechu22 / WorldDownloader-Serverside-Companion

Companion bukkit plugin for WorldDownloader that gives control over what the clientside mod can download.
MIT License
14 stars 4 forks source link

WDLCompanion / World Downloader API

Companion bukkit plugin for the World Downloader mod that gives control over what can be downloaded.

If this plugin is not installed, World Downloader assumes that it can download everything; you can use this plugin if you want to limit WDL's capabilities.

SpigotMC entry | BukkitDev entry

Protocol documentation

Building

First, compile the log4j stubs:

$ cd log4jstub
$ mvn clean install
$ cd ..

Then, compile the plugin itself:

$ mvn clean install