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:
@@ -12,8 +12,9 @@ DataSource:
|
||||
mySQLPassword: '12345'
|
||||
caching: true
|
||||
mySQLlastlocX: x
|
||||
mySQLlastlocY : y
|
||||
mySQLlastlocZ : z
|
||||
mySQLlastlocY: y
|
||||
mySQLlastlocZ: z
|
||||
mySQLlastlocWorld: world
|
||||
mySQLColumnEmail: email
|
||||
mySQLColumnId: id
|
||||
GroupOptions:
|
||||
@@ -81,6 +82,7 @@ ExternalBoardOptions:
|
||||
mySQLColumnGroup: ''
|
||||
nonActivedUserGroup: -1
|
||||
mySQLOtherUsernameColumns: []
|
||||
bCryptLog2Round: 10
|
||||
Xenoforo:
|
||||
predefinedSalt: ''
|
||||
permission:
|
||||
@@ -119,10 +121,12 @@ Email:
|
||||
mailSenderName: ''
|
||||
RecoveryPasswordLength: 8
|
||||
mailSubject: 'Your new AuthMe Password'
|
||||
mailText: 'Dear <playername>, \n\n This is your new AuthMe password for the server \n\n <servername> : \n\n <generatedpass>\n\nDo not forget to change password after login! \n /changepassword <generatedpass> newPassword'
|
||||
mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do not forget to change password after login! <br /> /changepassword <generatedpass> newPassword'
|
||||
maxRegPerEmail: 1
|
||||
Hooks:
|
||||
multiverse: true
|
||||
chestshop: true
|
||||
bungeecord: false
|
||||
notifications: true
|
||||
notifications: true
|
||||
Performances:
|
||||
useMultiThreading: false
|
||||
@@ -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