PasswordReset - GhoulofGSG9/Shine-Epsilon GitHub Wiki

Overview

This little Plugin allows you to automatically change your password if your server is for a certain time of minutes below a given playercount.

Default Config

The default config looks something like this:

{
    "MinPlayers": 0,
    "ResetTime": 10,
    "DefaultPassword": ""
}

The file should be called “PasswordReset.json” and should be placed in the directory defined as your plugin config directory (default is config://shine/plugins).

Config Options

Option Description
MinPlayer The amount of players which activate the reset timer
ResetTime The time in minutes the plugin waits for players to join the server before it resets the password
DefaultPassword The password to which the plugin resets the server (“” is no password)
⚠️ **GitHub.com Fallback** ⚠️