Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 months ago
All versions
1.0.8
Release
1.0.8 The Great Bug Fix!4 months ago 524
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
New Features
Admin GUI Panels
- Added
/grace guito open a full admin control panel. - Added a timer control panel for start, pause/resume, stop, extend, reduce, and reload actions.
- Added a global flag panel with live click-to-toggle controls.
Bug Fixes
Deathban Bypass
- Fixed deathban bypass handling so the bypass permission is respected when enabled.
Warning Intervals
- Fixed warning interval behavior so warnings trigger on threshold crossing instead of firing early in batches.
- Improved warning state tracking after time changes.
Pause and Resume
- Fixed pause behavior to stop only the timer task without destroying the boss bar.
- Fixed resume behavior to correctly continue countdown state and warnings.
Per-Player Grace Rejoin Abuse
- Fixed personal grace rejoin abuse by persisting completed personal grace records.
- Players who finish personal grace no longer receive a fresh timer on reconnect.
Reload and Defaults
- Fixed reload flow to refresh default flag baselines before rebuilding world/global runtime values.
Auto-Start and World Duration
- Fixed auto-start so it starts once instead of repeatedly restarting per enabled world.
- Fixed grace start duration resolution to use world duration defaults when no manual duration is provided.
Command Blocking
- Fixed blocked command matching to normalize namespaced command forms.
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:Yp18gs4n:nX6Kce7A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yp18gs4n:nX6Kce7A"
}

