Skip to content

Randomizer Commands

This content is for v1.0.0. Switch to the latest version for up-to-date documentation.

The randomizer plugin provides dice rolling and coin flipping utilities for tabletop gaming and general fun.

Command Description Roles Aliases
coinflip Flip a coin (Heads or Tails) user
d4roll Roll a d4 (1–4) user
d6roll Roll a d6 (1–6) user
d8roll Roll a d8 (1–8) user
d10roll Roll a d10 (1–10) user
d12roll Roll a d12 (1–12) user
d16roll Roll a d16 (1–16) user
d20roll Roll a d20 (1–20) user
d100roll Roll a d100 (1–100) user
customroll <num_dice> <num_faces> Roll custom dice (up to 20 dice) user
  • Standard dice: All standard polyhedral dice (d4 through d100) are supported with dedicated commands.
  • Custom rolls: customroll accepts two arguments — the number of dice and the number of faces per die. A maximum of 20 dice per roll is enforced. Example: customroll 3 6 rolls three six-sided dice.
  • Roles: All randomizer commands are available to all non-blacklisted users.