Rúnar is a chat-management module for Foundry VTT that offers private and group chats with GM moderation tools, sound notifications, and a UI hub for players and GMs.
- Place the
rnk-runarfolder in your Foundrymodules/directory. - Enable the module in Foundry's Module Settings.
- Optionally set sounds in the Rúnar Settings window.
Note: The local module folder name must exactly match the module id in module.json (default: rnk-runar). If the folder name contains spaces or punctuation (for example "RNK Runar"), Foundry may fail to find and serve files using the expected URL path, resulting in errors such as "No such file" or 404s for modules/rnk-runar/* assets. If you copied the code from this repository directly into the modules folder, rename the folder to rnk-runar and restart Foundry to resolve these issues.
- Private & Group Chats
- GM Monitor & Group Manager
- Player Hub for quick access
- Notification sound settings (include module sounds)
To add build tooling, use the included package.json for local development.
MIT — see LICENSE for details.