AuthMe Reloaded

The most famous and used /login|/register plugin!
WARNING: if you want to try the newest features please use the latest dev build! (https://ci.codemc.org/job/AuthMe/job/AuthMeReloaded/)
Prevent username stealing:
AuthMe Reloaded prevents players who aren't logged in from actions like placing blocks, moving, typing commands or seeing the inventory of the current player.
Anti-Spoof:
The possibility to set up name spoof protection kicks players with uncommon long or short player names before they could actually join.
Sessions:
Login Sessions make it possible that you don't have to login within a given time period.
Configurable:
Each command and every setting can be enabled or disabled by a easy structured config file.
Translatable:
If you don't like English or don't like our default translations you can easily edit almost every message sent by the plugin!
Features:
- E-Mail Recovery System!
- Playername spoof protection
- Countries Selection! (countries codes)
- AntiBot Features!
- Protection against "Logged in from another location" messages
- Two-factor (2FA) support!
- Login sessions
- Editable settings & messages
- MySQL and SQLITE support
- Supported hash algorithms: Available Hash Algorithms
- Supports tons of CMS! (Website integration)
- Custom MySQL tables/columns (useable for forums, other scripts)
- Database queries can be cached
- Compatible with NPC and CombatTag plugins
- Account restriction through IP and name
- Permissions group switching on un-logged-in
- Different permission group for Registered and unRegistered users
- Support for permissions onJoin with transient vault system
- Cache on file for all inventories and enchants for un-logged-in players
- Save Quit location to prevent loss of position
- Possible to use without a Permissions plugin
- Automatic backup system of all your user password data
- Default Language Style: en, de, br, cz, pl, fr, ru, hu, sk, es, zhtw, fi, zhcn, nl, and others! (feel free to send me new translations)
- Convert SQLite to an usefull authme.sql that you can import on a MySQL database!
- Import your database from Rakamak, CrazyLogin, RoyalAuth, vAuth !
Support:
Configuration
Commands
Permissions
Warning: if you're updating from AuthMe 3.4 to 5.2+ you need to change the permissions nodes.
List of all single permissions
How To
- How to use the converter
- WebSite Integration
- How to convert from Rakamak
- Convert from SQLite to MySQL: set MYSQL as backend and run the "/authme converter sqlitetosql" command.
Source: Source Code on Github
JavaDoc: AuthMe Javadoc
Dev Builds
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
DevBuilds: ci.codemc.org
Maven dependency:
<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>fr.xephi</groupId>
<artifactId>authme</artifactId>
<version>5.7.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Metrics
Usage statistics: AuthMeReloaded on BStats.org
Licenses
This product includes and download automatically GeoLite data created by MaxMind, available from https://www.maxmind.com
Credits
Current AuthMe development team members: Our Team
Credits for old versions of authme go to d4rkwarriors, fabe1337 , Whoami and pomo4ka.
-
View User Profile
-
Send Message
Posted Jul 16, 2019Please update to 1.14.4 !
-
View User Profile
-
Send Message
Posted Jul 31, 2019In reply to PLKaratusPL:
We have dev builds for that: ci.codemc.org/job/AuthMe/job/AuthMeReloaded
-
View User Profile
-
Send Message
Posted Jun 10, 2019Using the AuthMe 5.6.0-beta1:
[20:44:15] [Server thread/ERROR]: Could not load 'plugins/AuthMeBungee-2.2.0-beta1.jar' in folder 'plugins'[20:44:15] [Server thread/ERROR]: Could not load 'plugins/AuthMeBungee-2.2.0-beta1.jar' in folder 'plugins'org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[craftbukkit.jar:git-Bukkit-ba575a5] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [craftbukkit.jar:git-Bukkit-ba575a5] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:345) [craftbukkit.jar:git-Bukkit-ba575a5] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:186) [craftbukkit.jar:git-Bukkit-ba575a5] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:739) [craftbukkit.jar:git-Bukkit-ba575a5] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml ... 6 more
AuthMe 5.5.0-SNAPSHOT b2116 or AuthMe 5.4.0 doesn't work for 1.14.2.. It stops the server..
-
View User Profile
-
Send Message
Posted Jun 11, 2019In reply to beremix1993:
AuthMeBungee should be installed only on the Bungee side.
-
View User Profile
-
Send Message
Posted Jun 11, 2019In reply to sgdc3:
But, AuthMe 5.5.0-SNAPSHOT b2116 or AuthMe 5.4.0 doesn't work for 1.14.2.. It stops the server.. If I try them then I get this:
[20:39:41] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877[20:39:41] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877[20:39:41] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready![20:39:41] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...[20:39:41] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Start completed.[20:39:41] [Server thread/INFO]: [AuthMe] MySQL setup finished[20:39:41] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx![20:39:41] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials[20:39:41] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [InjectorReflectionException]: Could not invoke constructor of class 'class fr.xephi.authme.command.CommandHandler'[20:39:41] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION![20:39:41] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish[20:39:41] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Shutdown initiated...[20:39:41] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Shutdown completed.[20:39:41] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled![20:39:41] [Server thread/WARN]: Could not register alias world2 because it contains commands that do not exist: Multiverse-Core:mv tp e:world2:-278.310,80.0000,74.059[20:39:41] [Thread-10/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz[20:39:41] [Thread-10/WARN]: Exception in thread "Thread-10" [20:39:41] [Thread-10/WARN]: java.lang.NullPointerException[20:39:41] [Thread-10/WARN]: at fr.xephi.authme.ConsoleLogger.writeLog(ConsoleLogger.java:240)[20:39:41] [Thread-10/WARN]: at fr.xephi.authme.ConsoleLogger.warning(ConsoleLogger.java:93)[20:39:41] [Thread-10/WARN]: at fr.xephi.authme.ConsoleLogger.logException(ConsoleLogger.java:104)[20:39:41] [Thread-10/WARN]: at fr.xephi.authme.service.GeoIpService$1.run(GeoIpService.java:108)[20:39:41] [Thread-10/WARN]: at java.lang.Thread.run(Thread.java:748)
-
View User Profile
-
Send Message
Posted Jun 11, 2019In reply to beremix1993:
You need to use the latest dev build! :)
-
View User Profile
-
Send Message
Posted Jun 9, 2019I have a problem with config. I downloaded AuthMe on 1.7.10. And:
In a file "commands" i can't set several commands when player successfully logged. My code (for example):
onLogin:
welcome:
command: 'motd' 'list'
executor: 'PLAYER'
Also, I had 2 types of errors when I changed this code (i tried to type it in different ways):
1. Server crush
2. When i successful login, I got the message "unknown command, type / help"
Can some one tell, how to fix this, and use more then one command after login?
-
View User Profile
-
Send Message
Posted May 23, 201923.05 13:12:14 [Server] WARN [AuthMe] Aborting initialization of AuthMe: [InjectorReflectionException]: Could not invoke constructor of class 'class fr.xephi.authme.command.CommandHandler' 23.05 13:12:14 [Server] WARN [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
using latest build on 1.14.1
-
View User Profile
-
Send Message
Posted Apr 26, 2019Can you add 5.6.0-snapshot to files?
-
View User Profile
-
Send Message
Posted Apr 30, 2019In reply to Forge_User_98917713:
https://ci.codemc.org/job/AuthMe/job/AuthMeReloaded/2230/
-
View User Profile
-
Send Message
Posted Apr 24, 2019Please, help me! I dont know how to solve this :(
https://pastebin.com/WHFcWMrG
-
View User Profile
-
Send Message
Posted Feb 18, 2019on authme 5.2 for 1.7.10
[AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
if someone have this file , i search it on the website of maxmind and try some things with GeoIP2.tar.gz but it's not running
-
View User Profile
-
Send Message
Posted Feb 18, 2019In reply to Forge_User_93703649:
-
View User Profile
-
Send Message
Posted Feb 11, 2019Help, the owners of the server including me can write in the chat at the moment of starting session, this is worrisome, because if a user tries to steal the account could use the chat... What is the permission?
-
View User Profile
-
Send Message
Posted Feb 13, 2019In reply to FoxGames01:
-
View User Profile
-
Send Message
Posted Feb 13, 2019In reply to FoxGames01:
-
View User Profile
-
Send Message
Posted Jan 20, 2019How do I use the converter. Im trying to convert the data from CrazyLogin's accounts.db file to the AuthMe database but the "/authme converter crazylogin" doesnt seem to be working.
-
View User Profile
-
Send Message
Posted Nov 23, 2018Ah how to put a custom message instead of the minecraft error after the forceKickAfterRegister: true, kick out a person? I would like to add something saying that the record has been completed and that it should-
View User Profile
-
Send Message
Posted Aug 14, 2018Hey, is there any shortcut to /login or /register?
I know that there has to be /l and /reg, but it doesn't seem to work
I looked through the permissions and didn't find any...
Help anyone?
-
View User Profile
-
Send Message
Posted Jul 16, 2018What do you mean with thatTpPositionPitch
TpPositionYaw