Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

dylhack/mcauth-client

Repository files navigation

Build

MCAuth Client

This is the Minecraft plugin for MCAuth. Minecraft server owners must configure and setup their own MCAuth instance before adding this plugin.

Setup

Requirements

JRE 11 or above is required to run this plugin on a Minecraft server.

1. Download

Download the latest mcauth-client.jar from releases

2. Configure

The first time running your server with the plugin in your plugin's folder, it will generate a new default config. Here is a reference:

address: "127.0.0.1" # Where your MCAuth instance is located
port: 3001           # MCAuth instance webserver port (See MCAuth's config.yml)
token: ""            # MCAuth web server token (See MCAuth's config.yml)	

Setup Complete

Your server is now protected, just make sure MCAuth server is running otherwise players will not be able to join

Permission Nodes

mcauth.addalt
mcauth.remalt
mcauth.getalts
mcauth.listalts

Versioning

x.y.z

  • x MCAuth version supported
  • y A minor change, an important plugin-only change was made
  • z A patch, an insignificant change