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
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.