💻 Server Backend

Server-authoritative inventory management with modular operations, anti-exploit protection, and per-player settings.

🛠

Architecture

System design, data flow, and component overview.

📜

API Reference

Complete InventoryService method documentation.

Key Features

What the server backend provides

🔒

Server-Authoritative

All operations validated server-side. Zero client trust.

O(1) Lookups

Hash table lookups for instant item access by UUID.

🔒

Anti-Exploit

Per-player operation lock prevents remote spam.

🎯

Modular Operations

Add, Remove, Swap, Equip, Drop as separate modules.

📈

Per-Player Settings

Runtime-configurable limits per player (VIP bonuses).

📦

Smart Stacking

Metadata-aware grouping with configurable rules.

Quick Links

Common tasks and references