module

Chat alias

Endorsements
0
Installs
0.06%
Comments
0
Latest version1.0.2
Minimum Core0.6.0
Compatible Core0.7.0
Last updated3 years ago
Created3 years ago
Authors
Languages
Systems All systems
Project source Project URL
This module allow user to apply automatic replacement on sent chat messages. Each user can define their own replacement pairs in the journal and a global replacement table can also be applied on each user in the game.
## Usage
1. Install this module
2. Launch the game with GM role to allow the module generate journal and set permission for each user.
3. Users can edit their journal in folder MODULE_DATA/CHAT_ALIAS/ with their name on it.
4. No reloading needed, the replacement should work as soon as the journal is saved.

## Format
The journal should be written in json format like this:
```
//This example will allow user call roll commands with .(point) in addition to /(slash)
[
    {
        "pattern":"^.r ",
        "replacement":"/r "
    },
    {
        "pattern":"^.rd",
        "replacement":"/r d20"
    }
]
```
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x