## Prerequisites
1.
PlaceholderAPI plugin
2.
DecentHolograms plugin
3.
AzLeaderboard plugin (this plugin)
4.
Vault plugin (for economy)
## Step 1: Install Required PlaceholderAPI Expansions
Run these commands in-game:
Code (Text):
/papi ecloud download vault
/papi ecloud download player
/papi ecloud download statistic
/papi reload
## Step 2: Create AzLeaderboard Leaderboards
Run these commands to create the leaderboards:
Code (Text):
# Balance Leaderboards
/azlb add balance_alltime %vault_eco_balance_fixed% alltime
/azlb add balance_monthly %vault_eco_balance_fixed% monthly
/azlb add balance_weekly %vault_eco_balance_fixed% weekly
# Kills Leaderboards
/azlb add kills_alltime %statistic_player_kills% alltime
/azlb add kills_monthly %statistic_player_kills% monthly
/azlb add kills_weekly %statistic_player_kills% weekly
# Deaths Leaderboards
/azlb add deaths_alltime %statistic_deaths% alltime
/azlb add deaths_monthly %statistic_deaths% monthly
/azlb add deaths_weekly %statistic_deaths% weekly
# Playtime Leaderboards
/azlb add playtime_alltime %statistic_play_one_minute% alltime
/azlb add playtime_monthly %statistic_play_one_minute% monthly
/azlb add playtime_weekly %statistic_play_one_minute% weekly
## Step 3: Setup DecentHolograms
Copy the hologram files to your DecentHolograms folder:
- `holograms/balance-alltime.yml` → `plugins/DecentHolograms/holograms/`
- `holograms/kills-alltime.yml` → `plugins/DecentHolograms/holograms/`
- `holograms/deaths-alltime.yml` → `plugins/DecentHolograms/holograms/`
- `holograms/playtime-alltime.yml` → `plugins/DecentHolograms/holograms/`
## Step 4: Configure Locations
Edit the location in each hologram file:
Code (YAML):
location
: world:x:y:z
# Change to your desired coordinates
Or use the DecentHolograms command:
Code (Text):
/dh mvhr balance-alltime
/dh mvhr kills-alltime
/dh mvhr deaths-alltime
/dh mvhr playtime-alltime
## Step 5: Reload Plugins
Code (Text):
/azlb reload
/dh reload
## Step 6: Fix Permissions (if needed)
If leaderboards aren't updating:
Code (Text):
/lp group default permission set azleaderboard.use true
## Features
- ✅ Multi-page holograms with left/right click navigation
- ✅ Icon display (Gold Ingot, Diamond Sword, Skull, Clock)
- ✅ Player position tracking shows your current rank
- ✅ Time period switching (All-time, Monthly, Weekly)
- ✅ Sound effects on page navigation
- ✅ Hex color support with beautiful gradients
- ✅ Real-time updates every 20 seconds
## Available Placeholders
Your AzLeaderboard plugin provides these placeholders for external use:
Balance:
- `%azlb_lb_vault_eco_balance_fixed_1_alltime_name%`
- `%azlb_lb_vault_eco_balance_fixed_1_alltime_value%`
Kills:
- `%azlb_lb_statistic_player_kills_1_alltime_name%`
- `%azlb_lb_statistic_player_kills_1_alltime_value%`
Deaths:
- `%azlb_lb_statistic_deaths_1_alltime_name%`
- `%azlb_lb_statistic_deaths_1_alltime_value%`
Playtime:
- `%azlb_lb_statistic_play_one_minute_1_alltime_name%`
- `%azlb_lb_statistic_play_one_minute_1_alltime_value%`
Replace `1` with positions 1-10, and `alltime` with `monthly`/`weekly` as needed.
## Troubleshooting
1.
Holograms not showing: Check DecentHolograms is installed and holograms are enabled
2.
No data showing: Ensure PlaceholderAPI expansions are downloaded and AzLeaderboard is tracking data
3.
Permission errors: Make sure players have `azleaderboard.use` permission
4.
Updates not working: Run `/azlb reload` and `/dh reload`
Enjoy your awesome leaderboards!