Rollit

DnD-esque, minimal dice plugin

4

Quick challenge

How far can you run before the mobs catch you?

Rollit

Rollit

Rollit is relatively configurable plugin for rolling DnD-esque dices!

Commands

`/roll [number_of_dice]d[number_of_sides]` -> Rolls a dice)
`/roll [number_of_dice]d[number_of_sides] local` -> Sends the roll message only to players in radius
`/reload` -> Reloads the configuration

Permissions

`rollit.roll` -> Allows user to roll the dice
`rollit.reload` -> Allows reloading the plugin config

---

Default Configuration File

```yaml

Maximum amount of dices a player can roll

max_dice: 100

Maximum amount of sides a player can give to the dice

max_sides: 100

Radius (in blocks) in which nearby players will get a roll message with the 'l' option

local_radius: 200 ```

ADS