Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.38 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.38 KB

CHS MCLink Velocity

This is the plugin that authenticates players as they login against gudchalmers/chs-mclink-backend and kicks them if they are not linked.

Requirements

Setup

To build the plugin run:

# Windows
gradlew.bat shadowJar
# Linux
./gradlew shadowJar

The plugin will be located in build/libs/ when done building.

Once the plugin have run once a config file have been created in velocity_install/plugins/mclink/config.toml.

The default config looks like this:

mclink_backend = "https://mc.chs.se/"
ignored_servers = ["auth"]
permission = "velocity.command.server"
token = ""

License

MIT