https://github.com/sieadev/discord2fa
Discord 2FA is a powerful Minecraft plugin designed to enhance the security of your Minecraft server by integrating two-factor authentication (2FA) with Discord accounts.
https://github.com/sieadev/discord2fa
2fa account discord minecraft secruity spigot
Last synced: 3 months ago
JSON representation
Discord 2FA is a powerful Minecraft plugin designed to enhance the security of your Minecraft server by integrating two-factor authentication (2FA) with Discord accounts.
- Host: GitHub
- URL: https://github.com/sieadev/discord2fa
- Owner: sieadev
- Created: 2024-01-07T12:01:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:52:13.000Z (over 1 year ago)
- Last Synced: 2024-05-22T21:27:03.033Z (over 1 year ago)
- Topics: 2fa, account, discord, minecraft, secruity, spigot
- Language: Java
- Homepage:
- Size: 7.79 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### 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:
#### 1. Security:
With Token-Grabbing becoming a big problem in the Minecraft community,
this plugin makes sure to keep your player's accounts safe.
#### 2. Verification:
Implementing a verification process on your server offers many advantages,
such as minimizing the presence of alt-accounts.

## Config
```
# ----------------------------- 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 accessibledatabase:
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
```## Additional Info
#### Author : [@sieadev](https://www.github.com/sieadev)
#### Version : 1.5.2
#### Contact
- Discord [@sieadev](https://dsc.gg/siea)
- E-Mail contact@siea.dev
- Telegram [@sieadev](https://t.me/sieadev)Project Link: https://github.com/sieadev/Discord2FA
### Fun fact
Md approved this plugin!