Rollit
DnD-esque, minimal dice plugin
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
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 ```