Just a simple script to generate a treasure (individual and hoard) in chat with the DnD 5e Dungeon Master Guide random treasure rules.      Commands  !treasure config  - Shows the config menu.  !treasure [?type] [cr] [?amount]  - This will generate the treasure. See some examples below.  !treasure s [?type]  - Will create a treasure from the tokens selected. See some examples below.   Examples     !treasure 5  - Will generate a `individual` for 1 CR 5 creature.  !treasure individual 5  - Same as above.  !treasure 3 5  - Will generate an `individual` treasure for 5 CR 3 creatures.  !treasure hoard 3  - Will generate a CR 3 `hoard` treasure.  !treasure s  - Will generate an individual treasure from a combination of the challenge ratings of the selected tokens.  !treasure s individual  - Same as above.  !treasure s hoard  - Will creature a treasure hoard from the average of the selected token(s) challenge ratings.    Config       Command  - The command you want to use for this script.  CR Attribute  - The CR attribute in the sheet you are using, defaulted to `5e OGL`.  Treasure Target  - Send treasure to everyone or only GM.  Magic Items Target  - Send magic items to everyone or only GM.   Script:  <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/development/5eTreasure" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/development/5eTreasure</a>