Update 2.8
* Update to CB 1.5.2-R1.0 * Add multi-world support in databases * Add multi-plugins spawns support : in this order : BukkitWorldSpawn(default) < Multiverse-Core < EssentialsSpawn < Authme(/authme setspawn) * Add BCRYPT passwordhashing method * Set the Email method to HTML ! you can now send html email correctly :) * Some fix with BungeeCord * Some fix with inventory security ( i recommend you to disable ProtectInventoryBeforeLogin if you encounter issues , all inventory click method are now cancelled ) * Add a separate thread for /login command (enable multi-threading in config file) * Add a separate thead for /register command (enable multi-threading in config file) * Add isRegistered(String playerName) in the API * Some other code reworks * Some other debugs * Re-Indent code
This commit is contained in:
@@ -3,8 +3,8 @@ author: darkwarriors,Xephi
|
||||
website: http://www.multiplayer-italia.com/
|
||||
description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player.
|
||||
main: uk.org.whoami.authme.AuthMe
|
||||
version: 2.7.16b4
|
||||
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials]
|
||||
version: 2.8
|
||||
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn]
|
||||
commands:
|
||||
register:
|
||||
description: Register an account
|
||||
|
||||
Reference in New Issue
Block a user