This plugin is a dice roller, but it is not as any other.

It is specifically developed to throw dungeons & dragons dices 
(dices of 4, 6, 8, 10, 12, 20 and 100 faces), and can be thrown 
many times getting a clean description of each die thrown, and the 
total.

COMMANDS
the command is easy to use.

/xdie number_of_faces number_of_times

 where:
   /xdie             --------------->  is the command

   number_of_faces   --------------->  4, 6, 8, 10, 12, 20, 100
                                       (if any other, default 20)

   number_of_times   --------------->  any number; will be the
                                       times the die will be thrown
                                       (don't overdoing, 'cause
                                       it may overflow the buffer)

example.

 /xdie 20 3

result.

 You throw 3d20 and got :
 Throw No. 1 : 16
 Throw No. 2 : 17
 Throw No. 3 : 7
 --------------------
     Total : 40
 

Notes: if you dont write a number_of_times argument, it will be default 1.

example.

 /xdie 20

result.

 You throw 1d20 and got : 14

**************************************************************************

TAGS

There are 7 tags, and all of them are usefull just to throw one die.

 (!Xd4)
    same as /xdie 4 1

 (!Xd6)
    same as /xdie 6 1

 (!Xd8)
    same as /xdie 8 1

 (!Xd10)
    same as /xdie 10 1

 (!Xd12)
    same as /xdie 4 1

 (!Xd20)
    same as /xdie 20 1

 (!Xd100)
    same as /xdie 100 1