--
### ✨ Additions
* Added a **statistics system** with placeholders:
* `%kothwars_stats_captures%` — total captures
* `%kothwars_stats_kills%` — total kills
* `%kothwars_stats_deaths%` — total deaths
* `%kothwars_stats_assists%` — total assists
* `%kothwars_stats_kdr%` — kill/death ratio
* `%kothwars_stats_time%` — total time capturing
* `%kothwars_stats_participated%` — KOTHs participated in
* Added an **Import / Export system** to easily backup or move your KOTH configurations.
Commands:
* `/koth import` — import a KOTH
* `/koth export all` — export everything
* `/koth export player` — export only player statistics
* `/koth export koth` — export KOTH configuration
* Added **Clan Rewards** support again (configurable in `config.yml`).
Example configuration:
```yml
clan:
enabled: false
placeholder: "%uclans_tag_nocolor%"
capturer-format: "[%clan%] %player%"
```
---
### Bug Fixes
* Fixed an issue where players would **continue capturing KOTH after dying**.
* Fixed a bug where the **title message would still appear after death**.
* Fixed an issue where **some objects could enter the KOTH area when prohibited**.
* Fixed an error that occurred when **starting KOTH due to particle issues**.
---
### ⚡ Improvements
* Added **automatic statistics saving**.
* Plugin optimized for **newer Minecraft versions**.
* **Support for versions below 1.20 has been removed**.
---