A Minecraft Spigot plugin that fetches and displays player tiers, with support for PlaceholderAPI.
- Fetches player tiers from an external source.
/tiercommand to check your own or another player's tier./tier reloadcommand to reload the tier list (requires permission).- PlaceholderAPI integration: use
%tier%to display a player's tier in compatible plugins.
- Download the plugin JAR and place it in your server's
pluginsfolder. - (Optional) Install PlaceholderAPI for placeholder support.
- Restart or reload your server.
/tier— Shows your tier./tier <player>— Shows the specified player's tier./tier reload— Reloads the tier list. Requirestiertagger.reloadpermission.
tiertagger.reload— Allows reloading the tier list.
%tier%— Displays the player's tier (e.g.,HT1,LT2, orunknown).
No configuration is required. The plugin fetches the tier list automatically and refreshes it every 60 seconds.
MIT