Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored May 22, 2022
1 parent 12975f0 commit 1995ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SCP Chat
# Text Chat

* **Allows SCPs to use the console to send messages to each other**
* **Allows players to use the console to send messages to each other**

| ❗ Needs [AdvancedHints](https://github.com/BuildBoy12/AdvancedHints/releases/latest) to be installed in the `Exiled/Plugins` directory to work |
|-------------------------------------------------------------------------------------------------------------------------------------------------|
Expand All @@ -10,6 +10,6 @@
|----------------|-------------------|-----------------------------------------------------------------|
| is_enabled | true | Whether the plugin is enabled or not |
| aliases | "c", "chat", "sc" | Aliases for the chat command |
| message_format | "{0} {1}: {2}" | Format for the message to be sent. SCP {0} Name {1} Message {2} |
| message_format | "{0}: {1}" | Format for the message to be sent. Name {0} Message {1} |
| hint_duration | 7 | How long messages are displayed for in seconds. |
| history_length | 1 | How many messages to show in the chat history. |

0 comments on commit 1995ac7

Please sign in to comment.