📄 Commands

The main plugin command name can be changed in the config.yml. By default it's coinsengine or coe.

Flags

Flag -s will make silent command execution (target player won't be notified).

Flag -sf will disable command feedback to the command sender.

Main Commands

[] - Optional, <> - Required

  • /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

Where coins is your currency's custom command.

Currency command aliases are configurable in currency config files located in the /currencies/ directory.

  • /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.

Last updated