
CleanInfo
A lightweight, flicker-free solution for Tablist prefixes and Scoreboards. Features a clean sidebar without red numbers, full PlaceholderAPI support and easy configuration.
CleanInfo
CleanInfo is a streamlined and efficient plugin designed for modern servers (Paper 1.21+). It handles both your Tablist formatting and Sidebar Scoreboard in one lightweight package.
Unlike standard scoreboards, this plugin utilizes packet handling to hide the red numbers on the right side of the board, giving your UI a cleaner and more professional look.
Features include:
-
No Red Numbers: The scoreboard does not display the default vanilla values on the right side.
-
Flicker-Free: Optimized updates ensure the board never blinks or flickers.
-
Tablist Prefixes: Automatically pulls rank prefixes and assigns them to players in the tab list.
-
PlaceholderAPI Support: Full support for PAPI variables. Easily display:
-
Money / Balance
-
Kills & Deaths
-
Ping
-
Player Rank
-
Fully Configurable: Customize every line, color, and header/footer via config.yml.
-
Asynchronous: Heavy tasks are handled off the main thread to keep TPS high.
Installation
-
Download the plugin .jar.
-
Install PlaceholderAPI (Required for stats).
-
Install Vault (Required for economy/prefixes).
-
Drop into your /plugins/ folder and restart.
-
Edit config.yml to style your board!
Configuration The configuration is simple and easy to read.
YAML
scoreboard:
enabled: true
title: "&bSURVIVAL"
lines:
- ""
- "&f%player_name%"
- "&7PING: &a%player_ping%"
- "&7RANK: {rank}"
- ""
- "&eStats"
- "&7⚔ KILLS: &c%statistic_player_kills%"
- "&7☠ DEATHS: &c%statistic_deaths%"
- "&7✦ BALANCE: &a$%vault_eco_balance_formatted%"
- ""
ranks:
owner:
permission: nexusprefixes.owner
prefix: "&4[OWNER] &4"
suffix: ""
chat-format: "{prefix}{player}{suffix}&7: &f{message}"
admin:
permission: nexusprefixes.admin
prefix: "&c[ADMIN] &c"
suffix: ""
chat-format: "{prefix}{player}{suffix}&7: &f{message}"
moderator:
permission: nexusprefixes.moderator
prefix: "&6[MOD] &6"
suffix: ""
chat-format: "{prefix}{player}{suffix}&7: &f{message}"
vip:
permission: nexusprefixes.vip
prefix: "&a[VIP] &a"
suffix: ""
chat-format: "{prefix}{player}{suffix}&7: &f{message}"
default:
permission: nexusprefixes.default
prefix: "&7"
suffix: ""
chat-format: "&7{player}&7: &f{message}"
