AzuraBoard - Folia Support - High-Performance Scoreboard Highly Configurable | PlaceholderAPI Support | 1.7.10 - Latest Version Compatible | Flicker-Free!
Overview This is a Minecraft scoreboard plugin created by the
AzuraDev Team based on the FastBoard SDK, designed to provide your server with unparalleled customization capabilities and excellent performance. Whether you want to display basic server information, player statistics, or create complex dynamic scoreboard content, AzuraBoard can easily meet your needs.
We leverage efficient
packet-based processing technology to fundamentally solve the scoreboard flickering issue, ensuring the smoothest visual experience for players while minimizing the impact on server performance.
Features
✨ Highly Customizable:
✔ Freely configure the scoreboard title and each line of content.
✔ Support for custom line refresh intervals for precise control over information updates.
✔ Flexible style control, including color codes.
✔ Even configure some console output messages (if applicable).
Full PlaceholderAPI Support:
✔ Perfect integration with PlaceholderAPI, allowing you to use its countless variables anywhere on the scoreboard for truly dynamic information display.
Extreme Performance & Flicker-Free:
✔ Based on a packet-based processing mechanism to eliminate scoreboard flickering from the source.
✔ Lightweight design with minimal impact on server performance.
Powerful Version-Specific Features:
✔ Minecraft 1.13 and above: No character limit for line content.
✔ Minecraft 1.16 and above: Full support for RGB hexadecimal color codes.
✔ Minecraft 1.20.3 and above: Support for custom number formatting for scores (including completely hiding scores).
ViaVersion/ViaBackwards Compatibility Fix:
✔ Specially optimized and fixed the issue of incomplete scoreboard line display for older clients on newer servers using ViaBackwards. However, this fix cannot be used if the RGBColor feature is enabled.
Wide Version Support:
✔ Supports servers from Minecraft 1.7.10 to the latest version.
⚙️ Easy to Configure:
✔ Simple and intuitive `config.yml` configuration file, easy to get started.
Supported Minecraft Versions
Minecraft 1.7.10
Minecraft 1.8.x (1.8.8 recommended)
Minecraft 1.9.x - 1.12.x
Minecraft 1.13.x - 1.20.x
Minecraft 1.21 and future updates (we will strive to maintain compatibility)
Dependencies
Required: None
Optional (Highly recommended for full functionality):
PlaceholderAPI - For using dynamic variables in the scoreboard.
Installation
Download the latest AzuraBoard JAR file.
Place the downloaded JAR file into your server's `plugins` folder.
Restart or reload your server (restarting is recommended to ensure all features load correctly).
Modify the `plugins/AzuraBoard/config.yml` file according to your needs.
Use `/azuraboard reload` or restart the server to apply configuration changes.
Configuration All AzuraBoard configurations are in the `plugins/AzuraBoard/config.yml` file. We strive to make the configuration options as intuitive and understandable as possible.
You can find detailed comments for each option within the configuration file.
Code (YAML):
# AzuraBoard config.yml (Example) # Please refer to the actual config.yml in your plugin for complete and up-to-date options # AzuraBoard Configuration File # Use color codes with & to set colors, example: &a&lTitle settings:
update-interval: 20
# Update interval in ticks # Note: PlaceholderAPI support is automatically enabled if the plugin is detected language: "en_US"# Language setting (en_US, zh_CN, etc.) scoreboard: # Scoreboard title title: '&b&lAzura&f&lBoard'
# Scoreboard content (supports up to 15 lines) # You can use PlaceholderAPI variables, e.g. %player_name% lines: - '&7&m
----------------'
- '&fPlayer: &a%player_name%' - '&fWorld: &a%player_world%' - ' '
# Empty line - '&fOnline: &a%server_online%/%server_max_players%' - '&fBalance: &a%vault_eco_balance_formatted%' - ' '
# Empty line - '&fX: &a%player_x%' - '&fY: &a%player_y%' - '&fZ: &a%player_z%' - ' '
# Empty line - '&7play.azuramc.cc'
# Example server IP/website - '&7&m
----------------'