How to Use
How to Use RTD
Table of Contents
- Installing the plugin
- Configuring outcomes
- Rolling the dice
1. Installing the plugin
RTD is designed to be remarkably simple to install, configure, and use.
Once downloaded, RTD must be placed in the "plugins" folder like any other Bukkit plugin.
Simply start the server (or reload, if it's already running), and RTD will create the configuration file in a folder inside the "plugins" folder.
2. Configuring outcomes
The _config.yml_ file provides a more in-depth explanation in its "Important Notes", but the following is a MUST for RTD to be successful:
- _config.yml_ must adhere to YAML syntax (like any other Bukkit plugin)
- The player name must be substituted with "$(player)" (without quotes)
- All outcomes must be inside the "outcomes" section, like so:
outcomes: suicide: - /kill - /say $(player) rolled for suicide! diamond: - /give $(player) diamond 1 - /say $(player) rolled for a diamond!
- To enact the changes, just save _config.yml_ and start/reload the server.
3. Rolling the dice
Just use /rtd to roll the dice. It's that simple.
-
View User Profile
-
Send Message
Posted Jul 24, 2013(1)add /rtd reload (2)make it so i can use item ID's instead of typing out the name of the items (3)add a permission to use the plugin (4)make it so OP's can bypass the cooldown timer.