Commit 54ad769d by Jonathan Thomas

Add whitelist and blacklist commands

parent d1a8f654
Pipeline #12680 passed with stages
in 1 minute 57 seconds
# CreatureChat
## Chat with any mob in Minecraft! All creatures can talk using AI!
## Chat with any mob in Minecraft! All creatures can talk & react using AI!
### Features
- **AI-Driven Chats:** Using ChatGPT or open-source AI models, each conversation is unique and engaging!
......@@ -65,6 +65,16 @@
<li>Sets the timeout (in seconds) for API HTTP requests. Defaults to <code>10</code> seconds.</li>
</ul>
</li>
<li><strong>OPTIONAL:</strong> <code>/creaturechat whitelist &lt;entityType | all | clear&gt;</code> - Show chat bubbles
<ul>
<li>Shows chat bubbles for the specified entity type or all entities, or clears the whitelist.</li>
</ul>
</li>
<li><strong>OPTIONAL:</strong> <code>/creaturechat blacklist &lt;entityType | all | clear&gt;</code> - Hide chat bubbles
<ul>
<li>Hides chat bubbles for the specified entity type or all entities, or clears the blacklist.</li>
</ul>
</li>
</ul>
<h4>Configuration Scope:</h4>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment