Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

v3.2.0: new server placeholder, playersOnline improvements and config backup system

Compare
Choose a tag to compare
@Andre601 Andre601 released this 18 Jun 14:00
· 686 commits to master since this release
61aceb3

This update brings a few minor improvements to the plugin.

New whitelistEnabled placeholder

The Spigot/Paper version now has a new ${server whitelistEnabled} placeholder. When used will it return true or false based on if the whitelist is enabled.

Multiple worlds/servers for playersOnline

The playersOnline placeholder now allows to set multiple worlds/servers separated by spaces.
When multiple are provided will the placeholder combine each player count and return the total.

Config backups

The plugin will now make a backup of your old config whenever it makes a config migration. This should help restore an old config in case something breaks.
Should the backup fail will the entire config migration be cancelled.

Backups are stored in a dedicated backups folder in the plugin's own directory and will have the format config_<ISO date>.yml