module

Pinned chat message

Endorsements
0
Installs
0.11%
Comments
0
Latest version2.2.0
Minimum Core
Compatible Core
Last updated1 month ago
Created11 months 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

image

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

image

image

 

Settings

Allow player to update 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 deletion

Protect pinned message (by recreating them) when the chatlog is flushed

Disable pinner for player

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.

 

API

The expose 3 methods by api : game.modules.get('pinned-chat-message').api.methodXXX

pinnedMessage

game.modules.get('pinned-chat-message').api.pinnedMessage(inputChatMessage) 

Pinned the input message.

The input message can be a chat message or his id

unpinnedMessage

game.modules.get('pinned-chat-message').api.pinnedMessage(unpinnedMessage) 

Unpinned the input message.

The input message can be a chat message or his id

togglePinnedMessage

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

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x