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 Aug 6, 2012Internal error when logging with password : ( with CB#2303 1.3 ) http://pastebin.com/zYrjs1Es
-
View User Profile
-
Send Message
Posted Aug 6, 2012@dogbig
@TesCZ
@garan2314
@broluigi
And for anyone else who missed d4rkwarriors post
https:github.com/downloads/Multiplayer-italia/AuthMe-Reloaded/AuthMe-2.6.7b2.jar
-
View User Profile
-
Send Message
Posted Aug 6, 2012Houstun we....
really, this needs to be recombiled agains new API of bukkit 1.3.1:
2012-08-06 10:58:23 [WARNING] [AuthMe] "AuthMe v2.6.7b1" has registered a listener for org.bukkit.event.player.PlayerChatEvent on method "public void uk.org.whoami.authme.listener.AuthMePlayerListener.onPlayerChat(org.bukkit.event.player.PlayerChatEvent)", but the event is Deprecated. Server performance will be affected; please notify the authors [darkwarriros].
org.bukkit.plugin.AuthorNagException
at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:302)
at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:507)
at uk.org.whoami.authme.AuthMe.onEnable(AuthMe.java:150)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:357)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:263)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:245)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
-
View User Profile
-
Send Message
Posted Aug 6, 2012This doesn't seem to work with 1.3.1 servers...
-
View User Profile
-
Send Message
Posted Aug 6, 2012Bukkit #2303 - http://pastebin.com/UmDXLkW7 But all commands are working fine...
-
View User Profile
-
Send Message
Posted Aug 5, 2012@ms0244412
Then, look at your console and then write new comment ;)
@d4rkwarriors
After that my data fixed and i had to reupload older version cuz file was still big with data but in game i have to register again o.O and errors was still alive but only after logging not on starting server.
-
View User Profile
-
Send Message
Posted Aug 5, 2012Guys, I'm using the 2.6.4 version, and its working fine
-
View User Profile
-
Send Message
Posted Aug 5, 2012just try, backup authme folder and rename it to what u need...
-
View User Profile
-
Send Message
Posted Aug 5, 2012@d4rkwarriors
I want to replace xauth with this, but will it work on 1.3.1? Supported hash algorithms: MD5, SHA1, SHA-256, xAuth, Whirlpool <- does this mean it wont work with my current xauth mysql?
-
View User Profile
-
Send Message
Posted Aug 5, 2012@daego
ok thk for report.
@skytopiaserver
just insert your mysql information., if console is stucked that means that dates is wrong, so authme isent able to retrive a clean connection to db.
-
View User Profile
-
Send Message
Posted Aug 5, 2012<<reply 850862="">>
Does not work, everytime anyone types in /login, it says Internal Error, or The Username is Unregistered
-
View User Profile
-
Send Message
Posted Aug 5, 2012@ d4rkwarriors
1.3.1-R0.1 (Build #02296)
[INFO] [AuthMe] Enabling AuthMe v2.6.7b2
[INFO] [AuthMe] Loading Configuration File...
[INFO] [AuthMe] Merge new Config Options..
[INFO] [AuthMe] Set Language: en
[INFO] [AuthMe] Authme 2.6.7b2 enabled
but when enter /register password word (ingame) error :
http://pastebin.com/3BXHiTCN
-
View User Profile
-
Send Message
Posted Aug 5, 2012make an update please
-
View User Profile
-
Send Message
Posted Aug 5, 2012about mysql
DataSource: mySQLColumnName: username
mySQLTablename: authme
mySQLUsername:
backend: mysql
mySQLColumnLastLogin: lastlogin
mySQLDatabase:
mySQLPort: '3306'
mySQLColumnIp: ip
mySQLHost:
mySQLColumnPassword: password
mySQLPassword: ''
what do i have to put where because there its empty i added the info for my mysql database but then i get this : 2012-08-05 19:02:55 [INFO] [AuthMe] MySQL driver loaded 2012-08-05 19:02:55 [INFO] [AuthMe] Connection pool ready and then its stuck
what do i do?
-
View User Profile
-
Send Message
Posted Aug 5, 2012Hello, are you considering to support Wordpress? As far as I know, the hash algorithm of phpBB3 is practically the same like Wordpress, except PHPBB has different prefix/identifier: $P$ instead Wordpress has $H$, but thats all. Would be really happy for that :) Thanks
-
View User Profile
-
Send Message
Posted Aug 5, 2012make a backup of all your saved password and config file. I havent got time to test this release:
https:github.com/downloads/Multiplayer-italia/AuthMe-Reloaded/AuthMe-2.6.7b2.jar
-
View User Profile
-
Send Message
Posted Aug 5, 2012<<reply 850408="">>
I gotta close my server because the server doesnt force people to register... Can't wait for the new build
-
View User Profile
-
Send Message
Posted Aug 4, 2012@Manuestaire
u shouldent be in 2 different group, thats mean some misconfiguration.
@masterignus
what cb version? otherwise iam publishing a beta in few hours
-
View User Profile
-
Send Message
Posted Aug 4, 2012<<reply 849431="">>
Which build are you using, it doesnt work for me...
It doesnt force people to login, people can just join and do anything, iwhtout loggin in
-
View User Profile
-
Send Message
Posted Aug 4, 2012Can now confirm that Authme reloaded works with latest bukkit dev