Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradcarnage/flowchat
https://github.com/bradcarnage/flowchat
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradcarnage/flowchat
- Owner: bradcarnage
- License: gpl-3.0
- Created: 2020-11-23T19:38:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T23:49:46.000Z (over 3 years ago)
- Last Synced: 2023-07-09T01:24:48.960Z (over 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowChat
A mod totally not inspired by [ChatFlow](https://github.com/Vazkii/ChatFlow). For the Fabric mod loader on Minecraft 1.16.4
Allows replacing of incoming chat messages through RegEx. It also adds toast notifications and automatic response handling.
## Installation
FlowChat requires use of the [Fabric API](https://github.com/FabricMC/fabric#using-fabric-api-to-play-with-mods). Install it to your mods folder.
### Where's My Regex?
Usually under `.minecraft/config/flowchat.json`
Example config found [here](https://github.com/bradcarnage/FlowChat/blob/master/example_rules.json). Copy it to `.minecraft/config/flowchat.json` and edit with your favourite text editor and save. Then, "Confirm" in the mod config. If there's something wrong, you won't be able to exit by clicking "Confirm".
## Screenshots
Leaving Walzie's House (WorldGuard travel toasts) - [Ref](https://github.com/bradcarnage/FlowChat/blob/5e6e0ac2f6ebe951905d5d69aa0737fbb18cc785/example_rules.json#L14)
![Left Walzie's House Toast](https://cdn.discordapp.com/attachments/769751221955198997/780700921746817044/unknown.png)Message prefixing (&c&l added to messages) - [Ref](https://github.com/bradcarnage/FlowChat/blob/5e6e0ac2f6ebe951905d5d69aa0737fbb18cc785/example_rules.json#L83)
![Colour code text](https://cdn.discordapp.com/attachments/769751221955198997/780701590314156032/unknown.png)AdminShop selling (Toasts instead of ChatMsg) - [Ref](https://github.com/bradcarnage/FlowChat/blob/5e6e0ac2f6ebe951905d5d69aa0737fbb18cc785/example_rules.json#L8)
![Adminshop Toasts](https://cdn.discordapp.com/attachments/769751221955198997/780703852298764298/unknown.png)#### Discord
Want more screenshots? Submit yours to [the discord](https://discord.com/invite/BpVhWNv8hG)!