Links
Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated 7 months ago
All versions
2.0
Release
SimpleScoreboard 2.07 months ago 1,946
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Spigot
Changes
** ๐ Changelog**
[1.0.0] - 2026-01-03 ๐
โจ Added
- ๐ Initial plugin release
- ๐ Real-time scoreboard with dynamic updates
- โค๏ธ Player statistics tracking (HP, hunger, level, XP)
- โ๏ธ Server performance monitoring (TPS, ping, player count)
- ๐ 20+ configurable placeholders
- ๐จ Automatic TPS color coding based on performance
- ๐ World and coordinate display
- ๐ Real-time clock and date display
- ๐ Full color code support with formatting
- ๐ซ Unicode and emoji support
- ๐ Per-player scoreboard toggle system
- โก Auto-enable option for new players
- ๐ง Configuration reload command
- ๐ฐ Vault integration for economy display
- ๐ Permission-based rank display
- ๐ฏ Optimized tick scheduling system
- ๐ Async TPS calculation algorithm
- ๐จ Multiple pre-made scoreboard designs
- ๐ก Event listeners for player join/quit
- ๐ฌ Command system with help menu
๐ฎ Features
- โฑ๏ธ Update interval configuration (default: 20 ticks)
- ๐ Rolling average TPS calculation over 20 ticks
- ๐ Smart color system for performance indicators
- ๐พ Memory-efficient player tracking with HashMap
- ๐งน Automatic scoreboard cleanup on disconnect
- โ๏ธ Support for custom decorative lines
- ๐ Dynamic placeholder processing system
๐ง Technical
- ๐๏ธ Built on Spigot/Paper API 1.21+
- โ Java 21+ compatibility
- ๐ Thread-safe async operations
- โก Low resource usage optimization
- ๐ Bukkit Scoreboard API implementation
- ๐ Custom scoreboard wrapper system
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HjK4wOIu:vH51YfJ7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HjK4wOIu:vH51YfJ7"
}

