Skip to content

Releases: MCEngine/artificialintelligence-original

Add TabCompleter

07 May 18:50
05867f7
Compare
Choose a tag to compare

Example

/ai <reload>

🧠 Main: Wait for AI Response and Logic

23 Apr 11:04
031bac3
Compare
Choose a tag to compare

➕ Add

  • Players must now wait for an AI response before sending another prompt ⏳🤖

🔧 Fix

  • Fixed an issue with loading config.yml 📄✅

Fix Session End

21 Apr 09:41
fb6f7d5
Compare
Choose a tag to compare

✨ Main Update: Fix Session End

🔧 Fixes

  • ✅ Properly end a session when a player quits the server.
  • 🛑 Terminate all sessions when the server shuts down or the plugin is disabled.

Add Time in function Call

21 Apr 08:42
d909171
Compare
Choose a tag to compare

✨ Main Updates

  • Added ORM support for reading data (prep for future features)
  • Added time parameter support in function calling

➕ Added

  • 🗃️ ORM for future database management

  • ⏰ {time} parameter support in function calls

  • 📚 Documentation with usage explanations

🛠️ Fixed

  • 🧾 Logger logic improvements

🛠️ Fix Folder Name & Add bStats

20 Apr 19:45
3d187f8
Compare
Choose a tag to compare

🔄 Changes

  • Renamed folder from functions to datas

➕ Additions

  • 📊 Integrated bStats to track:

  • Number of servers using the MCEngineArtificialIntelligence plugin

  • Number of players on those servers

Fixes and New Features(in code) 🚀

20 Apr 14:52
bc8907a
Compare
Choose a tag to compare

Fixes 🛠️

  • Resolved repeated prompt issue on plugin reload via ai reload 🔄
  • Fixed data persistence issue when updating config.yml 📄

Features ✨

  • Added functionality to terminate all player sessions on plugin reload 🔌

Main Features Update ✨

20 Apr 10:46
Compare
Choose a tag to compare

Add Support for Other AI APIs 🤖

  • 🌐 Custom URL support
  • 🚪 OpenRouter integration
  • 🧠 OpenAI integration
  • 🔁 /ai reload command
  • ⚙️ Simple JSON data format for Function Calling

✅ Permissions System Improved 🔐

Fix

  • #2 Some suggestions for plugin functionality

✨ Continue Chatting (Prompt-Based AI Interaction)

19 Apr 13:32
9ac950a
Compare
Choose a tag to compare

🆕 This release changes the AI interaction method from using commands to using normal chat prompts.

🛠️ How It Works

Type /ai to start the conversation 🤖

After that, simply chat normally — your messages will be treated as AI prompts 💬

To end the conversation, type quit

This will destroy the current conversation history 🧹

While you're chatting with the AI, your messages and AI responses will be hidden from other players. 🤫

📌 No more commands needed after starting! Just chat as usual and let the AI respond naturally.

Added Conversation Keep

19 Apr 06:52
3541df7
Compare
Choose a tag to compare

🧠 AI Conversation Mode Update

This release adds support for the conversation.keep option to keep conversations active.

  • 🗨️ Conversations will begin collecting when a player joins the server and will be cleared when the player leaves.

✨ Added enable option in the config:

  • This prevents errors caused by missing tokens.
  • 🔐 Note: You must add your token first to use the AI features.

Added Custom model to config

12 Apr 17:22
37887ce
Compare
Choose a tag to compare
1.0.1

Change to 1.0.1-RELEASE