Skip to content

garagepoort/StaffPlusPlus

Repository files navigation

Staff++

Originally created by Shortninja66. After Shortninja66's early passing, Qball continued maintaining and developing the plugin.

Now after a while I stumbled upon it and its background. My goal is to add new functionalities and fix a lot of the open bugs, hopefully making this plugin very robust with many features useful for small and big servers.

I forked this repository to implement a release cycle strategy in which different versions for different server will be supported. The main reason for this is so that we can start implementing new features easily using new versions of the spigot api, without worrying about backwards compatibility.

Builds

master release1.19.0 release1.18.0 release1.17.0 release1.16.0 release1.15.0 release1.14.0 release1.13.0 release1.12.0

Versions

With this new release cycle a new versioning strategy is introduced:

For every spigot version we will create a new release. This means that you must download not the newest update but the one suitable for your server.

  • Server on Spigot 1.12.x -> StaffPlusPlus 1.12.x
  • Server on Spigot 1.13.x -> StaffPlusPlus 1.13.x
  • Server on Spigot 1.14.x -> StaffPlusPlus 1.14.x
  • Server on Spigot 1.15.x -> StaffPlusPlus 1.15.x
  • Server on Spigot 1.16.x -> StaffPlusPlus 1.16.x
  • Server on Spigot 1.17.x -> StaffPlusPlus 1.17.x
  • Server on Spigot 1.18.x -> StaffPlusPlus 1.18.x

Support

  • New features will be added to all versions >= 1.12
  • Bugs will be fixed on all versions >= 1.12
  • End Of Life, no support will be provided for versions < 1.12

Useful links

Contributing

  • Fork this repo
  • Clone your repo
  • Make your changes
  • Submit a pull request

Building

  • Clone this repo
  • Run mvn clean package
  • Wait (if you have never ran BuildTools before it will take a while future builds will be faster)