This repository exposes several API groups for player management and game systems.
/api/vip&/api/status— MCPremium system for VIP data and player statusesPOST /api/economy— custom currency system with account types (COIN, COPPER, SILVER, GOLD, POINT)POST /api/backpack— backpack item storage with multi-thread locking support/api/agents/*— MCAgents central store for AI platforms, models, accounts, sessions and logs
All API requests require a valid Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_TOKENaccount_typedefaults toplayerwhen omitted in relevant systems.- The API is protected by
API_TOKENfrom.env.