# Commands

Command aliases can be changed in the config.yml. By default it's /coinsengine or /coe.

# Flags

  • -s - makes silent command execution (target player won't be notified).
  • -sf - disables command feedback to the command sender.

# Plugin Commands

<> Required [] Optional

  • /coe [help] - List of all plugin commands.
  • /coe reload - Reload the plugin.
  • /coe reset <player> - Reset player's balance for all currencies.
  • /coe wipe <currency> - Reset balance of a currency for all players.
  • /coe migrate <plugin> <currency> - Migrate balance data from a plugin to a specific currency.

# Currency Commands

<> Required [] Optional

Where /coins is your custom currency alias(es). Change them in the currency config file.

Number Shortcuts are supported for the amount arguments!

  • /coins giveall <amount> [-s] [-sf] - Give coins to all online players.
  • /coins give <player> <amount> [-s] [-sf] - Give coins to a player.
  • /coins take <player> <amount> [-s] [-sf] - Take coins off a player.
  • /coins set <player> <amount> [-s] [-sf] - Set coins for a player.
  • /coins balance [player] - View balance.
  • /coins payments [player] [-s] - Toggle payments acception.
  • /coins send <player> <amount> - Send your coins to other player.
  • /coins exchange <currency> <amount> - Exchange coins for other currency.
  • /coins top [page] - Top players by coins balance.