Common-Eco-Fabric - Universal Economic System
Main Features
The Common-Eco-Fabric mod provides a server-side API for creating a full-fledged economic system in Minecraft on the Fabric platform. This development is intended both for server administrators and developers looking to integrate economic functions into their projects.
Integration with Existing Solutions
The system is fully compatible with popular modifications Enclosure and ServerShop, taking over management of their economic functions. For Enclosure, this API provides the ability to configure fee and taxation systems for territory usage.
Placeholder Support
The mod works excellently with Text Placeholder API, allowing display of player balance information through the %eco:balance% syntax in various game text elements.
Player Commands
Server users gain access to several useful commands for managing their finances:
- /baltop - shows player ranking by accumulated funds
- /balance [player_name] - checks current balance
- /pay [player_name] [amount] - transfers money to other participants
- /money [player_name] - displays currency information
- /eco store [quantity] and /eco withdraw [amount] - deposit and withdrawal operations
Administrator Tools
Server owners have an extended set of commands for complete economic management:
- /eco register [amount] and /eco unregister - registering items as currency
- /eco [player] add/set/remove [amount] - adding, modifying, and debiting funds
- /eco sign (number>=condition) "command" true/false - creating conditional command signs
- /eco execute (number>=condition) "command" true/false - executing commands based on balance conditions