XBoard is a simple and easy to use Scoreboard plugin for your Minecraft server that allows you create personalized scoreboards for your users without loss performance.
Features
• Customizable Scoreboards, personalize to max the scoreboard with placeholders and colors! • Animated Title, can make animations of asynchronous way! • Control by worlds, you can select in what worlds can appear the scoreboards. • Asynchronous Scoreboards, the scoreboards run in separated threads of main thread to maintain the performance of server. • Support for HEX colors (&#) [Click to view]. • PlaceholderAPI Support, can add a big number of placeholders to scoreboard. • API for Developers.
Support
• If you find any bugs, error, or you have any suggestions for the plugin, can
send me a PM, tell me by Discord
InitSync#0100, or email (
[email protected])
• Please don't leave bad reviews, if you have some question tell me, don't post reviews that only contains errors, and if you comment me about a problem, be specific about what happens, else I can't do nothing.
Commands And Permissions
• /xboard [xb] help - Shows the help message | xboard.help • /xboard [xb] reload <file> - Reloads the configuration files | xboard.reload • /scoreboard [sb] toggle - Toggle the scoreboard visibility | xboard.scoreboard • /scoreboard [sb] title <title> - Changes the scoreboard title | xboard.scoreboard
Information
• The plugin required Java 8 or higher. • This plugin was compiled in the newer Spigot version (1.19.2), and you can use it with versions (1.8.8 - 1.19.2).
messages:
no-console: "<prefix> &cThat command can't be executed in console!" no-perm: "<prefix> &cYou don't have permission!" no-command: "<prefix> &cThat command has not been implemented yet!" no-file: "<prefix> &cThat file doesn't exist or the name isn't valid!" help: -
"&d[XBoard] &7v<release> &8| &fAvailable Commands:" -
"&7 - &a/xboard help &fShows this message." -
"&7 - &a/xboard reload &fReload the files." -
"&7 - &a/scoreboard &fModify some scoreboard aspects." reload-all: "<prefix> &e&lALL FILES RELOADED! &fThe plugin has been reloaded successful!" reload-config: "<prefix> &a&lCONFIGURATION RELOADED! &fThe file has been reloaded successful!" reload-messages: "<prefix> &a&lMESSAGES RELOADED! &fThe file has been reloaded successful!" enabled: "&aVisible" disabled: "&cInvisible" scoreboard-usage: "<prefix> &fScoreboard sub-commands:<br>&7 - &etoggle &fToggle the visibility.<br>&7 - &etitle &fChanges the title." scoreboard-on: "<prefix> &a&lSCOREBOARD ENABLED! &fThe scoreboard now is visible." scoreboard-off: "<prefix> &c&lSCOREBOARD DISABLED! &fThe scoreboard isn't visible." scoreboard-title: "&d&lSCOREBOARD" scoreboard-subtitle: "&fThe &7Scoreboard &fnow is <status>" scoreboard-title-usage: "<prefix> &eIntroduce a new title for the Scoreboard, can use colors!" scoreboard-title-changed: "<prefix> &eThe title of your Scoreboard was changed to <new_title>"
Developer API
• The plugin API provides per the moment just one event to interact.
Events List: • [ScoreboardCreateEvent] Called when the scoreboard is created. A event that can be cancelled.