How to Use

RTD

How to Use RTD


Table of Contents

  1. Installing the plugin
  2. Configuring outcomes
  3. 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.


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes