- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,105 Server Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
AuthMe Reloaded
- 3 Likes
- Minecraft
- 38,912 Monthly Downloads
- Supports: CB 1.5.2-R0.1
- 450,173 Total Downloads
- Updated 05/05/2013
- Created 01/28/2012
- 6 Favorites
- Project Site
- Comments
- Release Type: Release
- License: Apache License version 2.0
- Newest File: AuthMe - 2.7.16
About AuthMe Reloaded
AuthMe Reloaded

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.
The possibility to set up name spoof protection kicks players with uncommon long or short player names before they could actually join.
Login Sessions make it possible that you don't have to login within a given time period.
Each command and every setting can be enabled or disabled by a easy structured config file.
If you don't like English or don't like my translations you can easily edit almost every message sent by AuthMe!
Changelogs:
Changes 2.7.16:
- Perform a teleport synchronously ( idiot , i'm idiot T.T )
- Perform login more quickly with apart thread
- Add Vault complete support for permissions systems
- Change from the useless BungeeCord hook to a PluginMessage system
- Add lituanian translation
- Re-translate french translation ( thanks André from bukkit.fr )
- Cleanup
- Update to 1.5.2
Changes 2.7.15:
- Add Slot Reservation system ( permission : authme.vip )
- Add ConsoleLogging in an authme.log file ( disabled by default, check config )
- Save the main thread by different database access and saves
- Perform login more quickly
- CleanUp the code entirely
- BungeeCord should be fixed
- Fix the Flat To MySQL converter
- Teleport players correctly
- Add a command to remove all banned players : /authme purgebannedplayers
Changes 2.7.13:
- Update to Bukkit 1.5.1
- Fix BungeeCord hook
- Add Finland language ( fi )
- Add Traditional Chinese language ( zhtw )
- Fix Console Filter for authme commands
- Fix problem with PackCords
- Add an AuthMe admin command : /authme setspawn - That define the general authme spawn point - Perm: authme.admin.setspawn
- Add an AuthMe admin command : /authme spawn - Teleport to the defined AuthMe spawn point - Perm : authme.admin.spawn
- Spawn Point allow you to overwrite your spawn point for TeleportUnauthedToSpawn and ForceSpawnLocOnJoin
- Spawn Point fix spawn glitch
- Allow player to change password with ForumSystem in game directly
old changes:
- Add AuthMeTeleportEvent , call when authme try to teleport a player after a /login ( not at spawn location )
- Add SpawnTeleportEvent, call when AuthMe try to teleport a player at spawn
AuthMeTeleportEvent infos :
- Cancellable
- getFrom() - return From Location
- getTo() - return To Location
- setTo() - set To Location
- getPlayer() - get the player who must be teleported
SpawnTeleportEvent infos :
- Cancellable
- getFrom() - return From Location
- getTo() - return To Location
- setTo() - set To Location
- getPlayer() - get the player who must be teleported
- isAuthenticated() - Return true if the player is logging in , return false else
Features:
- E-Mail Recovery System !!!
- Playername spoof protection
- Passpartu Admin Feature: Admin can login with all account more info here
- Protection against "Logged in from another location" messages
- Login sessions
- Editable settings & messages
- MySQL, flatfile and SQLITE support
- Supported hash algorithms: MD5, SHA1, SHA256, xAuth, Whirlpool
- Support for PLAINTEXT password storage
- Support for PHPBB, VBullettin forum registration: MD5VB - PHPBB
- Support for MyBB : MYBB
- Support for IPB3 : IPB3
- Support for PhpFusion : PHPFUSION
- Support for Xenforo SHA1 with : XFSHA1
- Support for Xenforo SHA256 with : XFSHA256
- Support for Joomla with : JOOMLA
- Support DoubleSaltedMD5 password with : SALTED2MD5
- Custom MySQL tables/columns (useable for forums, other scripts)
- Database queries can be cached
- Compatible with Citizens NPC plugin and CombatTag plugin
- Compatible with Minecraft mods like BuildCraft or RedstoneCraft
- 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
- Spoutcraft Login GUI
- 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 ( feel free to send me new translations )
- Convert the FlatFile auths.db to an usefull authme.sql that you can use on a MySQL database !
Configuration
Email Recovery Dependency
How to configure email recovery system?
Commands
Permissions
- authme.player.* - for all user command
- authme.admin.* - for all admin command
- authme.* - for all user and admin command
- List of all single permissions
How To
- How to Install and Setup
- How to import database from xAuth
- WebSite Integration
- Click here for an example of the Config file
- How to convert from Rakamak
- Convert from FlatFile (auths.db but not the sqlite one ) to MySQL : /authme convertflattosql
More information
- before stop your server /lock - /kick-all - /save-all - /stop this is a must for a good server and for a good chunk and player saving!!!!! ( AdminCmd is a good solution for manage a server! or u could choose to add MaintainaceMode)
- download and install spoutplugin.jar , for solving problem with multiple connetion on same user glitch
- SaveQuitLocation: true if u want so save player location in database!
- caching: false , if u havent an external mysql process where u store data
- remove all plugins that manage inventory before AuthMe.
- a solution for SpoutPlugin should be also InvetorySQL, that manage inventory after AuthMe and save it into sql db.
More information can be found on this page: Authme
TODO:
Add CustomEvent system (Xephi59)Add API system (Xephi59)Add FlatFile to Mysql converter! (Xephi59)- Complete phpbb3 integration
- Add write log ahead file for more security
Add email features and password recovery (Xephi59)- Increse performace and cleanup code
- Prevent people join with badwords/swears in their nickname
- Add Registration with Email Spoutcraft GUI
Add H2 to MySQL converter. (Xephi59) Please use : /authme convertflattosql- Add some other hash algorithm?
Add SMF hook and XenoForum- Add more support for mods
Add support for /reload bukkit command (Xephi59)Add multilingual support for messages.yml (Xephi59)Complete check of max registration allowed per IPAdd some ip restriction for admin or moderatorAdd vb integration (me)Add sqlite support(me)Add perfom a backup system for prevent loosing of corruptionsAdd CombatTag support (me)Add Spoutcraft login GUI (Hoeze)Support for all major Permissions pluginSupport for bonus on login, or special per user permissions onLogin or OnJoin event
Source: Source Code on Github
DevBuild:
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 - on Jenkins
MavenRepository: http:repository-authme.forge.cloudbees.com/snapshot/
Credit for old version to d4rkwarriors, fabe1337 , Whoami and pomo4ka Thanks to : AS1LV3RN1NJA and Hoeze
New Release 2.7.16
Changes 2.7.16:
- Perform a teleport synchronously ( idiot , i'm idiot T.T )
- Perform login more quickly with apart thread
- Add Vault complete support for permissions systems
- Change from the useless BungeeCord hook to a PluginMessage system
- Add lituanian translation
- Re-translate french translation ( thanks André from bukkit.fr )
- Cleanup
Before update to this version make sure to do a backup of all files, database and accounts.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| AuthMe - 2.7.16 | Release | CB 1.5.2-R0.1 | 16,807 | 05/05/2013 |
| AuthMe - 2.7.15 | Release | CB 1.5.1-R0.2 | 26,514 | 04/13/2013 |
| AuthMe - 2.7.13 | Release | 1.5.1 | 13,712 | 04/01/2013 |
| AuthMe - 2.7.12 | Release | 1.5.0 | 25,565 | 03/15/2013 |
| AuthMe - 2.7.11 | Release | CB 1.4.7-R1.0 | 6,898 | 03/11/2013 |
| AuthMe - 2.7.9 | Release | CB 1.4.7-R1.0 | 11,384 | 02/25/2013 |
| AuthMe - 2.7.8 | Release | CB 1.4.7-R1.0 | 11,656 | 02/14/2013 |
| AuthMe - 2.7.7 | Release | CB 1.4.7-R1.0 | 8,521 | 02/06/2013 |
| AuthMe - 2.7.6 | Release | CB 1.4.7-R0.1 | 9,736 | 01/29/2013 |
| AuthMe - 2.7.5 | Release | CB 1.4.7-R0.1 | 2,948 | 01/26/2013 |
| AuthMe - 2.7.3 | Release | CB 1.4.7-R0.1 | 2,057 | 01/23/2013 |
| AuthMe - 2.7.2 | Release | CB 1.4.6-R0.3 | 7,443 | 01/16/2013 |
| AuthMe - 2.7.1 | Release | CB 1.4.6-R0.3 | 16,096 | 01/01/2013 |
| AuthMe - 2.7.0 | Release | CB 1.4.5-R0.2 | 18,176 | 12/16/2012 |
| AuthMe - 2.6.9 | Release | CB 1.4.5-R0.2 | 4,900 | 12/09/2012 |
| AuthMe - 2.6.8b6 | Release | CB 1.4.5-R0.2 | 2,560 | 12/07/2012 |
| Authme - 2.6.8b4 - Xephi59 | Release | CB 1.4.5-R0.2 | 3,426 | 12/03/2012 |
| AuthMe 2.6.6 | Release | CB 1.2.5-R4.0 | 87,361 | 07/09/2012 |
| AuthMe 2.6.5 | Release | CB 1.2.4-R1.0 | 74,745 | 03/30/2012 |
| Authme 2.6.2 | Release | CB 1.1-R4 | 26,017 | 02/20/2012 |
| AuthMe 2.5.1 | Release | 1.1 | 86,446 | 01/28/2012 |
Top Downloads
-
- WorldEdit
- Admin Tools, Anti-Griefing Tools, Informational, Teleportation, and World Editing and Management
- 191,919 Monthly Downloads
-
- Essentials
- Admin Tools, Chat Related, Teleportation, Economy, and General
- 150,981 Monthly Downloads
-
- WorldGuard
- Admin Tools, World Editing and Management, Fixes, General, and Anti-Griefing Tools
- 86,117 Monthly Downloads
-
- ClearLagg
- World Editing and Management and Admin Tools
- 69,272 Monthly Downloads
-
- Vault
- Admin Tools, Developer Tools, Mechanics, and Economy
- 60,844 Monthly Downloads

Comments
my players lose inv.
HELP!
i need it for craftbukkit 1.2.5 4.1
ya great plugin if it fully worked
Awesome plugin!