EightsEconomyP - Economic System for Minecraft
EightsEconomyP provides a comprehensive economic system implementation compatible with both Fabric and Forge. This mod enables players to interact through virtual currency, creating a dynamic trading environment.
Main Features
User financial accounts are stored separately for each game world (not dimension!). The system supports integration with LuckPerms for flexible permission management.
Available commands:
/bal - displays current balance (requires: eights.command.balance.check or operator level 0)
/bal [NAME] - shows balance of specified online player (requires: eights.command.balance.check.other or operator level 0)
/bal [NAME] add [AMOUNT] - adds funds to player's balance (requires: eights.command.balance.add or operator level 4)
/bal [NAME] remove [AMOUNT] - withdraws funds from player's balance (requires: eights.command.balance.remove or operator level 4)
/bal [NAME] set [AMOUNT] - sets exact balance value for player (requires: eights.command.balance.set or operator level 4)
/bal [NAME] pay [NAME2] [AMOUNT] - transfers funds between players (requires: eights.command.balance.pay or operator level 0)
Required Components
For the mod to function, OctoEconomyApi (main economic system API) and Luckperms (for command management) are required.