Skip to content

The Velocity plugin that checks authentication agains the CHS MCLink backend

License

Notifications You must be signed in to change notification settings

gudchalmers/chs-mclink-velocity

Repository files navigation

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

About

The Velocity plugin that checks authentication agains the CHS MCLink backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages