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 May 8, 2013Error with the latest version
Could not pass event PlayerLoginEvent to AuthMe v2.7.16
org.bukkit.plugin.messaging.ChannelNotRegisteredException: Attempted to send a plugin message through an unregistered channel ('BungeeCord'.
-
View User Profile
-
Send Message
Posted May 8, 2013There a major issues in this plugins! Other people can login to my account! Is like as if they know the password! I suspect they use this. I had no detection or anything that they hack into mysql or server flat file to retrieve the password. But they can just login to my account!
http://www.youtube.com/watch?v=bD67-Gl51AQ
-
View User Profile
-
Send Message
Posted May 7, 2013@Xephi59
I know its too late, but I've added you to authme darkwarriros old github-repo!
-
View User Profile
-
Send Message
Posted May 7, 2013I got this when user login, i am using the latest authme. https://gist.github.com/anonymous/5537590
-
View User Profile
-
Send Message
Posted May 7, 2013@pcatack
What version of authme are you using and bungee?
-
View User Profile
-
Send Message
Posted May 7, 2013selfservice0 My problem is that i cant register new users. All have the same IP when they comes from my other server.
SessionLogin is working good for me.
-
View User Profile
-
Send Message
Posted May 7, 2013SessionLogin does not work with bungee.. Any help or workaround this issue? Please help
-
View User Profile
-
Send Message
Posted May 7, 2013@pcatack
There is a work around utilizing spigot and bungeecord. Get the latest versions of both.
-
View User Profile
-
Send Message
Posted May 7, 2013Hello there,
I have a problem. We are two different servers asociated by BungeCoords, but all our IP's are detected by the same IP (I think that is something like a proxy). Users that came from the other server can't register cause the system says that he has so much accounts.
We are eventually desactivated this option, Anyone know what is the problem?
-
View User Profile
-
Send Message
Posted May 7, 2013Hi, i am using multiverse, essentials and authme for spawn, i had make essentials none, but i allow firstspawnoverride to true on multivese. Before new player register it will spawn at spawn but after they register they teleport to somewhere.
-
View User Profile
-
Send Message
Posted May 7, 2013@Xephi59
It was LockIP. However as you do not have converter for that, I had to find a way to migrate:)
1. be sure login commands are logged in server.log 2. grep command server.log | grep login >pass.txt 3. Import pass.txt into excel, delimit is space, remove useless columns (leave only name and password) 4. create pivot table name, Row Labels: Name, password, Values: Count of password 5. on top of pivot chart (beside password) select Value filters->Top10, use Top 1 6. report layout is tabular form, all totals to off on top menu, copy pivot result to new workbook, sort by name, remove passwords without name 7. convert all names to lowercase, add middle column wih = and export as txt, it should look like name1=password1 name2=password2 ... 8. handle it like rakamak password file
-
View User Profile
-
Send Message
Posted May 6, 2013I am using the latest version of BungeeCord #405 Also am using Spigot 844 and 837 (tested both R1 and R2 versions) And i have some very big issues:
1. At wrong pass a ghost player remains that can go anywhere. Their changes do not register so nothing they do counts. they cannot run commands. From what i can tell is that the kick mechanism doesnt work at all.
2. Session login doesnt work. People can connect with same name and it kicks me.... And yes i have the option set to true..
3. It does not really listen to the allowed commands. Even if i change the list on the config it will still use the default no matter if i change them.
I hope you can help me fix this. thanks
-
View User Profile
-
Send Message
Posted May 6, 2013@Xephi59
take the second , i've fail with compile on the first upload :p
I tried both that were in the email, both 404.
-
View User Profile
-
Send Message
Posted May 6, 2013@Xephi59
Why teleport synchously (dont know how to spell this word, too lazy for google, Im sorry)? Isnt better with async (more performance)?
PS: http://pastebin.com/r4ZTPp2y Message_pt-br if you want, I didnt translated eveything exacly and correcly (Captcha and Email things) because I dont use it, but its easy to understand and I think its updated (something .15 version)
-
View User Profile
-
Send Message
Posted May 6, 2013These bugs still remains with latest dev..
-
View User Profile
-
Send Message
Posted May 6, 2013@Xephi59
Are you sure?, I had just now another crash, the same problem just on a login :S (On /login <password>, not on joining the server, this is an authme command).
-
View User Profile
-
Send Message
Posted May 6, 2013@gertjan206
your sql table is too big or can't be contacted
@AS1LV3RN1NJA
take the second , i've fail with compile on the first upload :p
@ThoLav
can i have the full report ? :/
@NemesisMate
do not come from authme here :O
-
View User Profile
-
Send Message
Posted May 6, 2013I though it was a Citizens problem but I found that on every crash the last action just before the [SEVERE] is an:
This makes me think is an Authme problem, I'm having it almost once every day, one of the multiple (all are the same crash) crash is:
http://issues.citizensnpcs.com/secure/attachment/11300/crash-2013-05-02_17.18.09-server.txt
-
View User Profile
-
Send Message
Posted May 6, 2013I am also having SQL error same as the others
-
View User Profile
-
Send Message
Posted May 6, 2013You may have to reupload 2.7.16, I keep getting 404's