Skip to content

KynosLib 1.0.0

Choose a tag to compare

@KynosDeveloping KynosDeveloping released this 03 Jun 16:28
a82ad1d

πŸš€ 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>