Warning: You need to update the BungeeCord and the Bukkit/ Sponge plugin for this update to work.
New Features:
Hide servers from the tab list
There's a new option to
!players_by_server component called
hiddenServers it allows hiding specific servers from the tab list. Here's an example how to use it:
Code (Text):
- !players_by_server
playerSet: all_players
serverHeader:
- '&b&l>&3 ${server}(${server_player_count}):'
showServers: ALL
hiddenServers: [server4, server7]
playerComponent: "${player name}"
morePlayersComponent: '... and ${other_count} others'
Cut off long player names
It is now possible to cut of long player names. Check the wiki to learn how to do it:
https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Alignment-and-Long-Text.
New options for the !container component
The
!container component now has the
minSize and
maxSize options.
API Changes:
Create server scoped placeholders from your plugin
The API has been expanded to facilitate the creating of server scoped placeholders. Have a look at the Javadoc for more information:
http://ci.codecrafter47.dyndns.eu/j...geetablistplus/api/bungee/ServerVariable.html
http://ci.codecrafter47.dyndns.eu/j...geetablistplus/api/bukkit/ServerVariable.html
http://ci.codecrafter47.dyndns.eu/j...geetablistplus/api/sponge/ServerVariable.html
Other Changes:
Support for the old (pre 2.6.0) config format has been removed.
Bug Fixes:
Version 2.7.4 had a bug that prevented it from running on any but the most recent BungeeCord versions. This update fixes that bug, so you can run it, no matter which BungeeCord version you're using.
A lot of issues related to the bridge plugins, especially with the Sponge bridge have been fixed.