Why • Key Features • How To Use • Download • Credits • Related • License
"You probably don't need it, but here it is." -- by someone
When I was creating a single server like Survival or Lobby and when I need a scoreboard, I tried multiple scoreboard plugins, but none of those plugins are suitable for my needs, which is MiniMessage support.
And which makes me want to code a simple plugin just for the scoreboard.
- MiniMessage format support
- PlaceholderAPI format support
- Update Interval
- Lightweight
- Easy to config — scoreboard.yml
You can download the latest version of SimpleScoreBoard in modrinth.
To clone and run this application, you'll need Git and JDK 21 installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/HappyAreaBean/SimpleScoreBoard
# Go into the repository
$ cd SimpleScoreBoard
# Install dependencies
$ gradlew shadowJar
SimpleScoreBoard would not be possible without these open source projects. ❤️
- SimpleJoinMessage - A simple plugin to send message when player join w/ MiniMessage and PlaceholderAPI supported!
MIT