> For the complete documentation index, see [llms.txt](https://cozy-1.gitbook.io/dev-example2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cozy-1.gitbook.io/dev-example2/currency/features.md).

# Features

#### 🛡️ High-Performance Economy

**Zero-Lag Atomic Syncing**: Built for massive networks, ManticCurrency utilizes atomic background operations and intelligent event-driven caching. Your server's main thread will never freeze during transactions, regardless of database size.

**Hybrid Storage**: Seamlessly switch between local JSON for small setups, SQLite for lightweight local databases, or high-performance MySQL for multi-server network environments.

#### 🌍 Dynamic Shop & Sales System

**Customizable Shop Menus**: Create unlimited, fully interactive shop categories using a simple YML-based GUI builder.

**Dynamic Time-Based Sales**: Drive player engagement by running percentage-based sales (e.g., "20% off Spawners for 12 hours"). Sales are automatically tracked and expire precisely using the `SalesData` system.

**Purchase Limits**: Set maximum purchase limits on specific items to prevent economy inflation and ensure fair access to rare goods.

#### 🛑 Economy Security & Integrity

**Atomic Transaction Safety**: Prevents money loss or duplication errors using atomic SQL operations that perform math directly on the database level.

**Administrative Locks:** Prevent accidents or rogue staff abuse by locking dangerous commands (e.g., `/currency resetall`, `/sales deleteall`) to console-only usage.

**Secure Tradeable Notes:** Generate physical "Currency Notes" with NBT data. Players can safely trade or store these notes and redeem them with a simple right-click, without risk of item duplication.

#### 💬 Tracking, Logs & Webhooks

**In-Game Audit Trails**: Every purchase and administrative adjustment is tracked in a detailed, paginated in-game log menu, allowing staff to investigate economy flow instantly.

**Discord Webhook Integration**: Stay informed in real-time. ManticCurrency features threaded Discord webhooks to independently log:

* All currency transactions (GIVE, TAKE, SET, PAY)
* Every shop purchase event

**PlaceholderAPI Support**: Deep integration allowing you to dis

#### 💬 Tracking, Logs & Webhooks

* In-Game Audit Trails: Every purchase and administrative adjustment is tracked in a detailed, paginated in-game log menu, allowing staff to investigate economy flow instantly.
* Discord Webhook Integration: Stay informed in real-time. ManticCurrency features threaded Discord webhooks to independently log:
  * All currency transactions (GIVE, TAKE, SET, PAY)
  * Every shop purchase event
* PlaceholderAPI Support: Deep integration allowing you to display balances, total spent, daily reward countdowns, and even visual progress bars directly on your scoreboards.

#### ⚖️ Retention & Daily Rewards

* Automated Daily Rewards: Keep your player base active with a highly configurable daily reward system. It supports custom cooldowns, auto-claim functionality, and visual "Ready Now" reminders for players.
* Advanced API for Developers: Built for extensibility, the `CurrencyAPI` allows other developers to safely integrate with your economy using thread-safe, atomic methods that prevent synchronization errors.

play balances, total spent, daily reward countdowns, and even visual progress bars directly on your scoreboards.

#### ⚖️ Retention & Daily Rewards

**Automated Daily Rewards**: Keep your player base active with a highly configurable daily reward system. It supports custom cooldowns, auto-claim functionality, and visual "Ready Now" reminders for players.

**Advanced API for Developers**: Built for extensibility, the `CurrencyAPI` allows other developers to safely integrate with your economy using thread-safe, atomic methods that prevent synchronization errors.
