Overview
ChafficLib provides several core systems to help you develop Spigot plugins more efficiently. This documentation is currently under development and will be expanded as features are implemented.
Core Systems
GUI System
Create and manage inventory GUIs with a fluent builder API.
Configuration System
Type-safe configuration handling with automatic reloading.
Database System
Easy database integration with connection pooling and query building.
Item System
Create and modify items with a builder pattern.
Effects System
Handle particles, sounds, and visual effects.
Event System
Simplified event handling with Kotlin DSL.
Command System
Annotation-based command creation with argument parsing.
API Documentation
Detailed API documentation will be available once features are implemented. Each system will have its own dedicated page with comprehensive examples and usage guidelines.
Last updated