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 Jun 6, 2017In reply to TheGhostRifle:
-
View User Profile
-
Send Message
Posted Jun 3, 2017Hi,
My server moved to AuthMe recently. I am runnign a test server and attempting to integrate ingame logins with a MyBB forum login. I have successfully integrated the logins except for 1 small item. If a user registers from within the game using the plugin, the group it sets on the forum is "0" which is a limbo group number. I have set this to "2" in the configuration file as far as I can tell, and no matter what I do, it will not populate the database with this value. I began testing this in 5.2 and have attempted using the 5.3 version as well. No change was seen. Any guidance/assistance would be intensely valued.
this is my config.yml with db connection details masked:
Embed Removed: https://pastebin.com/embed_iframe/kXKvf0hK
sorry about the 2nd posting here, I tried to edit it, but was unable to.
-
View User Profile
-
Send Message
Posted May 31, 2017Is there a way to command change password (/changepass) before login? Thanks.
Because I enabled bungeecord hooks and send players to the target server after they logged in and they are unable to run the /changepass command.
-
View User Profile
-
Send Message
Posted Jun 16, 2017In reply to TheClubMC:
-
View User Profile
-
Send Message
Posted May 31, 2017Authme 5.3 is now released, enjoy! ;)
-
View User Profile
-
Send Message
Posted May 24, 2017help me pls.
https://pastebin.com/8NuvDQFx
-
View User Profile
-
Send Message
Posted May 25, 2017In reply to anhdaycb:
-
View User Profile
-
Send Message
Posted May 13, 2017is there a way to auto-teleport to another server when login?
e.g. like i make a authme server after login it will teleport player to main server
sorry if this feature already write in the plugin page
-
View User Profile
-
Send Message
Posted May 14, 2017In reply to sflotzdru:
-
View User Profile
-
Send Message
Posted May 14, 2017In reply to sgdc3:
-
View User Profile
-
Send Message
Posted May 13, 2017Can only one IP join to the owner's account?
-
View User Profile
-
Send Message
Posted May 14, 2017In reply to Forge_User_27627242:
-
View User Profile
-
Send Message
Posted May 5, 2017How to new a line on message?
-
View User Profile
-
Send Message
Posted May 6, 2017In reply to Dashashou:
-
View User Profile
-
Send Message
Posted May 2, 2017im getting some errors too
[05-02 21:15:37]: [WARN] Error during SQLite initialization: [SQLException]: near "1701": syntax error
[05-02 21:15:37]: java.sql.SQLException: near "1701": syntax error
at org.sqlite.NativeDB.throwex(NativeDB.java:210)
at org.sqlite.NativeDB._exec(Native Method)
at org.sqlite.Stmt.executeUpdate(Stmt.java:152)
at fr.xephi.authme.datasource.SQLite.setup(SQLite.java:109)
at fr.xephi.authme.datasource.SQLite.<init>(SQLite.java:48)
at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:70)
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:43)
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:24)
at fr.xephi.authme.libs.jalu.injector.handlers.provider.ProviderHandlerImpl$UninitializedProviderInstantiation.instantiateWith(ProviderHandlerImpl.java:138)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.instantiate(InjectorImpl.java:184)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.get(InjectorImpl.java:162)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:51)
at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:248)
at fr.xephi.authme.AuthMe.initialize(AuthMe.java:219)
at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:139)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.reload(CraftServer.java:746)
at org.bukkit.Bukkit.reload(Bukkit.java:534)
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchServerCommand(CraftServer.java:632)
at net.minecraft.server.v1_8_R2.DedicatedServer.aN(DedicatedServer.java:405)
at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:369)
at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
at java.lang.Thread.run(Unknown Source)
[05-02 21:15:37]: [WARN] Could not create data source: [SQLException]: near "1701": syntax error
[05-02 21:15:37]: java.sql.SQLException: near "1701": syntax error
at org.sqlite.NativeDB.throwex(NativeDB.java:210)
at org.sqlite.NativeDB._exec(Native Method)
at org.sqlite.Stmt.executeUpdate(Stmt.java:152)
at fr.xephi.authme.datasource.SQLite.setup(SQLite.java:109)
at fr.xephi.authme.datasource.SQLite.<init>(SQLite.java:48)
at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:70)
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:43)
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:24)
at fr.xephi.authme.libs.jalu.injector.handlers.provider.ProviderHandlerImpl$UninitializedProviderInstantiation.instantiateWith(ProviderHandlerImpl.java:138)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.instantiate(InjectorImpl.java:184)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.get(InjectorImpl.java:162)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:51)
at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:248)
at fr.xephi.authme.AuthMe.initialize(AuthMe.java:219)
at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:139)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.reload(CraftServer.java:746)
at org.bukkit.Bukkit.reload(Bukkit.java:534)
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchServerCommand(CraftServer.java:632)
at net.minecraft.server.v1_8_R2.DedicatedServer.aN(DedicatedServer.java:405)
at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:369)
at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
at java.lang.Thread.run(Unknown Source)
[05-02 21:15:37]: [WARN] Aborting initialization of AuthMe: [IllegalStateException]: Error during initialization of data source
[05-02 21:15:37]: java.lang.IllegalStateException: Error during initialization of data source
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:46)
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:24)
at fr.xephi.authme.libs.jalu.injector.handlers.provider.ProviderHandlerImpl$UninitializedProviderInstantiation.instantiateWith(ProviderHandlerImpl.java:138)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.instantiate(InjectorImpl.java:184)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.get(InjectorImpl.java:162)
at fr.xephi.authme.libs.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:51)
at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:248)
at fr.xephi.authme.AuthMe.initialize(AuthMe.java:219)
at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:139)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.reload(CraftServer.java:746)
at org.bukkit.Bukkit.reload(Bukkit.java:534)
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646)
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchServerCommand(CraftServer.java:632)
at net.minecraft.server.v1_8_R2.DedicatedServer.aN(DedicatedServer.java:405)
at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:369)
at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: near "1701": syntax error
at org.sqlite.NativeDB.throwex(NativeDB.java:210)
at org.sqlite.NativeDB._exec(Native Method)
at org.sqlite.Stmt.executeUpdate(Stmt.java:152)
at fr.xephi.authme.datasource.SQLite.setup(SQLite.java:109)
at fr.xephi.authme.datasource.SQLite.<init>(SQLite.java:48)
at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:70)
at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:43)
... 24 more
-
View User Profile
-
Send Message
Posted May 3, 2017In reply to Macky126:
-
View User Profile
-
Send Message
Posted Apr 26, 2017How can I connect my player account to wp_user wordpress ???
-
View User Profile
-
Send Message
Posted Apr 12, 2017How can I connect mysql from VPS to Hosting wed?-
View User Profile
-
Send Message
Posted Apr 12, 2017Hey man, I get an error with 5.3-Snapshop-spigot and 5.2-spigot on 1.11.2 when starting the server, The plugin doesnt wanna load. Do you know any hotfix? Im trying to get my website running with the database of authme so I cant use any other auth plugin.
-
View User Profile
-
Send Message
Posted Apr 12, 2017In reply to danny09vand: