diff --git a/README.md b/README.md
index 49b5f8a4..9bbca627 100644
--- a/README.md
+++ b/README.md
@@ -24,16 +24,17 @@ You can also create your own translation file and, if you want, you can share it
#### Features:
- - E-Mail Recovery System !!!
+ - E-Mail Recovery System!
- Username spoofing protection.
- Countries Whitelist/Blacklist! (country codes)
- Built-in AntiBot System!
- ForceLogin Feature: Admins can login with all account via console command!
- Avoid the "Logged in from another location" message!
+ - Two-factor (2FA) support!
- Session Login!
- Editable translations and messages!
- MySQL and SQLite Backend support!
- - Supported password encryption algorithms: SHA256, BCRYPT, PBKDF2, xAuth
+ - Supported password encryption algorithms: SHA256, ARGON2, BCRYPT, PBKDF2, xAuth
- Supported alternative registration methods:
- PHPBB, VBulletin: PHPBB - MD5VB
@@ -83,9 +84,9 @@ You can also create your own translation file and, if you want, you can share it
- **Support:**
- [GitHub issue tracker](https://github.com/AuthMe/AuthMeReloaded/issues)
+ - [Discord](https://discord.gg/Vn9eCyE)
- [BukkitDev page](https://dev.bukkit.org/projects/authme-reloaded)
- [Spigot page](https://www.spigotmc.org/resources/authmereloaded.6269/)
- - [Discord](https://discord.gg/Vn9eCyE)
- **Dev resources:**
- JavaDocs
@@ -114,7 +115,7 @@ You can also create your own translation file and, if you want, you can share it
## Requirements
##### Compiling requirements:
->- JDK 1.8
+>- JDK 8 (JDK 11 is recommended)
>- Maven
>- Git/Github (Optional)
@@ -123,8 +124,8 @@ You can also create your own translation file and, if you want, you can share it
>- Execute command "mvn clean package"
##### Running requirements:
->- Java 1.8
->- TacoSpigot, PaperSpigot or Spigot (1.7.10, 1.8.X, 1.9.X, 1.10.X, 1.11.X, 1.12.X)
+>- Java 8 (Java 11 is recommended)
+>- Paper or Spigot (1.8.X and up)
(In case you use Thermos, Cauldron or similar, you have to update the SpecialSource library to support Java 8 plugins.
HowTo: https://github.com/games647/FastLogin/issues/111#issuecomment-272331347)
>- ProtocolLib (optional, required by some features)