Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 9 months ago
All versions
1.9.0
Release
Hunger Games 1.9.09 months ago 3,244
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Paper
Purpur
Spigot
Changes
1.9.0 Change Log
- Added PlaceholderAPI support for personal stats and global leaderboards
- Added option to remove scoreboard and bossbar
- Updating scoreboard library to support newer Minecraft Versions
- Added new sign management system
- Fixed actionBar messages not showing on version 1.21.10 and above
- Fixed issues relating to resetting worlds
- Fixed errors related to autostart
- Fixed errors related to game ending during the countdown
- Fixed errors and improved autocomplete for custom teams
- Added timeout for checking plugin version
- New worlds are indexed on config reload
- Added min and max amount in items config
- Improved database performance, fixed issue regarding wrong data type in one column
- Added commands that get run when a game is started and when a game ends
- Added option to change default language
- Other small changes
Optional dependencies
Any compatible version
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:fG57BFqF:W5j9OAUl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fG57BFqF:W5j9OAUl"
}

