ModernBoard is a packet-based, performant and expandable Scoreboard plugin for modern Minecraft versions, with support for RGB, Animations, Gradients, MiniMessage, Assignment Groups and more.
Features:
Commands:
Base command:
Animations:
ModernBoard ships with some built-in animations, but you can create your own in the
Then you may use it in your scoreboard configuration as
Copyright (c) Craftium 2024 - All Rights Reserved.
Features:
- Unlimited line length
- RGB support
- Gradients
- MiniMessage format
- Assignment groups
- Custom and built-in animations
- Placeholder support
- Packet-based scoreboard, avoiding collision with other plugins modifying teams
- Toggle scoreboard on demand
- Coded with performance in mind, fully async
Commands:
Base command:
/modernboard
. Alias: /mb
/mb on|off
:
Turns on or off the scoreboard for yourself
Permission:modernboard.command.on
andmodernboard.command.off
/mb on|off <player> [--silent|-s]
:
Turns on or off the scoreboard for the given player, ifsilent
flag is passed the player will not be notified.
Permission:modernboard.command.on.other
andmodernboard.command.off.other
/mb reload
:
Reloads all the configuration, scoreboard and animation files.
Permission:modernboard.command.reload
/mb toggle
:
Toggles the scoreboard for yourself
Permission:modernboard.command.toggle
/mb toggle <player> [--silent|-s]
:
Toggles the scoreboard for the given player, ifsilent
flag is passed the player will not be notified.
Permission:modernboard.command.toggle.other
Animations:
ModernBoard ships with some built-in animations, but you can create your own in the
animations.yml
file:
Code:
# ModernBoard Animations configuration file
my-animation:
repeat-backwards: true
frames:
- "<green>H</green>ello"
- "H<green>e</green>llo"
- "He<green>l</green>lo"
- "Hel<green>l</green>o"
- "Hell<green>o</green>"
- "[pause 10]Hello[/pause]"
- "<green>Hello</green>"
# DO NOT TOUCH!
version: 1
Then you may use it in your scoreboard configuration as
[my-animation][/my-animation]
Copyright (c) Craftium 2024 - All Rights Reserved.