HCR ZB Shop Mod is a feature-rich Minecraft 1.20.1 Forge mod that introduces a point-based economy system to your server. Players earn points by defeating hostile mobs and can use these points to purchase items through an intuitive in-game shop interface. The mod offers extensive customization options, robust API support for other mods, and comprehensive admin tools for server management.
Key Features
- Dynamic Point System : Players accumulate points by killing hostile mobs, with configurable reward values
- Interactive Shop Interface : User-friendly GUI for browsing and purchasing items with earned points
- In-Game Configuration : Accessible settings screen to toggle features like notification HUD and mob kill rewards
- Powerful API Support : Allows other mods to seamlessly integrate with the point system using simple static methods
- Visual Notifications : Real-time HUD notifications for point changes with smooth animations
- Admin Commands : Complete point management commands for server administrators
- Persistent Storage : Player points are saved using NBT data, ensuring data persistence across sessions Usage
- Open Shop : Press the default key 'J' (customizable in controls settings)
- Purchase Items : Navigate through the shop interface, adjust quantity, and click "Purchase"
- Access Configuration : Click the "Configuration" button in the shop's top-right corner
- Admin Commands : Use /points give <player> <amount> , /points set <player> <amount> , /points get <player> , and /points take <player> <amount> API Integration
Other mods can easily interact with the point system using the PlayerPointsAPI class, with methods like addPoints() , getPoints() , setPoints() , and removePoints() . The API is designed for simplicity and reliability, making integration straightforward for mod developers.