Initial commit
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
Basic economy for the fabric modloader using diamonds as currency. Uses the "/diamonds" 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]
|
||||
|
||||
|
||||
Placeholders:
|
||||
- %diamondeconomy:rank_from_player%
|
||||
- %diamondeconomy:rank_from_string_uuid%
|
||||
- %diamondeconomy:balance_from_player%
|
||||
- %diamondeconomy:balance_from_name%
|
||||
- %diamondeconomy:balance_from_rank%
|
||||
- %diamondeconomy:balance_from_string_uuid%
|
||||
|
||||
|
||||
Downloads:
|
||||
- https://www.curseforge.com/minecraft/mc-mods/diamond-economy
|
||||
- https://modrinth.com/mod/diamond-economy
|
||||
Reference in New Issue
Block a user