1.2.2 • Published 7 months ago

nodebb-plugin-dice-bot v1.2.2

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
7 months ago

nodebb-plugin-dice-bot

NodeBB plugin for rolling dice via a bot.

Setup

  1. Install and enable plugin
  2. Create a new user on your system for the dice bot. Give it any name you please and change the avatar to anything you like.
  3. Go to the ACP and find the settings for Dice Bot.
  4. Enter the ID of the user you created in the provided field.

Usage

Anywhere in a post type something like the following:

[dice 1d6]

or with a modifier, which also returns a sum

[dice 1d6+2]
[dice 1d6+0]

or with less than or greater than it counts the number of hits for the rolls (not with modifiers)

[dice 10d6<=3]
[dice 10d6<3]
[dice 10d6>=3]
[dice 10d6>3]

You can also roll mulitple types of dice

[dice 1d4 2d6 3d8 4d10]
1.2.0

7 months ago

1.2.2

7 months ago

1.1.0

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago