55
66| Type | Badges |
77| -------------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
8- | ** General:** | ![ ] ( https://tokei.rs/b1/github/AuthMe/AuthMeReloaded?category=code ) ![ ] ( https://tokei.rs/b1/github/AuthMe/AuthMeReloaded?category=files ) |
98| ** Code quality:** | [ ![ Code Climate] ( https://codeclimate.com/github/AuthMe/AuthMeReloaded/badges/gpa.svg )] ( https://codeclimate.com/github/AuthMe/AuthMeReloaded ) [ ![ Coverage status] ( https://coveralls.io/repos/AuthMe-Team/AuthMeReloaded/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/AuthMe-Team/AuthMeReloaded?branch=master ) |
109| ** Jenkins CI:** | [ ![ Jenkins Status] ( https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=ci.codemc.org )] ( https://ci.codemc.org/ ) [ ![ Build Status] ( https://ci.codemc.org/buildStatus/icon?job=AuthMe/AuthMeReloaded )] ( https://ci.codemc.org/job/AuthMe/job/AuthMeReloaded ) ![ Build Tests] ( https://img.shields.io/jenkins/t/https/ci.codemc.org/job/AuthMe/job/AuthMeReloaded.svg ) |
1110| ** Other CIs:** | [ ![ Build Status] ( https://www.travis-ci.com/AuthMe/AuthMeReloaded.svg?branch=master )] ( https://www.travis-ci.com/AuthMe/AuthMeReloaded ) |
@@ -104,7 +103,7 @@ You can also create your own translation file and, if you want, you can share it
104103 <dependency >
105104 <groupId >fr.xephi</groupId >
106105 <artifactId >authme</artifactId >
107- <version >5.6.0 -SNAPSHOT</version >
106+ <version >5.6.1 -SNAPSHOT</version >
108107 <scope >provided</scope >
109108 </dependency >
110109 </dependencies >
@@ -116,19 +115,17 @@ You can also create your own translation file and, if you want, you can share it
116115## Requirements
117116
118117##### Compiling requirements:
119- > - JDK 11 (JDK 17 is recommended)
120- > - Maven
121- > - Git/Github (Optional)
118+ > - JDK 11+
119+ > - Maven (3.8.8+)
120+ > - Git/GitHub (Optional)
122121
123122##### How to compile the project:
124123> - Clone the project with Git/GitHub
125124> - Execute command "mvn clean package"
126125
127126##### Running requirements:
128- > - Java 8 (Java 17 is recommended)
129- > - Paper or Spigot (1.8.X and up)<br >
130- (In case you use Thermos, Cauldron or similar, you have to update the SpecialSource library to support Java 8 plugins.
131- HowTo: https://github.com/games647/FastLogin/issues/111#issuecomment-272331347 )
127+ > - Java 11+
128+ > - Paper or Spigot (1.16.5 and up)
132129> - ProtocolLib (optional, required by some features)
133130
134131## Credits
0 commit comments