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 2, 2012@DeepSurfer
check your config file PermissionCheck: false or if u want to set up a high secure system check HowTo Confiuration and download latest Vault
-
View User Profile
-
Send Message
Posted Mar 2, 2012http://dl.bukkit.org/downloads/craftbukkit/list/dev/ build 2018 1.2.3-R0.1
hope help a little bit
-
View User Profile
-
Send Message
Posted Mar 2, 2012ok my skype is: jan.ber
-
View User Profile
-
Send Message
Posted Mar 2, 2012What does it say?
If you want I can have a look with Teamviewer.
I'll PM you my skype
-
View User Profile
-
Send Message
Posted Mar 2, 2012xD so i tried long password and it do not work too ...
-
View User Profile
-
Send Message
Posted Mar 2, 2012Just try as the example says "/register password password" :D that took me 10 sec to write :D
-
View User Profile
-
Send Message
Posted Mar 2, 2012@sgcsim
try a password > of 4 characters.
-
View User Profile
-
Send Message
Posted Mar 2, 2012@KJanar it's do not work ... if i write /register 123 123 it write to me /register password confirmpassword
-
View User Profile
-
Send Message
Posted Mar 2, 2012yes. Do you have skype? i give you teamviewer
-
View User Profile
-
Send Message
Posted Mar 2, 2012So are you saying that you can't register?
Typing /register password password just asks you to register again?
I could have a look with Teamviewer if you want.
-
View User Profile
-
Send Message
Posted Mar 2, 2012i just say bla bla using pass whit 6 symbols dont want public pass
-
View User Profile
-
Send Message
Posted Mar 2, 2012@wlyshas Please read the config more carefully.
security:
minPasswordLength: 4
Minimum password length is 4.
-
View User Profile
-
Send Message
Posted Mar 2, 2012Using 2014 bukkit. Starting ant stoping server. From EnablePermissionCheck: true writing EnablePermissionCheck: false. Starting server. Plugin working. But i need /register pass confirmpass, whet i write /register bla bla, nothing happined just spawn white text /register pass confirmpass.
-
View User Profile
-
Send Message
Posted Mar 2, 2012@sgcsim Try this. I am assuming you don't have a permissions plugin? Am I right?
permission:
EnablePermissionCheck: false
Also update Vault and CraftBukkit to version 1.2.2-R0.1 Build 2015
-
View User Profile
-
Send Message
Posted Mar 2, 201220:31:35 [WARNING] Task of 'AuthMe' generated an exception java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
at uk.org.whoami.authme.Utils.addNormal(Utils.java:83)
at uk.org.whoami.authme.task.TimeoutTask.run(TimeoutTask.java:59)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.ClassNotFoundException: net.milkbowl.vault.permission.Permission
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 6 more
-
View User Profile
-
Send Message
Posted Mar 2, 2012@wlyshas Hmm that config works great for me.
Only thing is that -
permission:
EnablePermissionCheck: false
There is no ; behind the false setting.
Update your Vault, get CraftBukkit 1.2 Build 2014 and update your Java. Other then that I don't know anything else to check.
-
View User Profile
-
Send Message
Posted Mar 2, 2012@wlyshas
start and stop your server EnablePermissionCheck: false; -> EnablePermissionCheck: false
-
View User Profile
-
Send Message
Posted Mar 2, 2012DataSource: mySQLColumnName: username mySQLTablename: authme mySQLUsername: authme backend: file mySQLColumnLastLogin: lastlogin mySQLDatabase: authme mySQLPort: '3306' mySQLColumnIp: ip mySQLHost: 127.0.0.1 mySQLColumnPassword: password mySQLPassword: '12345' caching: true GroupOptions: UnregisteredPlayerGroup: '' RegisteredPlayerGroup: '' Permissions: PermissionsOnJoin: [] settings: sessions: enabled: false timeout: 10 restrictions: allowChat: false maxRegPerIp: 1 maxNicknameLength: 20 ForceSingleSession: true ForceSpawnLocOnJoinEnabled: false SaveQuitLocation: false AllowRestrictedUser: false AllowedRestrictedUser: [] kickNonRegistered: false kickOnWrongPassword: false teleportUnAuthedToSpawn: false minNicknameLength: 3 allowMovement: false timeout: 30 allowedNicknameCharacters: '[a-zA-Z0-9_?]*' allowedMovementRadius: 100 GameMode: ForceSurvivalMode: false ResetInventotyIfCreative: false security: minPasswordLength: 4 unLoggedinGroup: unLoggedinGroup passwordHash: SHA256 registration: enabled: true messageInterval: 5 force: true unrestrictions: UnrestrictedName: [] VBullettinOptions: mySQLColumnSalt: '' mySQLColumnGroup: '' nonActivedUserGroup: -1 permission: EnablePermissionCheck: false;
-
View User Profile
-
Send Message
Posted Mar 2, 2012@wlyshas Your config might be broken or wrongly configured. Paste your config here or paste Pastebin url.
-
View User Profile
-
Send Message
Posted Mar 2, 2012@ILGIN
READ THE WIKI READ THE WIKI READ THE WIKI.
if u want old AuthMe system just put PermissionCheck: false in config file, otherwise u need to setup all groupSwitching correcly for the most secure system!