-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aki edited this page Jul 4, 2018
·
7 revisions
SbtBukkit provides sbt support for building Bukkit, Spigot and Bungeecord plugins.
- 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
- 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