
ModernBoard - Modern Scoreboard 1.0.4
Create scoreboards with the latest features: RGB, Gradients, Animations and more.
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:
- 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 [--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 [--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:
# ModernBoard Animations configuration file
my-animation:
repeat-backwards: true
frames:
- "Hello"
- "Hello"
- "Hello"
- "Hello"
- "Hello"
- "[pause 10]Hello[/pause]"
- "Hello"
# 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.