Ever felt the need to enable 2FA on your Server? No? Well, I will tell you two reasons why it makes sense to do so:
With Token-Grabbing becoming a big problem in the Minecraft community, this plugin makes sure to keep your player's accounts safe.
Implementing a verification process on your server offers many advantages, such as minimizing the presence of alt-accounts.
# ----------------------------- Lang -----------------------------
# Choose from EN,DE,FR,IT,PL,RO,RS,TR and UA
language: en
# ----------------------------- Data -----------------------------
# MYSQL or FILE
storage: "FILE"
fileAsFallback: true #This will use files if the database is not accessible
database:
ip: ""
name: ""
user: ""
password: ""
# -------------------------- DiscordBot --------------------------
discord:
token: ""
guild: ""
channel: ""
# --------------------------- Settings ---------------------------
allowedCommands: ["/link"] # Commands allowed before the Player is verified
force-link: false # Force Users to Link their accounts
rememberIPAddresses: true # Remember IP addresses; only request verification on new ones
Author : @sieadev
- Discord @sieadev
- E-Mail contact@siea.dev
- Telegram @sieadev
Project Link: https://github.com/sieadev/Discord2FA
Md approved this plugin!