Compare commits
2 Commits
0.1.2
...
3fd8dd9650
| Author | SHA1 | Date | |
|---|---|---|---|
|
3fd8dd9650
|
|||
|
acc7cc58ec
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
src/vendor/
|
src/vendor/
|
||||||
dist
|
dist
|
||||||
|
*.code-workspace
|
||||||
21
LICENSE.TXT
Normal file
21
LICENSE.TXT
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2020 Foundry Network
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
59
README.md
Normal file
59
README.md
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
# Session Title Suggestions for FoundryVTT
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
This FoundryVTT module allows players to suggest titles for the session, similar to how podcast titles are suggested. In my own sessions, I record every session's audio and make it into a podcast. Many of my favorite podcasts use a random, funny, out-of-context quote from the episode for the title. Inspired by this, I created this module so players can suggest titles and the GM can list them all and choose the best one. Players can use the `/title` or `/t` command to suggest a title. A GM or trusted player can use the `/titles` or `/ts` command to get a list of all the suggestions for the most recent day's session.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Players can suggest session titles using the `/title`, `/t`, or `t/` command.
|
||||||
|
- GMs or trusted players can view all suggested titles for the most recent session using the `/titles` or `/ts` command.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
This module requires the Chat Commander module to be installed and enabled. You can find it [here](https://gitlab.com/woodentavern/foundryvtt-chat-command-lib).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Open FoundryVTT and go to the "Add-on Modules" tab in the "Configuration and Setup" menu.
|
||||||
|
2. Click on "Install Module".
|
||||||
|
3. In the "Manifest URL" field, paste the following URL: `[your-module-manifest-url]`.
|
||||||
|
4. Click "Install" and wait for the installation to complete.
|
||||||
|
5. Enable the module in your game settings.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### Suggesting a Title
|
||||||
|
|
||||||
|
Players can suggest a title for the current session by typing one of the following commands in the chat:
|
||||||
|
|
||||||
|
`/title [Your Suggested Title]`
|
||||||
|
`/t [Your Suggested Title]`
|
||||||
|
|
||||||
|
Example:
|
||||||
|
`/title The Great Heist`
|
||||||
|
|
||||||
|
### Viewing Suggested Titles
|
||||||
|
|
||||||
|
GMs or trusted players can view all the suggested titles for the most recent session by typing one of the following commands in the chat:
|
||||||
|
|
||||||
|
`/titles`
|
||||||
|
`/ts`
|
||||||
|
|
||||||
|
This will display a list of all the title suggestions.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
If you want to contribute to the development of this module, feel free to fork the repository and submit a pull request. Any contributions, such as bug fixes, feature requests, or enhancements, are welcome.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE.TXT) file for details.
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
For any questions or issues, please open an issue on this GitHub repository.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Thank you for using the FoundryVTT Session Title Suggestions Module! Happy gaming!
|
||||||
Reference in New Issue
Block a user