KynosLib 1.0.0
π KynosLib v1.0.0
First official stable release of KynosLib, a lightweight and ultra-optimized core framework for Bukkit/Paper plugins built on Java 21.
β¨ Key Features
- π
KynosFile- Advanced custom YAML management with automated UTF-8 resource injections. - βοΈ
ModuleManager- Dynamic runtime toggle system for framework modules synced with config. - π‘οΈ
CommandProtectionListener- Bypasses early cancellations from third-party plugins for core commands. - π¨
ColorUtils- Fast translation engine supporting both legacy codes and modern HEX (&#RRGGBB). - π΅
SoundManager- Auto-loading sound system from config with cross-version legacy fallbacks. - π
WorldGuardHook- Decoupled API bridge to prevent classpath crashes if WorldGuard is missing.
π¦ Dependency (pom.xml)
<dependency>
<groupId>com.github.KynosDeveloping</groupId>
<artifactId>KynosLib</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>