Skip to content
Aki edited this page Jul 4, 2018 · 7 revisions

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") to project/plugins.sbt
Clone this wiki locally