Skip to content

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.

Notifications You must be signed in to change notification settings

davidcostache1/Discord2FA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord2FA subtitle

Ever felt the need to enable 2FA on your Server? No? Well, I will tell you 2 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.

Features-27-3-2024 (1)

features

Config

storage: "FILE" 🆕
fileAsFallback: true #This will use files if the database is not accessible 🆕

database:
  IP: "1.1.1.1" <- Your databases IP
  name: "exampleBase" <- Your database name

  user: "exampleUser" <- Your Database user
  password: "examplePassword" <- Your Database password

discord:
    token: "1233456789" <- Your Discord Bots token
    guild: "98765421" <- Your Guild ID
    channel: "1233456789" <- This Channel will hold the 'Link' Embed
    role: "" # The role people will receive when linking their accounts 🆕

allowedCommands: ["/login"]    # Commands allowed before the Player is verified

Additional Info

Author : @sieadev

Version : 1.5.2

Contact

Project Link: https://github.com/sieadev/Discord2FA

Fun fact

Md approved this plugin!

MD_Approved

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%