SkySwimmer / MC2FA

Two-factor Authentication Minecraft Mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServerTools: MC2FA

MC2FA is a server mod that will enable two-factor-authentication using a discord bot. Part of the ServerTools utility mod collection.

Mod requirements

  1. A Minecraft Cyan installation
  2. The latest ProtocolHooks coremod

Runs on

Supported versions

  • Minecraft 1.17
  • Minecraft 1.17.1
  • Minecraft 1.16.5

Runs on

  • The Minecraft Server

NOTE: Tested with pure Cyan, no other mods had been installed.

Building the mod

Building commands

On Linux, you need to run the following commands:

chmod +x gradlew
./gradlew build

On Windows, you need to run only the following:

.\gradlew build

TIP: you can add -PoverrideGameVersion=<version> to select a game version.

Installing the mod

Main installation:

  1. Find the build/cmf folder
  2. Copy the latest cmf file
  3. Find your Cyan installation
  4. Navigate to .cyan-data/mods
  5. Paste the mod file
  6. The mod will be kept up-to-date by the trust server

Setting up the development environment

Developing the mod

On Linux, you need to run the following commands to prepare the debug environment:

chmod +x gradlew
./gradlew creatEclipse

On Windows, you need to run only the following:

.\gradlew creatEclipse

This process will take a lot of time if run for the first time. After running the commands, you can import this project in the Eclipse IDE.

TIP: you can add -PoverrideGameVersion=<version> to select a game version.

About

Two-factor Authentication Minecraft Mod

License:GNU Lesser General Public License v3.0


Languages

Language:Java 93.7%Language:Shell 6.3%