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
Project Link: https://github.com/sieadev/Discord2FA
Md approved this plugin!