Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
435744172f
|
|||
|
c916c5ea2d
|
|||
|
80b203a079
|
@@ -15,11 +15,9 @@ This module requires the Chat Commander module to be installed and enabled. You
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Open FoundryVTT and go to the "Add-on Modules" tab in the "Configuration and Setup" menu.
|
1. In the "Manifest URL" field, paste the following URL: `https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json`.
|
||||||
2. Click on "Install Module".
|
2. Click "Install" and wait for the installation to complete.
|
||||||
3. In the "Manifest URL" field, paste the following URL: `[your-module-manifest-url]`.
|
3. Enable the module in your game settings.
|
||||||
4. Click "Install" and wait for the installation to complete.
|
|
||||||
5. Enable the module in your game settings.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.3.1/module.zip",
|
"download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.3.1/module.zip",
|
||||||
"manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/latest/module.json",
|
"manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"scripts/main.js"
|
"scripts/main.js"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
const NAME = "/title"
|
const NAME = "/title"
|
||||||
|
|
||||||
const template_path = "modules/asc-session-title-suggestions/templates"
|
const template_path = "modules/asc-session-title-suggestions/templates"
|
||||||
|
|||||||
Reference in New Issue
Block a user