
A simple plugin that replaces configured text for you
Version: 1.0.0
Supported Minecraft Versions: 1.20.x – 1.21.x (Paper)
Authors: VelocityStudios
ChatReplacer is a lightweight, powerful plugin for Paper servers that lets you dynamically replace text and emojis in player chat messages. Customize your server’s chat with MiniMessage formatting, gradients, and Unicode symbols, all fully configurable in a YAML file.
With ChatReplacer, you can make your server’s chat more engaging, colorful, and interactive — perfect for public servers, mini-games, or roleplay communities.
config.yml. <gradient:red:blue>Hello</gradient>). chatreplacer.use. chatreplacer.admin. /chatreplacer reload — no server restart required. Player types: Hello :smile: → Output: Hello 😊
Player types: gg → Output: Good game!
Place it in your server’s /plugins folder.
Start your Paper server.
A default config.yml is automatically created in /plugins/ChatReplacer/.
Customize replacements and reload the plugin using /chatreplacer reload.
PaperMC 1.20.x – 1.21.x
Why Use ChatReplacer?
Add fun emojis, colorful gradients, and custom text to your server chat.
Fully configurable, permission-aware, and easy to use.
Keep your chat vibrant and interactive without modifying Minecraft itself.
### Example config.yml
replacements:
smile:
find: ":smile:"
replace: "😊"
wholeWord: false
caseSensitive: false
gg:
find: "gg"
replace: "Good game!"
wholeWord: true
caseSensitive: false