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.
// Example code will be added once implementedConfiguration System
Type-safe configuration handling with automatic reloading.
// Example code will be added once implementedDatabase System
Easy database integration with connection pooling and query building.
// Example code will be added once implementedItem System
Create and modify items with a builder pattern.
// Example code will be added once implementedEffects System
Handle particles, sounds, and visual effects.
// Example code will be added once implementedEvent System
Simplified event handling with Kotlin DSL.
// Example code will be added once implementedCommand System
Annotation-based command creation with argument parsing.
// Example code will be added once implementedAPI 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