Baltop

โญ โ€” (2 endorsements) ๐Ÿ“ฅ 656 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 4/17/2026
๐ŸŸก Updated this year

By ahmadridoy ยท economy

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 4/13/2026 ๐Ÿ“… Created: 4/17/2026

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.3% endorsement rate
  • ๐Ÿ† #30 of 84 economy mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ’ฐ BaltopPlugin โ€” Balance Leaderboard GUI > **Created by NoTXGameR | UBMC STUDIO** A high-performance, fully-configurable **/baltop GUI leaderboard** plugin powered by Vault. Show your server's richest players in a beautiful paginated inventory! --- ## โœจ Features - ๐Ÿ† **Paginated GUI Leaderboard** โ€” up to 100 players across multiple pages - ๐Ÿ’Ž **Player Head Display** โ€” each entry shows the player's real skull - ๐Ÿ–ฑ๏ธ **Click Info Panel** โ€” click any player head to see detailed stats - โšก **Async Cache System** โ€” refreshes every 5 minutes, zero lag - ๐Ÿ’ต **Smart Balance Formatting** โ€” `$1.25M`, `$3.5B` short format support - ๐Ÿ“Š **PlaceholderAPI** support โ€” `%baltop_1_name%`, `%baltop_1_balance%` - ๐Ÿชง **DecentHolograms** integration โ€” top 3 holograms in-world (optional) - ๐Ÿ”„ `/baltop reload` & force refresh commands - ๐ŸŽจ Fully customizable GUI (title, rows, filler, lore, colors) --- ## ๐Ÿ› ๏ธ Commands | Command | Description | Permission | |---------|-------------|------------| | `/baltop` | Open leaderboard GUI | `baltop.use` | | `/baltop <page>` | Open specific page | `baltop.use` | | `/balancetop` | Alias for /baltop | `baltop.use` | | `/btop` | Alias for /baltop | `baltop.use` | | `/baltop reload` | Reload config | `baltop.reload` | | `/baltop refresh` | Force refresh data | `baltop.admin` | --- ## ๐Ÿ”‘ Permissions | Node | Default | Description | |------|---------|-------------| | `baltop.use` | Everyone | Open the leaderboard | | `baltop.admin` | OP | Force refresh data | | `baltop.reload` | OP | Reload config | --- ## ๐Ÿ“ฆ Dependencies | Plugin | Required? | |--------|-----------| | (https://www.spigotmc.org/resources/vault.34315/) | โœ… Required | | (https://www.spigotmc.org/resources/placeholderapi.6245/) | โšก Optional | | (https://www.spigotmc.org/resources/decentholograms.96927/) | โšก Optional | --- ## ๐Ÿ“‹ PlaceholderAPI Placeholders - %baltop_1_name% โ†’ #1 player name - %baltop_1_balance% โ†’ #1 player balance - %baltop_1_rank% โ†’ rank number (supports up to rank 10 by default) --- ## โš™๏ธ Compatibility - **Minecraft:** 1.21 โ€” 1.21.11 - **Platforms:** Spigot, Paper, Purpur --- *Made with โค๏ธ by **NoTXGameR** โ€” UBMC STUDIO* --- <details> <summary>โš™๏ธ Click to view default config.yml</summary> ```yaml # ============================================================ # BaltopPlugin - Configuration File # Plugin by NoTXGameR | UBMC STUDIO | Version 1.0.0 # ============================================================ gui: title: "&6&lBaltop Leaderboard" rows: 6 max-players: 100 prev-page-slot: 45 next-page-slot: 53 filler-material: "GRAY_STAINED_GLASS_PANE" always-show-navigation: true cache: refresh-interval: 5 log-refresh: true async-load: true formatting: currency-symbol: "$" use-short-format: true short-format-decimals: 2 lore: - "" - "&7Rank: &e#{rank}" - "&7Player: &b{player}" - "&7Balance: &a{balance}" - "&7Status: {status}" - "&7Last Seen: &f{last-seen}" - "" - "&8ยป &eClick for more info" head-name: "&e#{rank} &f- &b{player}" info-panel: enabled: true title: "&b&lPlayer Info" lore: - "" - "&7Player: &b{player}" - "&7Rank: &e#{rank}" - "&7Balance: &a{balance}" - "&7Status: {status}" - "&7Last Seen: &f{last-seen}" - "" - "&8Click anywhere to go back" messages: prefix: "&8 &r" no-permission: "&cYou don't have permission." loading: "&eLeaderboard is loading, please wait..." empty: "&cNo player data found." reload-success: "&aConfig reloaded successfully." refresh-success: "&aLeaderboard refreshed successfully." invalid-page: "&cInvalid page. Use 1 to {max}." refreshing: "&eRefreshing leaderboard asynchronously..." holograms: enabled: false world: "world" lines: - "&6&lโญ TOP {rank} โญ" - "&b{player}" - "&a{balance}" positions: "1": x: 0.5 y: 65.0 z: 0.5 "2": x: 3.5 y: 65.0 z: 0.5 "3": x: -2.5 y: 65.0 z: 0.5 placeholders: enabled: true max-rank: 10

# ๐Ÿ’ฐ BaltopPlugin โ€” Balance Leaderboard GUI

> Created by NoTXGameR | UBMC STUDIO

A high-performance, fully-configurable /baltop GUI leaderboard plugin powered by Vault. Show your server's richest players in a beautiful paginated inventory!

## โœจ Features

  • ๐Ÿ† Paginated GUI Leaderboard โ€” up to 100 players across multiple pages
  • ๐Ÿ’Ž Player Head Display โ€” each entry shows the player's real skull
  • ๐Ÿ–ฑ๏ธ Click Info Panel โ€” click any player head to see detailed stats
  • โšก Async Cache System โ€” refreshes every 5 minutes, zero lag
  • ๐Ÿ’ต Smart Balance Formatting โ€” `$1. 25M`, `$3. 5B` short format support
  • ๐Ÿ“Š PlaceholderAPI support โ€” `%baltop_1_name%`, `%baltop_1_balance%`
  • ๐Ÿชง DecentHolograms integration โ€” top 3 holograms in-world (optional)
  • ๐Ÿ”„ `/baltop reload` & force refresh commands
  • ๐ŸŽจ Fully customizable GUI (title, rows, filler, lore, colors)

## ๐Ÿ› ๏ธ Commands

| Command | Description | Permission | |---------|-------------|------------| | `/baltop` | Open leaderboard GUI | `baltop.use` | | `/baltop ` | Open specific page | `baltop.use` | | `/balancetop` | Alias for /baltop | `baltop.use` | | `/btop` | Alias for /baltop | `baltop.use` | | `/baltop reload` | Reload config | `baltop.reload` | | `/baltop refresh` | Force refresh data | `baltop.admin` |

## ๐Ÿ”‘ Permissions

| Node | Default | Description | |------|---------|-------------| | `baltop.use` | Everyone | Open the leaderboard | | `baltop.admin` | OP | Force refresh data | | `baltop.reload` | OP | Reload config |

## ๐Ÿ“ฆ Dependencies

| Plugin | Required? | |--------|-----------| | (https://www.spigotmc.org/resources/vault. 34315/) | โœ… Required | | (https://www.spigotmc.org/resources/placeholderapi. 6245/) | โšก Optional | | (https://www.spigotmc.org/resources/decentholograms. 96927/) | โšก Optional |

## ๐Ÿ“‹ PlaceholderAPI Placeholders - %baltop_1_name% โ†’ #1 player name - %baltop_1_balance% โ†’ #1 player balance - %baltop_1_rank% โ†’ rank number (supports up to rank 10 by default)

## โš™๏ธ Compatibility

  • Minecraft: 1. 21 โ€” 1. 21. 11
  • Platforms: Spigot, Paper, Purpur

Made with โค๏ธ by NoTXGameR โ€” UBMC STUDIO

โš™๏ธ Click to view default config.yml

```yaml # ============================================================ # BaltopPlugin - Configuration File # Plugin by NoTXGameR | UBMC STUDIO | Version 1. 0. 0 # ============================================================

gui: title: "&6&lBaltop Leaderboard" rows: 6 max-players: 100 prev-page-slot: 45 next-page-slot: 53 filler-material: "GRAY_STAINED_GLASS_PANE" always-show-navigation: true

cache: refresh-interval: 5 log-refresh: true async-load: true

formatting: currency-symbol: "$" use-short-format: true short-format-decimals: 2

lore: - "" - "&7Rank: &e#{rank}" - "&7Player: &b{player}" - "&7Balance: &a{balance}" - "&7Status: {status}" - "&7Last Seen: &f{last-seen}" - "" - "&8ยป &eClick for more info"

head-name: "&e#{rank} &f- &b{player}"

info-panel: enabled: true title: "&b&lPlayer Info" lore: - "" - "&7Player: &b{player}" - "&7Rank: &e#{rank}" - "&7Balance: &a{balance}" - "&7Status: {status}" - "&7Last Seen: &f{last-seen}" - "" - "&8Click anywhere to go back"

messages: prefix: "&8[&6&lBaltop&8] &r" no-permission: "&cYou don't have permission." loading: "&eLeaderboard is loading, please wait..." empty: "&cNo player data found." reload-success: "&aConfig reloaded successfully." refresh-success: "&aLeaderboard refreshed successfully." invalid-page: "&cInvalid page. Use 1 to {max}." refreshing: "&eRefreshing leaderboard asynchronously..."

holograms: enabled: false world: "world" lines: - "&6&lโญ TOP {rank} โญ" - "&b{player}" - "&a{balance}" positions: "1": x: 0. 5 y: 65. 0 z: 0. 5 "2": x: 3. 5 y: 65. 0 z: 0. 5 "3": x: -2. 5 y: 65. 0 z: 0. 5

placeholders: enabled: true max-rank: 10

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
ahmadridoy
Version
1.0.0
Downloads
656
Endorsements
2
Category
economy
Created
4/17/2026
Updated
4/13/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
economy, optimization, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does Baltop support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of Baltop?

Version 1.0.0, published 2026-04-13 with 656 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More economy ๐Ÿ‘ค More by ahmadridoy ๐Ÿ”Ž Similar Mods ๐ŸŒ Best economy (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods