Home - aki-ks/sbt-bukkit GitHub Wiki
SbtBukkit provides sbt support for building Bukkit, Spigot and Bungeecord plugins.
Features
- Build Bukkit, Spigot and Bungeecord plugins with sbt
- Include dependencies in your plugin jar
- Define your plugin configuration (plugin.yml) in your sbt build definition
- Start a server with your plugin(s)
- Recompile your plugin and reload the server with an ingame command
Installation
- 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