
Eternal Currencies
Eternal Currencies is a specialized solution for in-game economy in modpacks. This system was originally developed specifically for the MC Eternal 2 project in Minecraft version 1.20.
Currently, the mod is available exclusively for Forge on version 1.20.1. Migration to other versions will be implemented as needed.
Key Features
- Unlimited currencies — the system supports creating practically unlimited unique currency units
- Easy currency addition — new currency types can be easily added through JSON files in datapacks by placing them in the "/eternalcurrencies/currencies/" directory of any namespace
- Items as currency source — special items that, when used, give players corresponding amounts of currency based on NBT data
- Mature API — reliable programming interface for integration with other modifications
- FTB Quests integration — built-in support for quests and rewards in the form of currency
- KubeJS compatibility — access to API Helper by name without additional configuration
- Command management — administrative commands for modifying players' currency levels
- Shared usage system — the ability to share currency between multiple players or their objects, perfect for team play
Planned Updates
- Bank blocks — special blocks for storing and replenishing currency reserves
- Shop system for modpacks and servers — stores with support for complex pricing models and automatic purchases
- Player shops — player-to-player trading system (details in development)