VaultLeaderboards
Display top player balances effortlessly — Vault-powered, Placeholder-ready.
A lightweight PlaceholderAPI expansion to show top player money rankings using Vault-compatible economy plugins like EssentialsX. Fully customizable format, easy to set up, and works perfectly with leaderboards, scoreboards, and holograms.
Features:
- %vaultleaderboards_top_1% shows the #1 richest player
- %vaultleaderboards_top_5% shows any top rank
- %vaultleaderboards_Steve% shows a specific player's name, money, and rank
- Configurable output colors, suffixes, and formatting
- Built-in /vl reload command
- Designed for minimal performance impact
- Works with any PlaceholderAPI-compatible plugin
Placeholders:
- %vaultleaderboards_top_1% — example output: §aSteve §b12500.0$ §e#1
- %vaultleaderboards_top_3% — example output: §aAlex §b9200.5$ §e#3
- %vaultleaderboards_<playername>% — formatted data for the specified player (replace <playername> with any valid Minecraft username)
Configuration (config.yml):
You can customize how the player name, balance, and position appear using these options:
name_color: "§a"
money_color: "§b"
money_suffix: "$"
place_color: "§e"
place_prefix: "#"
For RGB colors, use MiniMessage formatting in your display plugin (like
color:#ffaa00).
Commands:
- /vl reload — reloads the config file (permission: vaultleaderboards.reload)
Requirements:
- Vault
- PlaceholderAPI
- A Vault-compatible economy plugin (e.g., EssentialsX, CMI, XConomy)
Example Usage:
In a scoreboard:
Top 1: %vaultleaderboards_top_1%
You: %vaultleaderboards_%player_name%%
In a hologram (e.g., HolographicDisplays):
%vaultleaderboards_top_1%
%vaultleaderboards_top_2%
In a tab list:
Works well with TAB, AnimatedScoreboard, and similar plugins.