This is a simple plugin designed for rolling random numbers in chat.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/entwastaken/entsRandomRoll
There are two commands, which function mostly identically:
/roll
/globalroll
- by default, rolls between 1-100
- /roll <number> will roll between 1 and a given value
- /roll <min> <max> will roll between two given values
- same as /roll, but broadcasts the roll result globally in chat, for everyone online to see
- requires randomroll.globalroll permission
The only permission in the current release is randomroll.globalroll which allows the user to use /globalroll.
![]()

entsRandomRoll 1.0.1
Random number roller, with option to broadcast the output publicly if needed.