https://github.com/huhncode/lucid-addon
Lucid: A lightweight Meteor Client addon focused on enhancing chat interactions and ESP features, with customizable chat responses, font styles, and additional automation tools like Auto GG and AFK Log
https://github.com/huhncode/lucid-addon
chatbot espmod fabric huhncode lucid lucid-addon meteor-client meteorclient minecraft-mod minecraftaddon minecraftautomation minecraftmods module utility-mod
Last synced: 6 months ago
JSON representation
Lucid: A lightweight Meteor Client addon focused on enhancing chat interactions and ESP features, with customizable chat responses, font styles, and additional automation tools like Auto GG and AFK Log
- Host: GitHub
- URL: https://github.com/huhncode/lucid-addon
- Owner: HUHNcode
- License: cc0-1.0
- Created: 2025-03-02T22:13:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-02T20:19:01.000Z (6 months ago)
- Last Synced: 2025-04-02T21:26:37.665Z (6 months ago)
- Topics: chatbot, espmod, fabric, huhncode, lucid, lucid-addon, meteor-client, meteorclient, minecraft-mod, minecraftaddon, minecraftautomation, minecraftmods, module, utility-mod
- Language: Java
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 0
- 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!):
- **[Chat Bot](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.- **[Chat Fonts](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.- **AFK Log**
- Automatically logs you out after being AFK for a configured delay.
- Detects inactivity based on movement.
- Option to disable **AutoReconnect** upon logout.- **Auto GG**
- Automatically sends a **GG message** after a kill.
- Supports random or predefined messages.
- Option to send the message privately as **/msg**.- **Auto Totem**
- Automatically equips a **Totem of Undying** when one is consumed.
- **Random delay** to bypass anti-cheat systems.---
## 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.