The GameZen plugin is a BetterDiscord plugin that aims to enhance the user experience by automatically activating Do Not Disturb mode and updating the user status when any game is launched. Its core value proposition lies in its ability to enhance productivity and immersion during gaming sessions by managing notifications effectively. You can also configure a list of games to ignore, ensuring that certain games do not trigger the Do Not Disturb mode.
Make sure you have BetterDiscord installed. If not, you can download it from the official website: BetterDiscord.
- Download the GameZen plugin file from the GitHub repository.
- In Discord, go to your BetterDiscord settings and select the Plugins tab.
- At the top click the Open Plugins Folder button.
- Drag and drop, or move, the plugin you downloaded into this folder.
- Go back to your Plugins pages and enable your plugin.
Once the plugin is installed and Discord is running, GameZen will automatically activate Do Not Disturb mode when a game is launched. When you close the game, it will restore your previous status.
You can configure a list of games to ignore, ensuring that certain games do not trigger the Do Not Disturb mode. This can be done through the settings panel of the plugin.
Contributions are always welcome! Please follow these steps:
- Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
- Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
- Create a new branch with a descriptive name (e.g.,
new-feature-branchorbugfix-issue-123).
git checkout -b new-feature-branch- Make changes to the project's codebase.
- Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'Implemented new feature.'- Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch- Create a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary. The project maintainers will review your changes and provide feedback or merge them into the main branch.
This plugin is licensed under the MIT License. See the LICENSE file for additional info.