Skip to content

Adding MapGUI to your plugin

Tonodus edited this page Aug 23, 2014 · 1 revision

Adding MapGUI to your plugin

Some simple steps to add MapGUI to your bukkit plugin:

First, let's tell CraftBukkit you like to use MapGUI! Add this line to your plugin.yml:
depend: [MapGUI] if you don't want your plugin running, if there's no MapGUI
or
softdepend: [MapGUI] if your plugin should run although MapGUI isn't available

Then let's code!

You use Gradle

To be done

You use Maven

To be done

You don't use Gradle nor Maven

To be done

Clone this wiki locally