-
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuring the plugin
Harry edited this page Nov 21, 2020
·
2 revisions
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.
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 |
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 |