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. The GM (or other configurable role) can use the /titles
or /ts
command to get a list of all the suggestions for the most recent day's session.
- Players can suggest session titles using the
/title
,/t
, ort/
command. - GMs or trusted players can view all suggested titles for the most recent session using the
/titles
or/ts
command. (Role is configurable in settings) - Copy the titles using the clipboard icon button next to each suggestion in the list.
This module requires the Chat Commander module to be installed and enabled. You can find it here.
- In the "Manifest URL" field, paste the following URL:
https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json
. - Click "Install" and wait for the installation to complete.
- Enable the module in your game settings.
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
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.
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.
This project is licensed under the MIT License. See the LICENSE file for details.
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!