Well, here it is!
This plugin is designed for the people who want a simple scoreboard that doesn't take a lot of configuration. The config file has literally 2 variables... TWO.
Below are the commands and the basic configuration file.
/bsb: Shows the help menu.
/bsb removeline <row>: Corresponds to the config line number.
/bsb addline <row> <text>: Adds a line to the scoreboard
/bsb reload: Reloads the config.
/bsb reloadscb: Reloads the scoreboard.
# ------------------------------ #
# A Better Scoreboard Config File #
# (title: )This is the title of the scoreboard, the top line (color codes allowed)
# (lines: )Comments:
# Below is all the lines that will be in the scoreboard (color codes allowed)
# Leave a blank ' ' for a blank line
# NO MORE THAN 16 ROWS!!!
# MAKE SURE TO SURROUND EACH LINE IN QUOTES!!!
# "www.example.com" will be at the bottom of the scoreboard! The lines and the scoreboard are opposites
# ------------------------------ #
title: Example Server
lines:
- "www.example.com"
- "asdfa"
- " "
- "asdfb"
- "asdfc"
- "IP: mc.example.net"
I do plan to hook into vault and other APIs and to add perissions as that is something that is required very shortly.
Servers Using this Plugin:
Planned Things:
Certain APIs to hook into
Permissions (URGENT)
SUGGEST THINGS FOR ME TO ADD TO THIS PLUGIN. THIS PLUGIN IS BEING ACTIVELY MAINTAINED ON SPIGOT AND BUKKIT.

