EightsEconomyP

EightsEconomyP

20.7k Downloads

Eights Economy P is an attempt at creating an Economy Implementation for Fabric that will be able to create a unified economy system in the Fabric ecosystem.

Questions? Join the discord here!

https://discord.gg/GZjtAn3F6W

Features

Accounts are stored per world folder (not dimension!)

Commands

Luckperms Support

 * /bal Shows your current balance (PERMISSION: eights.command.balance.check OR op level 0)

 * /bal <NAME> Shows either your current balance or the balance of a player online. (PERMISSION: eights.command.balance.check OR op level 0)

 * /bal <NAME> add <AMOUNT> Will add to the players balance, if they're online. (PERMISSION: eights.command.balance.add OR op level 4)

 * /bal <NAME> remove <AMOUNT> Will remove from the players balance, if they're online. (PERMISSION: eights.command.balance.remove OR op level 4)

 * /bal <NAME> set <AMOUNT> Will override and set the players balance to this amount (PERMISSION: eights.command.balance.set OR op level 4)

 * /bal <NAME> pay <NAME2> <AMOUNT> Will send the amount to another player (PERMISSION: eights.command.balance.pay OR op level 0)

Dependencies

Fabric API (Events)

OctoEconomyApi (The API that will back the ecosystem)

Luckperms (For commands)