Note: this update is a result of the development builds of the past 2 months. If you want these features / bugfixes faster, you can always use a development build (these could contain extra bugs / issues though, might not be optimal for production use)
Changelog
Added date-format to language files (for more info, please check out SimpleDateFormat here)
Added a header message to glist (for more customizable messages)
Setting a hover message to an empty string (read: '') now disables the hover message.
Made the {lastOnline} placeholder (in /friends list) configurable if players are online (so it doesn't just show "now")
Fixed {online} placeholder for friends and made it configurable
Tab completion for /ping now gives the list of online players
Tab completion for /find now gives the list of online players
Fixed a rare error with template punishments
Added support for 1.15(.1) for motd version conditions
Kick messages now don't end with an empty line anymore
Added push messages on friend join, leave & server switch (so you can see when your friends join, leave or change servers)
Fixed a bug with /friend accept that would add yourself to your own friendlist until you rejoin
Added legacy version for clients older than 1.8
Added a footer message to /report history (for more configurability)
/report deny now works as intended (previously it would execute /report accept)
Removed "tps" placeholders, as this is useless in BungeeCord
Addons
ScoreboardAddon has now been released! Fully asynchronous scoreboards in your BungeeCord server are now a possibility!
Install this by using /addon install ScoreboardAddon
XMLPlaceHolderAddon has now been released! This allows you to have additional placeholders that are in the format of XML tags. Currently this only provides you with a translate tag (which uses Google Translate), translations are cached for faster performance. Example(note: to use {language_short}, you will also need to install ExtraPlaceHoldersAddon, the language_short placeholder gives you the language of the user client):
Code (Text):
<translate from="en" to="{language_short}">The message you want to translate</translate>
Install this by using /addon install XMLPlaceHolderAddon
ExtraPlaceHoldersAddon has now been released! This provides you with extra placeholders that you can use, currently it only adds these placeholders:
{current_time} (format can be changed in the config)
{language_short} (for example: en)
{language_long} (for example: en_US)
Do you like my plugin? Please consider supporting me on Patreon or leave a review !
Are you experiencing issues or do you have suggestions? Then please join my Discord Server for the fastest support.