RUSHBOARD
The goal of RushBoard plugin is to provide free, and simple scoreboard to your server. You can fully configure this plugin, and players can toggle on/off the visibility of the scoreboard for them!
Discord server: https://discord.gg/VkfhFCv
COMMANDS & PERMISSIONS
Commands:
FEATURES
Why use this plugin?
CONFIGURATION
DEVELOPER API
How to use this plugin as an API for creating your own scoreboards in your plugin? GitHub class: https://github.com/PolskiStevek/Rus.../ishift/rushboard/util/ScoreboardBuilder.java
Example code:
METRICS
Also check my other plugin: https://www.spigotmc.org/resources/epicguard-advanced-server-protection-antibot-anti-forceop.72369/
Protect your server from bots!
The goal of RushBoard plugin is to provide free, and simple scoreboard to your server. You can fully configure this plugin, and players can toggle on/off the visibility of the scoreboard for them!
Discord server: https://discord.gg/VkfhFCv
COMMANDS & PERMISSIONS
Commands:
- /rushboard - Main (help) command.
- /rushboard reload - Reload configuration.
- /rushboard toggle - Toggle on/off scoreboard for yourself.
- Command aliases:
- /rushboard
- /board
- /sidebar
- /sb
- rushboard.reload - Permission for reloading.
- rushboard.toggle - Permission for toggling on/off.
FEATURES
Why use this plugin?
- Completely customizable.
- Working on 1.7 - 1.15.1, Spigot & Paper.
- Players can toggle on/off the scoreboard.
- World whitelist, where the board will display.
- Configurable refresh interval.
- Working with, or without PlaceholderAPI (Click here for placeholder list).
- Lightweight - Only 31kb jar size (it could be smaller, but I included metrics).
- Fast & Efficient ScoreboardBuilder (API for developers).
- Fast support (on discord, but you can also PM me).
- Free!
- *No scoreboard flickering.
CONFIGURATION
Code (Text):
#
# ██████╗ ██╗ ██╗███████╗██╗ ██╗██████╗ ██████╗ █████╗ ██████╗ ██████╗
# ██╔══██╗██║ ██║██╔════╝██║ ██║██╔══██╗██╔═══██╗██╔══██╗██╔══██╗██╔══██╗
# ██████╔╝██║ ██║███████╗███████║██████╔╝██║ ██║███████║██████╔╝██║ ██║
# ██╔══██╗██║ ██║╚════██║██╔══██║██╔══██╗██║ ██║██╔══██║██╔══██╗██║ ██║
# ██║ ██║╚██████╔╝███████║██║ ██║██████╔╝╚██████╔╝██║ ██║██║ ██║██████╔╝
# ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝
# Created by iShift.
# Discord account: iShift#0001
# Discord support server: https://discord.gg/VkfhFCv
# Worlds where the board should display
worlds:
- world
- world_nether
- world_the_end
# Interval in ticks, before next scoreboard refresh.
interval: 20
# Main scoreboard options.
# Each line can have max. 40 characters on 1.8.x.
# Versions above 1.13 can use more characters.
# Lines can't repeat.
# You can use PlaceholderAPI placeholders.
scoreboard:
# You can fully disable scoreboard, to use this plugin only as API.
enabled: true
title: "&e&lRUSHBOARD"
contents:
- "&r"
- "&fYou are using &eRushBoard."
- "&fChange this in &econfig.yml."
- "&r&r"
- "&fPlaceholderAPI Test:"
- "&e%rushboard_version%"
- "&r&r&r"
- "&ewww.spigotmc.org"
# Configure every message available in the plugin.
messages:
main-command:
- "&7&m------------------------------------"
- " &eRushBoard &7Help command"
- ""
- "&f/%alias% reload &7- reload configuration."
- "&f/%alias% toggle &7- hide/reappear sidebar for you."
- "&7&m------------------------------------"
no-permission: "&cYou don't have permission to do this."
unknown-command: "&cCommand not found."
reload: "&eRushBoard &7has been &asuccesully &7reloaded."
toggled-on: "&7You have toggled &aON &7your scoreboard."
toggled-off: "&7You have toggled &cOFF &7your scoreboard."
# ██████╗ ██╗ ██╗███████╗██╗ ██╗██████╗ ██████╗ █████╗ ██████╗ ██████╗
# ██╔══██╗██║ ██║██╔════╝██║ ██║██╔══██╗██╔═══██╗██╔══██╗██╔══██╗██╔══██╗
# ██████╔╝██║ ██║███████╗███████║██████╔╝██║ ██║███████║██████╔╝██║ ██║
# ██╔══██╗██║ ██║╚════██║██╔══██║██╔══██╗██║ ██║██╔══██║██╔══██╗██║ ██║
# ██║ ██║╚██████╔╝███████║██║ ██║██████╔╝╚██████╔╝██║ ██║██║ ██║██████╔╝
# ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝
# Created by iShift.
# Discord account: iShift#0001
# Discord support server: https://discord.gg/VkfhFCv
# Worlds where the board should display
worlds:
- world
- world_nether
- world_the_end
# Interval in ticks, before next scoreboard refresh.
interval: 20
# Main scoreboard options.
# Each line can have max. 40 characters on 1.8.x.
# Versions above 1.13 can use more characters.
# Lines can't repeat.
# You can use PlaceholderAPI placeholders.
scoreboard:
# You can fully disable scoreboard, to use this plugin only as API.
enabled: true
title: "&e&lRUSHBOARD"
contents:
- "&r"
- "&fYou are using &eRushBoard."
- "&fChange this in &econfig.yml."
- "&r&r"
- "&fPlaceholderAPI Test:"
- "&e%rushboard_version%"
- "&r&r&r"
- "&ewww.spigotmc.org"
# Configure every message available in the plugin.
messages:
main-command:
- "&7&m------------------------------------"
- " &eRushBoard &7Help command"
- ""
- "&f/%alias% reload &7- reload configuration."
- "&f/%alias% toggle &7- hide/reappear sidebar for you."
- "&7&m------------------------------------"
no-permission: "&cYou don't have permission to do this."
unknown-command: "&cCommand not found."
reload: "&eRushBoard &7has been &asuccesully &7reloaded."
toggled-on: "&7You have toggled &aON &7your scoreboard."
toggled-off: "&7You have toggled &cOFF &7your scoreboard."
DEVELOPER API
How to use this plugin as an API for creating your own scoreboards in your plugin? GitHub class: https://github.com/PolskiStevek/Rus.../ishift/rushboard/util/ScoreboardBuilder.java
Example code:
Code (Java):
final Scoreboard board
=
new ScoreboardBuilder
( player
)
. setTitle ( "Scoreboard title!" )
. setEntries ( Arrays . asList ( "First Entry" , "Second entry!" ) )
. addEntry ( "&4Colors &cAre &6Supported!" )
. addEntry ( "%player_name%, you can use placeholders!" )
. build ( ) ;
player. setScoreboard ( board ) ;
. setTitle ( "Scoreboard title!" )
. setEntries ( Arrays . asList ( "First Entry" , "Second entry!" ) )
. addEntry ( "&4Colors &cAre &6Supported!" )
. addEntry ( "%player_name%, you can use placeholders!" )
. build ( ) ;
player. setScoreboard ( board ) ;
METRICS
Also check my other plugin: https://www.spigotmc.org/resources/epicguard-advanced-server-protection-antibot-anti-forceop.72369/
Protect your server from bots!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
RushBoard | Simple & Fast scoreboard plugin | PlaceholderAPI is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 890 times (via Spigot). Download it and open it directly in the game.