Tags
Creators
Details
All versions
1.0.2
Release
PlayerTimeLimit 1.0.28 months ago 249
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
🇪🇸 Español
✨ Nuevas Características
- Control de BossBar: Se agregó la opción
enabled(true/false) enconfig/playertimelimit.yamlpara mostrar u ocultar la barra de tiempo globalmente. - Limpieza Automática: Si se desactiva la BossBar y se recarga el plugin (
/plt reload), las barras existentes se eliminan automáticamente de la pantalla de los jugadores.
🚑 Correcciones y Mejoras
- Crash de Inicio Solucionado (Crítico): Se corrigió el error
java.lang.NoClassDefFoundError: org/yaml/snakeyaml/Yamlincluyendo la librería correctamente dentro del mod. - Estabilidad de Configuración: Se añadió protección contra valores nulos al leer el archivo de configuración para evitar errores con versiones antiguas del YAML.
🇺🇸 English
✨ New Features
- BossBar Toggle: Added an
enabledoption (true/false) inconfig/playertimelimit.yamlto globally show or hide the time bar. - Auto Cleanup: If the BossBar is disabled and the plugin is reloaded (
/plt reload), existing bars are automatically removed from players' screens.
🚑 Fixes & Improvements
- Startup Crash Fixed (Critical): Resolved the
java.lang.NoClassDefFoundError: org/yaml/snakeyaml/Yamlerror by correctly bundling the library inside the mod. - Config Stability: Added null-safety checks when reading the configuration file to prevent crashes with outdated YAML versions.
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:qrHt0yyn:y5LGgIDb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qrHt0yyn:y5LGgIDb"
}



