Update 2.7.14
* Add Slot Reservation system ( permission : authme.vip ) * Add ConsoleLogging in 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
This commit is contained in:
@@ -100,6 +100,7 @@ Security:
|
||||
console:
|
||||
noConsoleSpam: false
|
||||
removePassword: true
|
||||
logConsole: false
|
||||
captcha:
|
||||
useCaptcha: false
|
||||
maxLoginTry: 5
|
||||
|
||||
@@ -3,7 +3,7 @@ author: darkwarriros,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.13b2
|
||||
version: 2.7.14
|
||||
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag]
|
||||
commands:
|
||||
register:
|
||||
@@ -134,4 +134,7 @@ permissions:
|
||||
default: op
|
||||
authme.vip:
|
||||
description: Allow vip slot when the server is full
|
||||
default: op
|
||||
authme.admin.purgebannedplayers:
|
||||
description: Purge banned players
|
||||
default: op
|
||||
Reference in New Issue
Block a user