-
Notifications
You must be signed in to change notification settings - Fork 1
Adding MapGUI to your plugin
Tonodus edited this page Aug 23, 2014
·
1 revision
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!
To be done
To be done
To be done