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 Sep 18, 2013@Xephi59
it worked thank you. I stopped the server because this problem almost destroyed my economy.
-
View User Profile
-
Send Message
Posted Sep 18, 2013Hello can anyone tell me wher is possible see all player password?
-
View User Profile
-
Send Message
Posted Sep 18, 2013@Xephi59
Xephi59 i thik you must disable position save of unloged people
-
View User Profile
-
Send Message
Posted Sep 18, 2013@Xephi59
if i disable protect inventory will make you to wipe all inentory
-
View User Profile
-
Send Message
Posted Sep 17, 2013@Xephi59
Ok, I'll follow that ticket and help on reproducing it if necessary (but I think that with that three easy steps you are getting it).
-
View User Profile
-
Send Message
Posted Sep 17, 2013@NemesisMate
i've opened a ticket with your comment and currently try to reproduce + fix that
@surechoice
Disable ProtectInventory also ... do not stop server for a single thing >.<
-
View User Profile
-
Send Message
Posted Sep 17, 2013I have stopped my server because of this bug, anyone know any other good auth plugin?
-
View User Profile
-
Send Message
Posted Sep 17, 2013@NemesisMate
I confirm the bug of NemesisMate...
-
View User Profile
-
Send Message
Posted Sep 17, 2013@NemesisMate
yes, you are right!
-
View User Profile
-
Send Message
Posted Sep 17, 2013@Xephi59
No, the inventory A becomes the inventory B but the B is lost (A != B). But only in the case I commented, if not doing that steps there aren't problems, but with just that steps you can take the inventory B in the inventory A world so if B is creative is really crazy.
-
View User Profile
-
Send Message
Posted Sep 17, 2013you can't have a creative world with this plugin. There are ways by getting items from the creative to the survival by logging out from the creative and logging in again on the second try.
-
View User Profile
-
Send Message
Posted Sep 17, 2013@Xephi59
Hello, I make new line in the "&cPlease login by using /login" message is it possible or do i need make alot of spaces to get a new line? Thanks.
-
View User Profile
-
Send Message
Posted Sep 16, 2013Where to get details about API?
I want to hook up to Login, Wrong password, Quit events and isLogged state.
PS Or alternativly how to use built in database connection pool? In plugin core code I can craete `database.sendToMySQL(parameters)` but how to actually make that `database.` thing work?
-
View User Profile
-
Send Message
Posted Sep 16, 2013@piritacraft
what's your actual database type please ?
@ThePlayingNoob
No way , only lines supported with the plugin are readed , but you can update your message.yml by simply remove it and restart the server ;)
@StefanoPorta
Set it to 0 :)
@FelipeFonsecaYT
Fork on github and enjoy
@NemesisMate
i'll take a look , also you're inventories are switched when you switch world ? cause you use different inventories per worlds ?
Xephi
-
View User Profile
-
Send Message
Posted Sep 16, 2013The "SaveQuitLocation" is bugged yet. Some times when I login the player stay teleporting to last locationi, and I need reconnect to fix. Version 2.9.5 with spigot
-
View User Profile
-
Send Message
Posted Sep 16, 2013Hello, how can i make a new line in the messages_en.yml file? Thanks.
-
View User Profile
-
Send Message
Posted Sep 16, 2013Is there some way to remove maximum registrations per ip?
-
View User Profile
-
Send Message
Posted Sep 16, 2013I would like to change commands authme possible?
-
View User Profile
-
Send Message
Posted Sep 16, 2013@Xephi59
On 2.9.5 I still having the same issue I comment here.
-
View User Profile
-
Send Message
Posted Sep 15, 2013Thank you. Fixed.