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

Seek help! How do I use it! #7

Open Geisha001 opened 3 years ago

Geisha001 commented 3 years ago

I'm a novice. How can I compile and package this plug-in and what software should I use?

Pokechu22 commented 3 years ago

To compile the plugin, you need to install Apache Maven and then follow the steps in the README (there is a dependency that must be built first). The plugin will be in the build folder.

The plugin targets anything that implements the Bukkit API, and is tested against craftbukkit descendants (i.e. it should work with spigot/paper). It should work with Minecraft versions 1.8 and newer, though it has not yet been tested against Minecraft 1.17 because WDL itself has not been updated to 1.17 yet (if it starts without putting warnings into the server console, it should work fine on 1.17 though).