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 Mar 15, 2013When teleportUnAuthedToSpawn is set to true, if player connect twice before login, he get teleported to spawn when logged in. This bug happens since AuthMe came out. He has never been fixed.
-
View User Profile
-
Send Message
Posted Mar 14, 2013After installing it I seem to have lost the ability for certain commands like /god and /weather /tp. well pretty much all op commands. any suggestions?
-
View User Profile
-
Send Message
Posted Mar 14, 2013@Xephi59
Yes i did that they spawn at my server's spawn and they still have it -_-..
Can u give me insructions on what to set to true to be sure 100%?
-
View User Profile
-
Send Message
Posted Mar 14, 2013@Xghost7
Have you force the spawn location on join ?
Xephi
-
View User Profile
-
Send Message
Posted Mar 14, 2013When players join in my server they cant login cause they are jumping up and down always so they leave the server any fix for this?
-
View User Profile
-
Send Message
Posted Mar 14, 2013@Xephi59
Okay, I can't make it.
-
View User Profile
-
Send Message
Posted Mar 14, 2013@BoomerBR
And the start log say : Succefully hook with ChestShop ???
Xephi
-
View User Profile
-
Send Message
Posted Mar 14, 2013@Xephi59
Authme 2.7.11, ChestShop 3.50 t0053
-
View User Profile
-
Send Message
Posted Mar 14, 2013@IndigoParadox
Do you use Multiverse with /mv setspawn ? For the ConsoleFilter i'll take a look but that's not normally , that only replace for authme commands,
And ... the email recovery system work if you config AuthMe correctly and put the mail.jar in the lib folder
Xephi
-
View User Profile
-
Send Message
Posted Mar 14, 2013AuthMe is spawning players 200 blocks away from spawn in just ANY location in the sky and NoCheatPlus is kicking them for flying. Half the players can't even join the server because of this error. If it is not fixed, this plugin is useless! Can you please add an /authme setspawn command so I can have them all join in the same place? This has gotten ridiculous. It also thinks that /powertool smite is an AuthMe command. Which looks like [PT] [Username] issued an AuthMe command! [PT] [Username] issued an AuthMe command! [PT] [Username] issued an AuthMe command! [PT] [Username] issued an AuthMe command! When really it's just smiting.
Also the email recovery system is completely useless and ineffective to me even after following the instructions precisely as they are given. I don't want to switch back to xAuth. Please help me out with this.
-
View User Profile
-
Send Message
Posted Mar 13, 2013@steentje3
if it musnt not be an ultra secure script maybe i cam help you. i think xephi is very busy whith the pluginstuff. an i have written my entire page in php by my self.
@xephi59:
It would be a very great thing if you could fix this. an perhaps you could write a note in the faq that users should check if there are other plugins using the same table and maybe cause mysql problems ;)
-
View User Profile
-
Send Message
Posted Mar 13, 2013@steentje3
Huuum i'm not really good with php x) but you need to get some information from a form and use the $_POST['username'] , etc...
And insert this like this :
INSERT INTO tableName (columnName,columnPassword,columnIp,columnLastLogin) VALUES ($_POST['username'],$_POST['password'],'127.0.0.1',0); for example, or add more informations if you need to get the Email, etc..
Xephi
-
View User Profile
-
Send Message
Posted Mar 13, 2013@Xephi59
Thank you very much ! You are my hero ! Can you help me with website registration ?
Can you give me a PHP script that will register users on my server, please?
-
View User Profile
-
Send Message
Posted Mar 13, 2013@PowderToast
If the table is the same, AuthMe can't add his own columns , i think i need to rewrite this ^_^
No problem here , i'm not angry xD
Xephi
-
View User Profile
-
Send Message
Posted Mar 13, 2013@Xephi59
Hey! i figured it out. And so sorry to blame you -.-. the problem wasnt Authme the problem was caused by Icnomy!...
iConomy was configured to Purge Accounts wehn loadig the config file and so every account that dosnt was created by iConomy was deleted!
think it could be helpful for everyone with this plugin constellation.
And like i said. Good job whith the Authme plugin ;) hope you are not angry!
... but its strange that authme couldn't create the password column o.O
if you want some data i can send you some parts... but i think its possible thera are problems if authme and some other plugins write in the same db at the same time or something.
-
View User Profile
-
Send Message
Posted Mar 13, 2013@steentje3
Sure , set PasswordHashing to PLAINTEXT
-
View User Profile
-
Send Message
Posted Mar 13, 2013@PowderToast
with the config that you give me ? :O
i do not understood here *_* What is your authme version ? Can you give me a .sql file or something ?
-
View User Profile
-
Send Message
Posted Mar 13, 2013@Xephi59
Can i disable password hashing ?
-
View User Profile
-
Send Message
Posted Mar 13, 2013@Xephi59
sure
formating mass it up hope its good enough 4 u
-
View User Profile
-
Send Message
Posted Mar 13, 2013@PowderToast
What are the column generated by AuthMe ? Can you give me the table structure maybe?