Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBlobman committed May 11, 2023
1 parent 2b84304 commit afb1ad6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ If your server is running Folia, you need a version of Vault that supports it.
I have created one here, but there may be others.

[Vault-Folia](https://github.com/SirBlobman/Vault-Folia/releases)

## Commands

| Command | Permission | Description | Usage |
|-----------|-------------------------|------------------------------------------------------|-----------------------------------------|
| /balance | economy.command.balance | Check the balance of a player. | /balance [player] |
| /eco-set | economy.command.set | Change the balance of a player to a specific number. | /eco-set <player> <amount> |
| /eco-give | economy.command.give | Give some money to a player. | /eco-give <player> <amount> |
| /eco-take | economy.command.take | Remove some money from a player. | /eco-take <player> <amount> |
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ commands:

eco-give:
description: "Give money to a player."
permission: "economy.command.eco-give"
permission: "economy.command.give"
usage: "/<command> <player> <amount>"

eco-take:
description: "Remove money from a player."
permission: "economy.command.eco-take"
permission: "economy.command.take"
usage: "/<command> <player> <amount>"

eco-set:
description: "Set a specific amount of money for a player."
permission: "economy.command.eco-set"
permission: "economy.command.set"
usage: "/<command> <player> <amount>"

0 comments on commit afb1ad6

Please sign in to comment.