Configuration Preview
# Configuration Preview
# Scoreboard configuration file
# Supports multiple configurations, sorted by priority from high to low
# Permission format: PlayerScoreboard.{key} For example: PlayerScoreboard.vip
# Priority with negative numbers will not be displayed
# Scoreboard configuration list
scoreboards:
# OP configuration (highest priority)
op:
# Priority, higher number means higher priority
priority: 20
# Worlds to display [ALL] means all
worlds:
- "[ALL]"
# Scoreboard title
title: "&6&lServer Scoreboard &c[OP]"
# Scoreboard content, displayed from top to bottom
lines:
- "&7โโโโโโโโโโโโโโโโ"
- "&ePlayer: &f%player_name%"
- "&eLevel: &f%player_level%"
- "&eCoins: &f%vault_eco_balance%"
- "&7"
- "&cOnline: &f%server_online%/%server_max_players%"
- "&cTPS: &f%server_tps_1%"
- "&cMemory: &f%server_ram_used%/%server_ram_max% MB"
- "&7"
- "&eTime: &f%server_time_HH:mm:ss%"
- "&7โโโโโโโโโโโโโโโโ"
# VIP configuration
vip:
priority: 10
title: "&b&lServer Scoreboard &e[VIP]"
# Worlds to display [ALL] means all
worlds:
- "[ALL]"
lines:
- "&7โโโโโโโโโโโโโโโโ"
- "&ePlayer: &f%player_name%"
- "&eLevel: &f%player_level%"
- "&eCoins: &f%vault_eco_balance%"
- "&7"
- "&aOnline: &f%server_online%/%server_max_players%"
- "&7"
- "&eTime: &f%server_time_HH:mm:ss%"
- "&7โโโโโโโโโโโโโโโโ"
# Default configuration (lowest priority, all players have permission)
default:
priority: 1
title: "&a&lServer Scoreboard"
# Worlds to display [ALL] means all
worlds:
- "[ALL]"
lines:
- "&7โโโโโโโโโโโโโโโโ"
- "&ePlayer: &f%player_name%"
- "&eLevel: &f%player_level%"
- "&7"
- "&aOnline: &f%server_online%"
- "&7"
- "&eTime: &f%server_time_HH:mm:ss%"
- "&7โโโโโโโโโโโโโโโโ"
# Task scoreboard for PlayerTask extension
task:
priority: -1
title: "&a&lCurrent Task"
# Worlds to display [ALL] means all
worlds:
- "[ALL]"
lines: [ ]
# Configuration Instructions
Available internal variable ${head} can be used to represent MineMessage's <head:name> format