Sbt support for Bukkit, Spigot and Bungeecord plugins.
See the wiki for installation, features and full usage of this plugin.
- Clone/download this repository
- Run
sbt publishLocal
in this directory. That publishes this plugin into your local ivy repository. - Add
addSbtPlugin("me.aki.sbt" % "sbt-bukkit" % "latest.any")
toproject/plugins.sbt
Enable the BukkitPlugin
for your module.
enablePlugins(BukkitPlugin)
Enter your sbt shell and execute Bukkit/packagePlugin
.
Your plugin, its dependencies and a generated plugin.yml file will be packaged into a ready to use bukkit plugin jar.
Run Bukkit/startServer
to start a server with your plugin.