22 lines
836 B
Markdown
22 lines
836 B
Markdown
based off diamondeconomy mod: https://modrinth.com/mod/diamond-economy
|
|
|
|
Basic economy for the fabric modloader using custom nothing items as currency. Uses the "/celecon" command along with the following subcommands
|
|
|
|
- balance [Optional: player] - tells user how much money the player has
|
|
|
|
- deposit - takes currency from your inventory and adds it to your account
|
|
|
|
- send [player] [int] - takes $[int] from your account and adds them to [player]'s account
|
|
|
|
- top [Optional: int] - tells user current rank along with who has the most money, int for page #
|
|
|
|
- withdraw [int] - takes $[int] from your account and puts it into your inventory in as many high value currency items as possible
|
|
|
|
|
|
Operator only subcommands:
|
|
|
|
- modify [players] [int] - modifies [players] money by $[int]
|
|
|
|
- take [players] [int] - takes $[int] from [players]
|
|
|