EconomyCommand

The /economy command.

Author

MarkusTieger

Since

0.2.0

Functions

Link copied to clipboard
fun addBalanceAdmin(sender: CommandSender, player: Player, balance: Double)

The command to add a balance to another player.

Link copied to clipboard
fun removeBalanceAdmin(sender: CommandSender, player: Player, balance: Double)

The command to remove a balance from another player.

Link copied to clipboard
fun seeBalance(player: Player)

The command to see your balance.

Link copied to clipboard
fun seeBalanceAdmin(sender: CommandSender, player: Player)

The command to see a other players balance.

Link copied to clipboard
fun setBalanceAdmin(sender: CommandSender, player: Player, balance: Double)

The command to set a balance for another player.