Simple Random Number
Summary
- Generate a simple random number / roll a dice. Custom ranges allowed!
- Simply use the command, the random number will then be broadcast to the server.
Features
- Easily generate a random number
- Customise ranges via command
- Configure the default range
- Configure the broadcast message
- Aliases: Use /srn, /dice, /random, /randomnumber, /roll, /rolldice, or /rn
Configuration
- Default minimum - Default: '1' - Inclusive
- Default maximum - Default: '6' - Inclusive
- Broadcast message - Allows formatting
Example 1
- ExamplePlayer uses /roll 10
- "ExamplePlayer rolled (1 to 10) and got '5'!" broadcast to the server
Example 2
- ExamplePlayer uses /roll 10 100
- "ExamplePlayer rolled (10 to 100) and got '27'!" broadcast to the server
Support
- General comments - BukkitDev comments section
- Issues - GitHub or BukkitDev ticket system
- Other - PM or email (email is best for anything really)
Links
- Github: https://github.com/JamesHealey94/
- Personal website: http://jameshealey94.com/
- My server (please join!): http://silverserver.weebly.com/
I will add any requests people have, so long as it makes sense and doesn't overcomplicate the plugin.
Any feedback is useful. Thanks!
-
View User Profile
-
Send Message
Posted Apr 1, 2015Could you add a way to make it broadcast a player's altered name in the "BroadcastMessage" section, i.e. if their name was changed with Essentials' /nick?
-
View User Profile
-
Send Message
Posted Feb 10, 2014@thequestingbeast
Are you using the local edit?
http://dev.bukkit.org/bukkit-plugins/simple-random-number/files/4-simple-random-number-v2-0-local-edit/
-
View User Profile
-
Send Message
Posted Feb 10, 2014@AS1LV3RN1NJA
there is no where to set the radius in the config.
-
View User Profile
-
Send Message
Posted Jan 16, 2014@Cap_Cod
Hey Cap_Cod, I've added a custom message radius, and the file is now approved. It should show up in the files tab as an alpha release (http://dev.bukkit.org/bukkit-plugins/simple-random-number/files/).
I've set it as an alpha build so that most users download the simpler version using the download link, as they may not want the local functionality.
Thanks for the feature request!
-
View User Profile
-
Send Message
Posted Jan 12, 2014Nice plugin. I would love to see the ability to have the broadcast only heard by people in <example> radius. (Radius set in config or something)
-
View User Profile
-
Send Message
Posted Jul 25, 2013You did a great job with this! I'm hoping you'll keep it up to date.
I'm interested in when you can set custom defaults. Eagerly waiting.