How To Read This Page

  • Commands are typed with /vvoucher.
  • <voucher-name> means the file key of the voucher you want to use.
  • [player], [amount], and [-s] are optional.
  • -s means silent mode, so the target receive message is skipped.

Command List

CommandPermissionDescription
/vvoucher helpvvoucher.helpShows the styled in-game help menu from the active language file.
/vvoucher reloadvvoucher.reloadReloads config, language, voucher files, and event files.
/vvoucher give <voucher-name> [player] [amount] [-s]vvoucher.giveGives one selected voucher to yourself or to a target player.
/vvoucher giveall <voucher-name> [amount] [-s]vvoucher.giveallGives the selected voucher to all online players.
/vvoucher getall [player] [amount]vvoucher.getallGives every enabled voucher to yourself or to a target player.
/vvoucher run-event <event> [player] [amount]vvoucher.run-eventRuns one reusable reward event table from events/*.yml.
/vvoucher enable <voucher-name>vvoucher.enableEnables a voucher in its file and reloads vouchers automatically.
/vvoucher disable <voucher-name>vvoucher.disableDisables a voucher in its file and reloads vouchers automatically.

Common Setup

  • Give administrators vvoucher.give when they only need to give one voucher.
  • Give vvoucher.giveall carefully because it affects every online player.
  • Use vvoucher.run-event for reusable reward tables that are not tied to one voucher item.
  • All VVoucher permissions default to op unless changed by a permissions plugin.

Examples

/vvoucher give money
/vvoucher give money Steve
/vvoucher give money Steve 5
/vvoucher give fly-permission Steve 1 -s
/vvoucher run-event example-event Steve 3