| Latest version | 2.4.0 |
|---|---|
| Minimum Core | 13 |
| Compatible Core | 14.364 |
| Last updated | 2 months ago |
| Created | 3 years ago |
| Authors | |
| Languages |
Deutsch English Français |
| Systems | All systems |
| Project source | Project URL |
Module for Foundry VTT. It add another chatlog for pinned message to pinned some chat message in another chatlog in foundry VTT
If you double click on a message pin, it s gonna pin the message only for you. The self pinned icon get the color of the user. You can also pin through the righ click menu of the chat message.
In the pinned tab you can use a use the check box to show only the self pinned message
By default, you can only pinned message that you owned if you're are not GM. But it can be change in the settings
Protect pinned message from GM deletion (useful when the chatlog is flushed)
There is two settings to disable "pin for all" or/and "self pin". If one is disable, simple click and double click will do the same behaviour (the one not disable). If both is disable, the pin button doesn't appears anymore.
The expose 3 methods by api : game.modules.get('pinned-chat-message').api.methodXXX
game.modules.get('pinned-chat-message').api.pinnedMessage(inputChatMessage)
Pinned the input message.
The input message can be a chat message or his id
game.modules.get('pinned-chat-message').api.pinnedMessage(unpinnedMessage)
Unpinned the input message.
The input message can be a chat message or his id
game.modules.get('pinned-chat-message').api.togglePinnedMessage(inputChatMessage)
Pinned an unpinned input message and unpinned a pinned input message.
The input message can be a chat message or his id
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: pinned-chat-message or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.