Skip to content

Configuring the plugin

Harry edited this page Nov 21, 2020 · 2 revisions

Configuration Guide

This guide will show you how to configure your plugin through the config.yml file which generates on both the BungeeCord and Spigot servers.

Do not edit the hashing algorithm if you don't know what you're doing.
This is the basis for security on your server and getting it wrong could create a vulnerability.
If you do change it, it must match your endpoints (Spigot servers) and you must generate a new key file.

BungeeCord Configuration

This section is for setting up your config file on your BungeeCord servers.

Setting Description Data Type
verbose Whether the plugin should output detailed logs to console. Boolean
failsafe-message The message given to players if they are kicked by the plugin. String
hashing-algorithm The java.security hashing algorithm used to hash the keys. String

Spigot Configuration

This section is for setting up your config file on your Spigot servers.

Setting Description Data Type
verbose Whether the plugin should output detailed logs to console. Boolean
failsafe Whether to prevent players from connecting if there is a security error. Boolean
connection-refused-message The message given to players if they are kicked by the plugin. String
hashing-algorithm The java.security hashing algorithm used to hash the keys. String

Clone this wiki locally