Avrae Command Reference

Command Syntax Example
Manual Roll
!r <dice>
!r 1d20+3
Manual Roll with advantage
!r <dice> adv
!r 1d20+3 adv
Manual Roll with disadvantage
!r <dice> dis
!r 1d20+3 dis
Manual Roll Combinations
!r <dice> +/- <other dice>
!r 1d20+3 + 1d4
Roll Stats (4d6 drop lowest)
!r 4d6kh3
!r 6 4d6kh3
Multi Rolls
!rr <quantity> <dice>
!rr 2 1d20+3
Import D&D Beyond Character
!beyond <url>
!beyond https://www.dndbeyond.com/characters/12345678
Import GSheet/Dicecloud Character
!import <url>
!import https://docs.google.com/spreadsheets/d/...
Set Active Character (Global)
Sets the active character for all servers.
!char <name>
!char Robin
Set Active Character (Server)
Sets the active character for this server only.
!char server <name>
!char server Robin
Set Active Character (Channel)
Sets the active character for this channel only.
!char channel <name>
!char channel Robin
View Character Sheet
!sheet
!sheet
Update Character Sheet
Pulls latest changes from D&D Beyond/GSheet.
!update
!update
Long Rest
Resets slots, HP, and hit dice.
!g lr
!g lr
Short Rest
!g sr
!g sr
View HP & Status
!g hp
!g hp
Modify HP
Use negative numbers for damage, positive for healing.
!g hp <amount>
!g hp -5
Set HP
!g hp set <amount>
!g hp set 50
Add Temp HP
!g thp <amount>
!g thp 10
Skill Check
!c <skill>
!c stealth
Skill Check with Advantage/Disadvantage
!c <skill> -<adv/dis>
!c perception -adv
Ability Check (Raw Stat)
!c <stat>
!c strength
Saving Throw
!s <stat>
!s dex
Death Saving Throw
!s death
!s death
Join Combat
!i join
!i join
Join Combat (Manual Roll)
Sets your initiative to a specific number.
!i join -p <number>
!i join -p 18
View Initiative Order
!i list
!i list
End Turn / Next Turn
Advances the turn to the next combatant.
!i n
!i n
List Attacks
!a list
!a list
Attack Target
Targets the combatant and automatically applies damage on hit.
!a <weapon> -t <target>
!a shortsword -t goblin1
Attack with Adv/Dis
!a <weapon> -t <target> <adv/dis>
!a longbow -t goblin1 adv
Multi-Attack (Reroll)
Rolls the attack multiple times (e.g., Extra Attack, Eldritch Blast).
!a <weapon> -t <target> -rr <count>
!a longsword -t goblin1 -rr 2
Attack with Modifiers
-b adds to hit, -d adds to damage.
!a <weapon> -t <target> -b <hit bonus> -d <dmg bonus>
!a dagger -t goblin1 -b 1d4 -d 2
Attack Specific AC
Rolls against a manual AC instead of a targeted token.
!a <weapon> -ac <AC>
!a dagger -ac 15
View Spellbook
!sb
!sb
View Spell Slots
!g ss
!g ss
Cast Spell (Targeted)
!cast <spell> -t <target>
!cast fireball -t goblin1 -t goblin2
Cast Spell (Upcast)
!cast <spell> -l <level> -t <target>
!cast magic missile -l 2 -t goblin1
Cast Without Slots
Ignores spell slot requirements (e.g. scrolls, innate).
!cast <spell> -i
!cast mist step -i
Modify Spell Slots
!g ss <level> <amount>
!g ss 1 -1
Lookup Spell
!spell <name>
!spell fireball
Lookup Monster
!monster <name>
!monster goblin
Lookup Item
!item <name>
!item bag of holding
Lookup Rule
!rule <name>
!rule grappling
Move Token (Coords)
!move <coords>
!move B4
Move Token (Relative)
!move <distance><dir>
!move 30ft N
Update Token Image
!map -token <url/code>
!map -token https://...
Cone Overlay
!map -over cone <size>, <color>, <origin>, <target>
!map -over cone 30, red, A1, B2
Circle Overlay
!map -over circle <size>, <color>, <center>
!map -over circle 20, yellow, C5
Circle Overlay, Persistent
!map -over circle <size>, <color>, <center> -t <target>
!map -over circle 20, yellow, C5 -t goblin1
Remove Persistent Effect
!map -over none -t <target>
!map -over none -t goblin1
Start Combat
!i begin
!i begin
End Combat
!i end
!i end
Add Monster (Basic)
!i madd <monster>
!i madd goblin
Add Monsters (Grouped)
Adds multiple monsters that share an initiative count.
!i madd <monster> -n <count> -group <name>
!i madd goblin -n 4 -group Goblins
Add Monster (Roll HP)
Rolls HP for the monster instead of using average.
!i madd <monster> -rollhp
!i madd dragon -rollhp
Modify Combatant (AC/Resist)
!i opt <target> -ac <val> -resist <type>
!i opt goblin1 -ac 18 -resist fire
Remove Combatant
!i remove <name>
!i remove goblin1
Monster Attack
Attacks using the monster currently having its turn.
!i a <attack> -t <target>
!i a bite -t Player1
Multiattack (Monster)
!i a <attack> -t <target1> -t <target2>
!i a multiattack -t Player1 -t Player2
Opportunity Attack
Allows a monster to attack out of turn order.
!i aoo <monster> <attack> -t <target>
!i aoo goblin1 scimitar -t Player1
Apply Effect (Condition)
!i effect <target> <effect> -dur <rounds>
!i effect Player1 Prone -dur 1
Remove Effect
!i re <target> <effect>
!i re Player1 Prone