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 Feb 23, 2013is there an option to disable the aka system? staff can see the player accounts thingy everytime they log in and it gets annoying with lots of players :D
-
View User Profile
-
Send Message
Posted Feb 23, 2013@Xephi59
please see #3171 comment T T....
-
View User Profile
-
Send Message
Posted Feb 23, 2013@nicoit The sources are freely available on github! duh!
@theminerdutchcraft
Well, it's possible to integrate wordpress with authme registration, but not easy at all..(i too, am trying to do it). Check this, and this, and this.
The biggest problem is that you can't use SHA256 with wordpress because as far as i know, there's no plugin for wordpress that supports SHA1 much less SHA256...so the code must be changed so to do a strcasecmp against a hashed MD5 string - which is the only supported wordpress hashing schema afaik - (and which is easily crackable, but that's another matter)...
The 2nd biggest problem, is that all the authentication plugins for wordpress out there, only check the internal wordpress authentication database. (e.g.: Sideways8 Custom Login and Registration; Theme My Login; etc) You would need to modify their code so to point to authme database and include the code that is on the above examples that i linked to you, or alternatively, create a login form by yourself which would link directly into authme database and run a strcasecmp against it. Personally, i would advice against it, and use plugins which have been tested and fine tuned by alot of people...why? because there's so many things that can go wrong and make it insecure if you don't code them properly:
e.g.: if you do not limit the username and/or password string size, someone could do a buffer overflow on it; or if you do not properly sanitize the input text, someone could inject malicious code and exploit your login code, gaining access to your webserver.
Anyway, there's one plugin for minecraft/wordpress which is called CommunityBridge, which links minecraft to a wordpress forum, which seems secure and somewhat easy to configure and implement...but in the end, you will still need to move(*) the authme table columns/indexes to the wordpress database or alternatively, "teach" communitybridge to locate the required data throughout authme database (+ other databases like groupmanager/permissionsEX/other db, which seems to be required by communitybridge config.yml).
Oh well...if someone has a working solution, please provide it.
(*) meaning create a php script to do it for you
-
View User Profile
-
Send Message
Posted Feb 23, 2013@AleksaSRB
(assuming that you are using MySQL):
Done.
-
View User Profile
-
Send Message
Posted Feb 23, 2013@Xephi59
I have this error:
http://dev.bukkit.org/server-mods/authme-reloaded/tickets/280-player-login-event/
Please fix it.
-
View User Profile
-
Send Message
Posted Feb 23, 2013Okay, i have a question for the plugin maker or someone who know how to do it... Yesterday i change my webhost and i buy new one, how can i move authme sql from 1st host to second host cus if i dont move it players must register again and someone will register like some other person, i hope you understand me. HELP PLS!
-
View User Profile
-
Send Message
Posted Feb 22, 2013@SolaKun
?
@orkun1675
All your plugin have crash down here >.< not only authme :')
-
View User Profile
-
Send Message
Posted Feb 22, 2013Does this crash have to do with Authme: http://pastebin.com/W2zDfu6X
-
View User Profile
-
Send Message
Posted Feb 22, 2013-
View User Profile
-
Send Message
Posted Feb 22, 2013can I use this for wordpress. For people with webregister to registreeren
-
View User Profile
-
Send Message
Posted Feb 22, 2013Hello, I'm trying to integrate my server with phpBB and one of the most important things is the user registration and control. I think I might be able to code a little bit and get it to work with phpBB user's table, but I can't find the sources of Authme, are they available somewhere? I promise to share my own code as well if I get it to work.
Thanks!
-
View User Profile
-
Send Message
Posted Feb 22, 2013How does this compare to another plugin like XAuth. I am feeling it is now slowing down my server. I have done timing reports and it seems to be using the most out of all the plugins.
-
View User Profile
-
Send Message
Posted Feb 22, 2013can I use this for wordpress. For people with webregister to registreeren
-
View User Profile
-
Send Message
Posted Feb 21, 2013@Dathmineboy
Yes you can share all of your players with all server as you need , just by change this in all other configs :
For example , one with the default , and the second with :
Xephi
-
View User Profile
-
Send Message
Posted Feb 21, 2013@lord0o
@zRA1Nz
usage : /authme purge
@M1RC03
Any console or sqlconsole report ?
@ShadowKillerx
Problem caused by illegaly Enchant on an item , check if the player have an item enchanted but without any enchant name
@GilbertusAlbans
@Maxi_der_Fels
I'll check that
@selfservice0
i'll take a look at
@THDigi
i'm working on
@Keeper1975
i'll take a look
@kalijason
you're not using 2.7.8, else , the config.yml must be updated automatically ;)
Xephi
-
View User Profile
-
Send Message
Posted Feb 21, 2013Problems: - Random accounts are getting this error, "internal error".
Suggestions: - Have a way to get rid of inactive accounts.
-
View User Profile
-
Send Message
Posted Feb 21, 2013Is there anyway to automatically delete inactive profiles? Thanks.
-
View User Profile
-
Send Message
Posted Feb 21, 2013Hi, Please creators of the answer.
-
View User Profile
-
Send Message
Posted Feb 21, 2013I have a problem. I have everything in the MySQL data entered but somehow do not want to create table. why? Sorry for my English, I'm German
-
View User Profile
-
Send Message
Posted Feb 21, 2013Hi guys, i'm actually @Disneyland Paris ( in France ) with my girlfriend and i haven't my pc for now, i'll take a look at all problems as soon, sorry for convenients
Xephi