diff --git a/README.md b/README.md
index d306fe86..c862068f 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,17 @@
The most used authentication plugin for CraftBukkit/Spigot!
-####Development history:
-[](https://www.youtube.com/watch?v=hJRzNfYyd9k)
-
#####Development tools:
- DEVELOPMENT TEAM REPO (please send PRs here!): Github Development Page
- Developers ChatRoom: [](https://gitter.im/Xephi/AuthMeReloaded?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-- Build status: [](https://travis-ci.org/Xephi/AuthMeReloaded) [](https://www.versioneye.com/user/projects/55bab9e8653762002000190a)
+- Build Server (DEVELOPMENT BUILDS): Xephi's Jenkins
-- Build status (CircleCI): [](https://circleci.com/gh/Xephi/AuthMeReloaded)
+- Build status: [](https://travis-ci.org/AuthMe-Team/AuthMeReloaded) [](https://www.versioneye.com/user/projects/55bab9e8653762002000190a)
+
+- Build status (CircleCI): [](https://circleci.com/gh/AuthMe-Team/AuthMeReloaded)
- Alternative Dev Build download link (via CircleCi): Download
- JitPack (just in case): [](https://jitpack.io/#AuthMe-Team/AuthMeReloaded)
@@ -21,9 +20,7 @@
- Issue Tracking : [](https://waffle.io/Xephi/AuthMeReloaded) [](https://waffle.io/Xephi/AuthMeReloaded) [](https://waffle.io/Xephi/AuthMeReloaded)
-- Build Server (DEVELOPMENT BUILDS): Xephi's Jenkins
-
-- JavaDocs: AuthMe Javadoc
+- JavaDoc: AuthMe Javadoc
- Maven Repo: AuthMe Repo
@@ -37,6 +34,9 @@ McStats: http://mcstats.org/plugin/AuthMe
+#####Development history:
+[](https://www.youtube.com/watch?v=hJRzNfYyd9k)
+
#####Compiling Requirements:
@@ -84,6 +84,7 @@ typing commands or using the inventory. It can also kick players with uncommonly
Xenforo: XFBCRYPT
MyBB: MYBB
IPB3: IPB3
+ IPB4: IPB4
PhpFusion: PHPFUSION
Joomla: JOOMLA
WBB3: WBB3*
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index c9cdbfe6..151bc753 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -186,7 +186,7 @@ settings:
# Example unLoggedinGroup: NotLogged
unLoggedinGroup: unLoggedinGroup
# possible values: MD5, SHA1, SHA256, WHIRLPOOL, XAUTH, MD5VB, PHPBB,
- # MYBB, IPB3, PHPFUSION, SMF, XENFORO, SALTED2MD5, JOOMLA, BCRYPT, WBB3, SHA512,
+ # MYBB, IPB3, IPB4, PHPFUSION, SMF, XENFORO, SALTED2MD5, JOOMLA, BCRYPT, WBB3, SHA512,
# DOUBLEMD5, PBKDF2, PBKDF2DJANGO, WORDPRESS, ROYALAUTH, CUSTOM(for developpers only)
passwordHash: SHA256
# salt length for the SALTED2MD5 MD5(MD5(password)+salt)
@@ -260,7 +260,7 @@ settings:
# If Xephi is registered, then Xephi can login, but not XEPHI/xephi/XePhI
preventOtherCase: false
ExternalBoardOptions:
- # MySQL column for the salt , needed for some forum/cms support
+ # MySQL column for the salt, needed for some forum/cms support
mySQLColumnSalt: ''
# MySQL column for the group, needed for some forum/cms support
mySQLColumnGroup: ''
@@ -275,7 +275,7 @@ ExternalBoardOptions:
bCryptLog2Round: 10
# phpBB prefix defined during phpbb installation process
phpbbTablePrefix: 'phpbb_'
- # phpBB activated group id , 2 is default registered group defined by phpbb
+ # phpBB activated group id, 2 is default registered group defined by phpbb
phpbbActivatedGroupId: 2
# WordPress prefix defined during WordPress installation process
wordpressTablePrefix: 'wp_'