Greasy Fork is available in English.

Matrice RP

try to take over the world!

Auteur
Isilin
Installations quotidiennes
0
Installations (total)
136
Notes
0 0 0
Version
0.1
Créé
29/11/2019
Mis à jour
29/11/2019
Licence
N/A
S'applique à

# MatriceRP

## Introduction
MatriceRP ease the usage of color tags in the chat input. It also propose to automatically add a {Tag} at the beginning of the sentence.

## Using MatriceRP
New command can be configured at the beginning of the script in the `commands` variable. A command is configured as followed: `{ alias:"[command_to_tape]", name:"[tag_to_display]", color:"[hexadecimal_color]", bold:[true or false], rp:[true to use /me or false] }`.
For example, with the configuration `{ alias:"env", name:"Environment", color:"008000", bold:false, rp:true }`. You can use the commande `/env blabla` to display in green : `/me {Environment} blabla`.

## Future Works
For now, the script is not checking if the sentence length doesn't exceed the cap of 200 characters, including the adds.

## Caution
For now, this script has only been tested with Firefox 70 and TamperMonkey. It is not guaranteed to work with another web browser or another script manager.
Be careful if you use another script that modify the same field that this script, they could interfere with each other.

## Authors
Isilin

## Copyright and Licensing
MatriceRP is delivered under the [GNU-GPLv3](https://www.gnu.org/licenses/gpl-3.0.fr.html).

MatriceRP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .