HomeJavaModsRushBoard | Simple & Fast scoreboard plugin | PlaceholderAPI
RushBoard | Simple & Fast scoreboard plugin | PlaceholderAPI
ModsJava

RushBoard | Simple & Fast scoreboard plugin | PlaceholderAPI

⬇ Download on Spigot
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

yes.PNG

COMMANDS & PERMISSIONS
Commands:
Permissions:

FEATURES
Why use this plugin?
* If your server isn't laggy, scoreboard won't flicker.

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."


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 ) ;


METRICS
[​IMG]
Also check my other plugin: https://www.spigotmc.org/resources/epicguard-advanced-server-protection-antibot-anti-forceop.72369/
Protect your server from bots!

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more