Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bo-carey/roll-20-gm-roller
Easily update GM roll visibility.
https://github.com/bo-carey/roll-20-gm-roller
Last synced: about 19 hours ago
JSON representation
Easily update GM roll visibility.
- Host: GitHub
- URL: https://github.com/bo-carey/roll-20-gm-roller
- Owner: bo-carey
- Created: 2024-08-07T15:48:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T18:40:04.000Z (3 months ago)
- Last Synced: 2024-08-10T20:05:37.054Z (3 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roll20 GM Roller Extension
This extension enhances the Roll20 experience for Game Masters by adding a whisper toggle to character sheets. The whisper toggle allows GMs to easily switch between public and private rolls for each character.
## Features
- **Whisper Toggle**: Adds a checkbox to character sheets to toggle between public and private rolls.
- **Persistent Settings**: Remembers the whisper toggle state for each character using `localStorage`.## Installation
1. Clone the repository or download the source code.
2. Load the extension in your browser:
- **Chrome**: Go to `chrome://extensions/`, enable "Developer mode", click "Load unpacked", and select the extension folder.
- **Firefox**: Go to `about:debugging`, click "This Firefox", click "Load Temporary Add-on", and select the `manifest.json` file from the extension folder.## Usage
1. Open a character sheet in Roll20.
2. Use the whisper toggle to switch between public and private rolls.
3. The extension will remember your settings for each character.## Development
To contribute to the development of this extension:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes and commit them.
4. Open a pull request with a detailed description of your changes.## License
This project is licensed under the MIT License.