https://github.com/ading2210/chatresponder
A Minecraft mod that automatically runs certain commands or says things in chat.
https://github.com/ading2210/chatresponder
Last synced: 10 months ago
JSON representation
A Minecraft mod that automatically runs certain commands or says things in chat.
- Host: GitHub
- URL: https://github.com/ading2210/chatresponder
- Owner: ading2210
- License: gpl-3.0
- Created: 2022-07-06T03:35:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T00:04:30.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:28:59.509Z (12 months ago)
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ChatResponder
A Fabric 1.18.2 mod that responds to certain chat messages via regex. Once a match is found, it can run a list of commands or chat messages. You can also specify a custom delay for those messages (in milliseconds).
### Some documentation:
You add or remove regex items through the options menu, which you can access from the regular Minecraft options menu. You can also enable/disable the mod and reload the config from there.
The mod compares each regex string against each incoming chat message (stripped of any formatting codes) and runs a series of commands that you can specify. You can specify a delay for each message, which runs *before* the command is executed.