Page cover

Quick Chat (Shortcuts)

Quick Chat is a tool that makes writing easier by reducing the need to write long and repetitive sentences. It streamlines communication, helping players and staff create clear text with less effort.

Config File Example

Enabled: True
QuickChatSymbol: !
Shortcuts:
  - ty > thank you # To use this, type !ty in chat
  - hi > Hello # To use this, type !hi in chat 

Quick Chat Symbol: Use this prefix to prevent normal words from being mistakenly turned into shortcuts

Creating A Shortcut

As an example, to create a shortcut that converts "!hi" into "Welcome!", follow the example below:

Enabled: True
QuickChatSymbol: !
Shortcuts:
  - hi > Welcome!

Last updated