Commands and Permissions

These are every EcoBits command and the permission node each one needs. <currency> stands for any command alias you set in a currency's commands list, so a crystals currency gives you /crystals pay, /crystals top, and the rest.

CommandDescriptionPermission
/ecobits reloadReload the plugin.ecobits.command.reload
/<currency>Access the currency commands below.ecobits.command.<currency>
/<currency> payPay a player.ecobits.command.pay
/<currency> balanceGet your balance.ecobits.command.balance
/<currency> getGet another player's balance.ecobits.command.get
/<currency> giveGive a currency.ecobits.command.give
/<currency> givesilentGive a currency silently.ecobits.command.givesilent
/<currency> resetReset a player's balance.ecobits.command.reset
/<currency> setSet a player's balance.ecobits.command.set
/<currency> takeTake a currency.ecobits.command.take
/<currency> takesilentTake a currency silently.ecobits.command.takesilent
/<currency> topShow the leaderboard for the currency.ecobits.command.top

Where to go next

  • Set up the aliases: the commands list in the How to Make a Currency walkthrough.

  • Display balances: every placeholder on the PlaceholderAPI page.

  • Global settings: the Plugin Config reference.