Here is the structured change log detailing the updates from **Version 1.4.0** to **Version 1.5.0**.
---
### ⭐ Major New Features
* **Reworked Duels System:** Integrated a dedicated, robust **1v1 Duels System** based on the architecture of the ConicDuels module. This includes improved setup, better kit handling during matches, and enhanced stability.
* **Enhanced Party System:** The entire **Party System** has been overhauled and merged with the ConicDuels logic, offering more reliable party management, chat functionality, and party-vs-party fights.
* **Auto Arena Reset:** Implemented a new system for automatic arena rollback and reset after a duel or match concludes, ensuring a pristine environment for the next fight.
* *Requires* ConicArena and either FastAsyncWorldEdit or WorldEdit as dependencies.
* **Hex Color Code Support:** Added support for modern Hex color codes (`#RRGGBB`) in all plugin configuration files and messages, allowing for richer, more customized server presentation.
### ➕ Additions and Improvements
* **Command Structure Consolidation:** All previous core commands (`/coniccore`, `/duels`, `/party`) have been streamlined and updated to the new, consistent command structure (`/conic`, `/duel`, `/party`, etc.).
* **Extended Kit Management:** Added new utility commands for kit layouts (`/kit layouts delete`, `/kit layouts reset`) and kit distribution (`/kit give`, `/giveeditedkit`).
* **Fine-Grained Permissions:** Reworked and expanded the permission nodes (now using the `conicduels.` prefix) to allow more granular control over features, including specific bypass permissions (`.bypass.cooldown`, `.bypass.build`, `.bypass.break`).
* **Dependency Management:** Explicitly added ConicArena as a hard dependency to support the new arena features.
### Command Changes
| Old Command (1.4.0) | New/Updated Command (1.5.0) | Notes |
| :--- | :--- | :--- |
| `/coniccore setspawn` | `/conic setspawn` | Simplified main command prefix. |
| `/coniccore setediting` | `/conic setediting` | Simplified main command prefix. |
| (N/A) | `/conic reload` | Added admin reload command. |
| `/duels` | `/duel` | Primary command for dueling a player. |
| `/party` | `/party` (expanded) | Commands updated with new sub-commands. |
| (N/A) | `/giveeditedkit` | New command for handing out edited kits. |
---
### Bug Fixes and Stability
* **Kit Editor Stability:** Addressed minor stability issues within the kit creation and editing process.
* **Performance:** Continued micro-optimizations across the core to maintain its ultra-lightweight performance profile.