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 Nov 30, 2013i have this error while it's connecting to mysql (right wrote in config)
22:31:34 [INFO] [AuthMe] Enabling AuthMe v3.1 22:31:34 [INFO] [AuthMe] Loading Configuration File... 22:31:34 [INFO] [AuthMe] Merge new Config Options if needed.. 22:31:34 [INFO] [AuthMe] Set Language: en 22:31:34 [INFO] [AuthMe] Hook with Essentials plugin 22:31:34 [INFO] [AuthMe] Hook with EssentialsSpawn plugin 22:31:34 [INFO] [AuthMe] MySQL driver loaded 22:31:34 [INFO] [AuthMe] Connection pool ready 22:31:36 [SEVERE] Error occurred while enabling AuthMe v3.1 (Is it up to date?)
java.lang.AssertionError: AuthMeDatabaseError at fr.xephi.authme.datasource.MiniConnectionPoolManager.assertInnerState(MiniConnectionPoolManager.java:290) at fr.xephi.authme.datasource.MiniConnectionPoolManager.disposeConnection(MiniConnectionPoolManager.java:267) at fr.xephi.authme.datasource.MiniConnectionPoolManager.access$1(MiniConnectionPoolManager.java:256) at fr.xephi.authme.datasource.MiniConnectionPoolManager$PoolConnectionEventListener.connectionErrorOccurred(MiniConnectionPoolManager.java:298) at com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection.callConnectionEventListeners(MysqlPooledConnection.java:250) at com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection.getConnection(MysqlPooledConnection.java:188) at com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection.getConnection(MysqlPooledConnection.java:158) at fr.xephi.authme.datasource.MiniConnectionPoolManager.getConnection3(MiniConnectionPoolManager.java:167) at fr.xephi.authme.datasource.MiniConnectionPoolManager.getConnection2(MiniConnectionPoolManager.java:144) at fr.xephi.authme.datasource.MiniConnectionPoolManager.getValidConnection2(MiniConnectionPoolManager.java:214) at fr.xephi.authme.datasource.MiniConnectionPoolManager.getValidConnection(MiniConnectionPoolManager.java:196) at fr.xephi.authme.datasource.MySQLDataSource.makeSureConnectionIsReady(MySQLDataSource.java:775) at fr.xephi.authme.datasource.MySQLDataSource.setup(MySQLDataSource.java:88) at fr.xephi.authme.datasource.MySQLDataSource.<init>(MySQLDataSource.java:67) at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:203) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:284) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:266) at net.minecraft.server.v1_6_R3.MinecraftServer.l(MinecraftServer.java:315) at net.minecraft.server.v1_6_R3.MinecraftServer.f(MinecraftServer.java:292) at net.minecraft.server.v1_6_R3.MinecraftServer.a(MinecraftServer.java:252) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:152) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
-
View User Profile
-
Send Message
Posted Nov 30, 2013Any way to convert from mysql to flat?
Thanks!
-
View User Profile
-
Send Message
Posted Nov 30, 2013How to add a custom language to this plugin? For example I want estonian. I have the file messages_en.yml I translated it to Estonian and renamed it to messages_et.yml but I don't know where to put this file and what to do to make the plugin use Estonian as the default language.
-
View User Profile
-
Send Message
Posted Nov 29, 2013@Ze0KOn
full error please this doesnt tell shit. Also please use ticket system for errors
-
View User Profile
-
Send Message
Posted Nov 29, 2013Error 1.7.2 Spigot
Task #11119 for AuthMe v3.1 generated an exception java.lang.NullPointerException
-
View User Profile
-
Send Message
Posted Nov 28, 2013@eprimex
I think problem is not in version AuthMe, i think problem is in Bungeecord, Mysql.
-
View User Profile
-
Send Message
Posted Nov 28, 2013@marick0073
could you do proper ticket about the problem? The error itself doesnt tell much. Also are you sure it is the full error?
The error says about it has problems sending the text to server (chat probably?) the error you got with 2.9.5 doesnt make any sense either
-
View User Profile
-
Send Message
Posted Nov 28, 2013@eprimex
I use AuthMe with Bungee.
-
View User Profile
-
Send Message
Posted Nov 28, 2013@eprimex
I get this error with 3.1:
2013-11-28 17:40:32 [WARNING] [AuthMe] Task #66 for AuthMe v3.1 generated an exception java.lang.NullPointerException at org.bukkit.craftbukkit.v1_5_R3.TextWrapper.wrapText(TextWrapper.java:10) at net.minecraft.server.v1_5_R3.PlayerConnection.sendPacket(PlayerConnection.java:730) at org.bukkit.craftbukkit.v1_5_R3.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:131) at org.bukkit.craftbukkit.v1_5_R3.entity.CraftPlayer.sendMessage(CraftPlayer.java:136) at fr.xephi.authme.Management$ProcessSyncronousPlayerLogin.run(Management.java:405) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:58) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:344) at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:509) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:227) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:472) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:404) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
-
View User Profile
-
Send Message
Posted Nov 28, 2013@marick0073
1.5.2 and 3.1 do work together
-
View User Profile
-
Send Message
Posted Nov 28, 2013@ha11oga11o
thanks you too.
-
View User Profile
-
Send Message
Posted Nov 28, 2013@Varo95
thanks, i will try.
-
View User Profile
-
Send Message
Posted Nov 28, 2013@marick0073
Try Authme 2.7.11, i think that 1.5.2 and 1.4.7 got the same API, and delete config file if u can
-
View User Profile
-
Send Message
Posted Nov 28, 2013@marick0073
Ouu, that completely different story. Mine bad and please accept mine apologies. I did not notice what bukkit version you are using.
Well, you did not stated it, but... still mine fault :)
To be honest i cant answer to your question,
Cheers :)
-
View User Profile
-
Send Message
Posted Nov 28, 2013@ha11oga11o
I tried 3.0.3, error was like this "AuthMe v3.0.3 generated an exception".
-
View User Profile
-
Send Message
Posted Nov 28, 2013@ha11oga11o
Can i use AuthMe versions 1.6.4 for 1.5.2 server ?
-
View User Profile
-
Send Message
Posted Nov 28, 2013@marick0073
Srsly?? "AuthMe v2.9.5 generated an exception" ...?!
Cmon, you're late at least 5-6 versions. Update it with latest one and then test it :)
cheers :)
-
View User Profile
-
Send Message
Posted Nov 28, 2013I have this error:
2013-11-28 09:02:34 [SEVERE] Exception in thread "Craft Scheduler Thread - 1473" 2013-11-28 09:02:34 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin AuthMe v2.9.5 generated an exception while executing task 860729 at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) Caused by: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) at java.util.ArrayList$Itr.next(ArrayList.java:831) at org.yaml.snakeyaml.representer.BaseRepresenter.representSequence(BaseRepresenter.java:138) at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentList.representData(SafeRepresenter.java:165) at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:96) at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:164) at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:201) at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:96) at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:66) at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:270) at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:261) at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:233) at org.yaml.snakeyaml.Yaml.dump(Yaml.java:209) at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:38) at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:54) at uk.org.whoami.authme.settings.CustomConfiguration.save(CustomConfiguration.java:52) at uk.org.whoami.authme.Management$1.run(Management.java:322) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:58) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more
-
View User Profile
-
Send Message
Posted Nov 24, 2013Also a feature idea: Would be cool to force the user to type a command after login, like /hub :D
-
View User Profile
-
Send Message
Posted Nov 24, 2013@agusztin
Weird... for me all users have the ip of the server for Authme in 3.1, but works great in 3.0.6 :/