PasswordReset - GhoulofGSG9/Shine-Epsilon GitHub Wiki
This little Plugin allows you to automatically change your password if your server is for a certain time of minutes below a given playercount.
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).
| 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) |