diff --git a/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/advanced.yml b/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/advanced.yml index 7a96b88c..5493ecd6 100644 --- a/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/advanced.yml +++ b/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/advanced.yml @@ -16,11 +16,6 @@ sessionLogin: # And try to login with an another IP Address? sessionExpireOnIpChange: true -performance: - # HIGHLY recommended to use this! This will increase database performance - # Default is true, change it to false if you experience issues - useMultiThreading: true - security: # Should players in the OP list have every permissions? opPermissions: true diff --git a/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/database.yml b/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/database.yml index d43fc4f3..6a885599 100644 --- a/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/database.yml +++ b/PROTOTYPE AREA (future stuff and etc...)/NewConfiguration/database.yml @@ -30,6 +30,7 @@ redis: columnNames: idColumn: id nameColumn: username + realNameColumn: realname passwordColumn: password ipColumn: ip emailColumn: email diff --git a/README.md b/README.md index fc70c520..6468c75d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Build status (Travis): [![Build Status](https://travis-ci.org/Xephi/AuthMeReloaded.svg?branch=master)](https://travis-ci.org/Xephi/AuthMeReloaded) -- Build status (CircleCI): [CircleCI project Page](https://travis-ci.org/Xephi/AuthMeReloaded) +- Build status (CircleCI): [CircleCI project Page](https://circleci.com/gh/xephi/AuthMeReloaded) - Build Server (DEVELOPMENT BUILDS): Xephi's Jenkins diff --git a/src/main/resources/messages_zhhk.yml b/src/main/resources/messages_zhhk.yml index fcece644..173fb46c 100644 Binary files a/src/main/resources/messages_zhhk.yml and b/src/main/resources/messages_zhhk.yml differ