Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When you are ready to submit your script for **public use**, create a `package.j
* `name`: The name of the API script (e.g. `Cookbook`)
* `version`: The version number of the API script (e.g. `12.3`)
* `description`: A short, less than 100 character, explanation of the script and it's use.
* `authors`: A simple string telling who contributed toward the sheet (e.g. `Riley Dutton,Steve Koontz`)
* `authors`: A simple string telling who contributed toward the script (e.g. `Riley Dutton,Steve Koontz`)
* `roll20userid`: A simple string telling the Roll20 User ID's of the authors (e.g. `1` or `45672,145678`). Just used so we know who to credit internally, won't be shown publicly on the site.
* `dependencies`: A list of other API scripts and their version numbers this script requires to function (e.g. `My Kitchen: 1.0`)
* `modifies`: A list of the common Roll20 objects and properties the script reads and writes to. Custom objects and properties inside a namespace don't need to be included. (e.g. `bar1_value: write`)
Expand Down