XScoreBoard
Simple plugin where you can edit TAB nad Scoreboard. PlaceholderApi support.
📖About XScoreBoard
Simple plugin where you can edit Scoreboard and TAB. Readeble and clean config.yml
config.yml:
//Full PlaceholderAPI support
//You can use any PlaceholderAPI placeholder in the scoreboard lines, tablist headers,playerlist, and footers.
// Color codes are supported using the & symbol followed by a color code (e.g., &6 for gold, &e for yellow, etc.).
// HEX color codes are also supported using the &# symbol followed by a 6-digit hexadecimal code (e.g., &#FF0000 for red).
messages:
permissions:
no-permission: '&cYou do not have permission to use this command.'
reload: '&aConfig reloaded successfully!'
scoreboard:
enebled: true
title: '&6&lXScoreBoard'
lines:
- '&7&m------------------'
- '&ePlayer: &f%player_name%'
- '&eHealth: &f%player_health%'
- '&eLevel: &f%player_level%'
- '&eWorld: &f%player_world%'
- '&7&m------------------'
tablist:
enebled: true
headers:
- '&6&lXScoreBoard'
playerlist: '&e%player_name%'
footers:
- '&7&lEnjoy your stay!'