AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!

GPL-3.0 License

Stars
623
Committers
129

AuthMeReloaded

"The best authentication plugin for the Bukkit modding API!"

Type Badges
Code quality: Code Climate Coverage status
Jenkins CI: Jenkins Status Build Status Build Tests
Other CIs: Build Status

Description

Prevent username stealing on your server! Use it to secure your Offline mode server or to increase your Online mode server's protection!

AuthMeReloaded disallows players who aren't authenticated to do actions like placing blocks, moving, typing commands or using the inventory. It can also kick players with uncommonly long or short player names or kick players from banned countries.

With the Session Login feature you don't have to execute the authentication command every time you connect to the server! Each command and every feature can be enabled or disabled from our well structured configuration file.

You can also create your own translation file and, if you want, you can share it with us! :)

Features:

Configuration

How to configure AuthMe

Commands

Command list and usage

Permissions

How To

Links and Contacts

  • Support:

  • Dev resources:

    • JavaDocs
    • Maven Repository
      <repositories>
          <repository>
              <id>codemc-repo</id>
              <url>https://repo.codemc.org/repository/maven-public/</url>
          </repository>
      </repositories>
    
      <dependencies>
          <dependency>
              <groupId>fr.xephi</groupId>
              <artifactId>authme</artifactId>
              <version>5.6.1-SNAPSHOT</version>
              <scope>provided</scope>
          </dependency>
      </dependencies>
    
  • Statistics: Graph

Requirements

Compiling requirements:
  • JDK 17+
  • Maven (3.8.8+)
  • Git/GitHub (Optional)
How to compile the project:
  • Clone the project with Git/GitHub
  • Execute command "mvn clean package"
Running requirements:
  • Java 17+
  • Paper or Spigot (1.16.5 and up)
  • ProtocolLib (optional, required by some features)

Credits

Contributors:

Team members: developers, translators

Credits for the old version of the plugin: d4rkwarriors, fabe1337, Whoami2 and pomo4ka

Thanks also to: AS1LV3RN1NJA, Hoeze and eprimex

GeoIP License:

This product uses data from the GeoLite API created by MaxMind, available at https://www.maxmind.com

Badges
Extracted from project README
Code Climate Coverage status Jenkins Status Build Status Build Status
Related Projects