-
Notifications
You must be signed in to change notification settings - Fork 13
Rolling Player Guide
» Home » Rolling » Player Guide
Use the /roll [dice] command to roll dice.
The dice are parsed using the D&D die format - that is, [amount]d[faces] rolls [amount] dice with [faces] faces.
The roll parser is also capable of parsing dice without an amount of dice - that is, rolling /roll d20 will roll a single d20 die.
If you need modifiers on your dice, those can also be included: use /roll d20+5 to add a +5 modifier to your d20, or /roll d20-4 to use a -4 modifier.
You can use as many dice and modifiers as you require in your roll. This means that something like 4d20+5-6d8-4+d4 will be parsed.
After your roll has been parsed and calculated, the results will be sent to anybody who is positioned within the configured radius.
There are some scenarios that call for private rolls, for example, if you are a dungeon master and do not wish to show the result of a roll to players. This may be done with /privateroll [dice], with the same dice format (aliases /proll, /dmroll and /rollscreen)