/RasterPlugin

Minecraft plugin to convert GIS raster files into worlds

Primary LanguageJava

RasterPlugin

Minecraft plugin to convert GIS raster files into worlds.

Check out this tutorial on how to install your own Mincraft server. And Check out this link to installing plugins.

Building and packaging

First, download and install Apache Maven.

$ mvn clean package

Installing the Plugin

$ cp target/RasterPlugin-1.0-SNAPSHOT.jar /your/bukkitserver/folder/plugins

If your server is already up and running, you can create a folder named update in your plugins folder and copy the packaged jar into it and issue a reload command at the server command line prompt.