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, xAuth, 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
- How to import database from xAuth
- 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.6.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 http://www.maxmind.com
Credits
Current AuthMe development team members: Our Team
Credits for old versions of authme go to d4rkwarriors, fabe1337 , Whoami and pomo4ka.
When user successfully register it says this user isn't registered (http://prntscr.com/oukz80) and he needs to reconnect or use /login but it should say please login or he would be allready logged in.
In reply to Forge_User_00520434:
Try disabling caching
Did users with minecraft premium also have to do /register and login?
In reply to Forge_User_21456849:
Yes but there is an addon called FastLogin which provides a premium autologin feature
[12:34:29] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2303
[12:34:29] [Server thread/WARN]: [AuthMe] You are running an unsupported server version!AuthMe requires Spigot 1.8.X or later!
[12:34:29] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
[12:34:29] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
[12:34:29] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT-b2303 disabled!
Used the https://ci.codemc.org/job/AuthMe/job/AuthMeReloaded/ AuthMe-5.6.0-SNAPSHOT.jar
Craftbukkit version 1.14.4.
What? D:
In reply to beremix1993:
It requires Spigot
In reply to sgdc3:
Why? It didn't require Spigot before?
In reply to beremix1993:
We decided to drop CB support in order to enhance the performance
hey, when attempting to use authme reloaded plugin the server doesn't start and gives this error.
Server thread/WARN [AuthMe] Aborting initialization of AuthMe: [InjectorReflectionException]: Could not invoke constructor of class 'class fr.xephi.authme.command.CommandHandler'
Tried using different versions of authme, also default config and config linked to MySQL database. full console log incase needed. I'd really appreciate some help please!https://pastebin.com/rerCYjK6
using authme 5.6.0 beta
EDIT: Got it working, awesome plugin!
In reply to Forge_User_69840603:
Great! Thank you :)
In reply to Forge_User_69840603:
Hi!
I have the same problem with the 5.6.0 beta, how did you solve the issue?
In reply to Forge_User_25077355:
Hey buddy, I fixed it by getting the latest authme snapshot build I could find, using
Authme 5.6.0 snapshot and it have served me well.
Method m = Util.getMetodo ("fr.xephi.authme.api.v3.AuthMeApi", "isRegistered");
does the method return me but not the value?
In reply to Forge_User_34620948:
Just don't use reflection XD
Hi,how can I see all the accounts on my server like name ip and password. I opened the.db file to find the password is encrypted. So how can I see this information . Thanks in advance
In reply to Forge_User_86910838:
You can't, we want to protect users as much as we can.
I did thr config and everything but for someone who has never used mysql before it is very confusong how do i setup mysql what do i need to do for it to work is there any tutorial?
In reply to Forge_User_34692664:
There are many generic tutorials on the internet :)
Good day.
Will be there any update for 1.14.4?
In reply to rm2kfiles:
We have dev builds for that: ci.codemc.org/job/AuthMe/job/AuthMeReloaded