Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ A lightweight, high-performance YAML configuration API with automatic file watch

---

## Features

### Features
- Automatic config reload on file changes (WatchService-based)
- Atomic, thread-safe configuration swapping
- Line-level diff tracking (changed / added / removed)
Expand All @@ -14,7 +13,12 @@ A lightweight, high-performance YAML configuration API with automatic file watch
- Optimized (no regex, O(n) diff, minimal allocations)
- Clean integration with Bukkit/Paper event system

---
### Why ConfigurationAPI?

- Eliminates manual reload logic
- Provides insight into config changes (diffs)
- Prevents unsafe concurrent access
- Designed for high-performance plugin environments

## Installation

Expand Down