https://github.com/huhncode/lucid
A light weight addon for meteor client that is concentrated on chat and ESP modlue
https://github.com/huhncode/lucid
chatbot fabric huhncode lucid meteor-client minecraft-mod module utility-mod
Last synced: 7 months ago
JSON representation
A light weight addon for meteor client that is concentrated on chat and ESP modlue
- Host: GitHub
- URL: https://github.com/huhncode/lucid
- Owner: HUHNcode
- License: cc0-1.0
- Created: 2025-03-02T22:13:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-17T11:51:13.000Z (7 months ago)
- Last Synced: 2025-03-17T12:42:44.580Z (7 months ago)
- Topics: chatbot, fabric, huhncode, lucid, meteor-client, minecraft-mod, module, utility-mod
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Modules
Currently, Lucid includes one module (suggestions for new features are always welcome!):
- **[ChatBot](docs/ChatBot.md)**
- Automatically detects and responds to chat messages based on configurable settings.
- Extracts relevant messages using **regular expressions (regex)**.
- Filters messages based on **required and forbidden keywords**.
- Uses **predefined item triggers** to generate appropriate responses.- **[ChatFonts](docs/ChatFonts.md)**
- Allows you to change the font style of chat messages.
- Choose from various font styles like Block, Blackletter, Bold, Script, etc.
- Each font style offers a unique and customized look for your chat messages.---
## Installation Guide
1. Install [Minecraft](https://www.minecraft.net)
2. Install [Fabric](https://fabricmc.net) and [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) for your Minecraft version
3. Download [Meteor Client](https://meteorclient.com) for your Minecraft version
4. Download [Lucid](https://github.com/HUHNcode/Lucid/releases) for your Minecraft version
5. Place both the **Meteor Client** and **Lucid** in your `mods` folder---
## Contributing
Feel free to open issues or submit pull requests if you have suggestions or improvements!
---
## License
This project is licensed under the **MIT License**. See [LICENSE](LICENSE) for details.