PyvesB / advanced-achievements

:fireworks: Popular plugin that adds unique and challenging achievements to Minecraft servers.
https://www.spigotmc.org/resources/83466
GNU General Public License v3.0
200 stars 214 forks source link

Remove BungeeTabListPlus integration? #1021

Closed PyvesB closed 3 years ago

PyvesB commented 3 years ago

If you have BungeeTabListPlus installed on your server, you can use the achievement_count placeholder in your tab list.

However, I've not heard this feature being mentioned in many years, does anyone actually make use of it?

Nowadays, BungeeTabListPlus supports PlaceHolderAPI (see here). This means that you can simply get the same functionality by using the %aach_achievements% placeholder from PlaceHolderAPI , which makes the native BungeeTabListPlus integration redundant.

Would folks be okay if I removed it? This would make things a little simpler and easier to maintain on the Advanced Achievements side.