Name | Money |
Syntax | money [give/take/set] (quantity:<#.#>) (players:<player>|...) |
Short Description | Manage a player's money. |
Full Description | Give money to, take money from, and set the balance of a player.
If no quantity is specified it defaults to '1'. You can specify a list of players to give to or take from. If no player(s) are specified, defaults to the attached player. NOTE: This requires an economy plugin or script, and Vault. May work for offline players depending on economy plugin. |
Related Tags | <PlayerTag.money> Returns the amount of money the player has with the registered Economy system. (...)
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Group | player |
Requires | Vault |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/MoneyCommand.java#L28 |