Skip to content

AuthMe Releases (Jenkins)

Gabriele C edited this page May 29, 2017 · 8 revisions

You can get the latest versions ("Dev versions") of AuthMe from Jenkins:

Which JAR file to choose

We build AuthMe in three different formats:

  • AuthMe-...-legacy.jar — for Spigot/Paper 1.7.10, 1.8.X, 1.9.X, 1.10.X, 1.11.X and Cauldron (contains required version of Google Guava)
  • AuthMe-...-spigot.jar – typically what you want if the legacy JAR doesn't apply to you
  • AuthMe-...-noshade.jar – for developers only; this is the project without any shaded dependencies

How to find the downloads

The panel "Build history" on the left shows the latest builds; if there is a blue circle next to the number, it means that the code could be successfully converted to a .jar file that you can use for your server.

Clicking on the build number will allow you to download the JAR file that was generated, allowing you to take the latest changes (e.g. Click on #347 and download the appropriate .jar file under "Build artifacts").

Remember: the Jenkins runs after every change, which means it may fix recent bugs but it may introduce new issues as well.

Clone this wiki locally