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 Dec 25, 2012http://pastebin.com/13q4BpA3 - WT?! (timings)
-
View User Profile
-
Send Message
Posted Dec 25, 2012When i try this 2.7.0b2 Compile with 1.4.6R0.1 BETA on Tekkit 3.1.3 server, then i get this error:
-
View User Profile
-
Send Message
Posted Dec 24, 2012How would I go about stopping the admin group from talking unless they're logged in through PermissionsEx? I only want admins to be unable to talk, this will stop people from spoofing the accounts in a hacked client.
-
View User Profile
-
Send Message
Posted Dec 24, 2012New Issue CB Versoon 1.4.6-R0.1 AuthMe Version v2.7.0b2 for 1.4.6
Plugins: MultiWorld, CityWorld, Sonic Screwdriver, GroupManager, TARDIS, Returner, WorldInventories, AutoDeOp, AutoGamemode, Vault, CensorShip, PerformanceMonitor, AuthMe, Permissions, OpenInv, Gender, ProtocolLib, LagMeter, AutoCleaner, WorldEdit, NoCheatPlus, Towny, AntiBot, Realism, BattleTracker, TagAPI, Who Regeneration, ALE, CoreProtect, Weeping Angels, CookMe, Fake Leave, Essentials, CommandBook, DisguiseCraft, EssentialsChat, Residence, EssentialsProtect, EssentialsSpawn, EssentialsGeoIP, VanishNoPacket, EssentialsAntiBuild, WorldGuard, CraftBookCommon, CraftBookMechanisms, ChestShop, BattleArena, CraftBookCircuits, ArenaSpleef, CraftBookVehicles, ArenaPaintball, ArenaCTF
Error: org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_4_6.PlayerList.attemptLogin(PlayerList.java:274) at net.minecraft.server.v1_4_6.PendingConnection.d(PendingConnection.java:121) at net.minecraft.server.v1_4_6.PendingConnection.c(PendingConnection.java:45) at net.minecraft.server.v1_4_6.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44) at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:29) at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598) at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.NullPointerException at net.milkbowl.vault.permission.plugins.Permission_GroupManager.getPrimaryGroup(Permission_GroupManager.java:332) at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:637) at uk.org.whoami.authme.Utils.removeAll(Utils.java:75) at uk.org.whoami.authme.listener.AuthMePlayerListener.onPlayerLogin(AuthMePlayerListener.java:581) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 13 more 2012-12-24 21:40:18 [INFO] XxXShadowmaxXxX[/66.215.180.156:53811] logged in with entity id 1323 at ([world] 289.5, 68.62000000476837, 189.5)
2012-12-24 21:40:26 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'login' in plugin AuthMe v2.7.0b2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186) at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:510) at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:980) at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:898) at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:853) at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290) at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112) at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39) at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598) at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224) at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.NullPointerException at net.milkbowl.vault.permission.plugins.Permission_GroupManager.playerRemoveGroup(Permission_GroupManager.java:284) at net.milkbowl.vault.permission.Permission.playerRemoveGroup(Permission.java:559) at uk.org.whoami.authme.Utils.addNormal(Utils.java:94) at uk.org.whoami.authme.Management.performLogin(Management.java:86) at uk.org.whoami.authme.commands.LoginCommand.onCommand(LoginCommand.java:54) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more
-
View User Profile
-
Send Message
Posted Dec 24, 2012@Xephi59
Sent u a PM few seconds ago. Thx for ur help mate :)
-
View User Profile
-
Send Message
Posted Dec 24, 2012@enetocs
I need your CB version, AuthMe version and the config.yml without your sql config have you the Citizens plugin ( + version ) or CombatTag plugin ( + version too )?
Xephi
-
View User Profile
-
Send Message
Posted Dec 24, 2012@Xephi59
The first error spam console every few seconds several times. http://pastebin.com/5i05APjY
And the second error spam the console when someone type the "login" command. http://pastebin.com/JwzRmMQp
-
View User Profile
-
Send Message
Posted Dec 24, 2012Could the next thing you add from the TODO list be: Add email features and password recovery
Please :D I'm so happy you have taken over the plugin. Good job!
-
View User Profile
-
Send Message
Posted Dec 24, 2012@enetocs
When do you have the first error ?
For the second , i try to look why
-
View User Profile
-
Send Message
Posted Dec 23, 2012@Xephi59
I only have that error (http://pastebin.com/5i05APjY). The error is comming from a error on authme, dunno what event couse it, i dont have the code.
Plz see if u can fix it, couse that is generating a lot of lag at my servers. Thx
-
View User Profile
-
Send Message
Posted Dec 23, 2012@wumpyc
Have you any error in console ? :O
-
View User Profile
-
Send Message
Posted Dec 23, 2012ForceSurvivalMode not working for 1.4.6
-
View User Profile
-
Send Message
Posted Dec 23, 2012@enetocs
I need what the ClassCastException say :/
Xephi
-
View User Profile
-
Send Message
Posted Dec 23, 2012Hi Xephi59, I got Bukkit 1.4.6 - Beta 0.1, console spam whole time that error from authme, can u help me? http://pastebin.com/5i05APjY
Got ur last compiled version with 1.4.6
-
View User Profile
-
Send Message
Posted Dec 23, 2012@PrometheusBG
What is this problem with delay ? How long for login a player?
@xMinecraft
Have you any other plugin who cancel player move event ?
-
View User Profile
-
Send Message
Posted Dec 23, 2012@mrchasez
Yes i have on my own server , have you any error maybe ? :/
Xephi
-
View User Profile
-
Send Message
Posted Dec 23, 2012@ramius86
@webshoptv
Fixed , that only appear with new player cause the player cache doesn't exist in AuthMe ^_^ Please re-download AuthMe-2.7.0b2-CB1.4.6R0.1.jar
Cause that's error isn't really important and do not alter plugin functionnality , i haven't spend time to re-compile with all Bukkit version '
Xephi
-
View User Profile
-
Send Message
Posted Dec 23, 2012@webshoptv
I'm Checking why , sorry for convenient
-
View User Profile
-
Send Message
Posted Dec 22, 2012When new players join authme send me that message with version 2.7.0b2 Compile with 1.4.5R1.0 RB
-
View User Profile
-
Send Message
Posted Dec 22, 2012Good version for 1.4.6? :)