✨ LLMCraft ✨ [1.12-1.20.6] [Make AI-powered NPCs talk] icon

✨ LLMCraft ✨ [1.12-1.20.6] [Make AI-powered NPCs talk] -----

Add your favourite characters to your server !




You can now chat with your NPC through realistic holograms ! The text generates token per token.
craftt.gif
----------, Dec 8, 2024

You can now append specifications to each npcs types. Specifications will be added next to the model system-prompt :

Code (YAML):

models
:
  city-guard
:
    provider
: openai
    model-name
: gpt-3.5-turbo
    system-prompt
: "You're the guard of a minecraft city."
    prefix
: "§6§lGuard > §e"
    visibility
: public
npcs
:
  guardEast
:
    citizen-id
: 0
    model
: city-guard
    type
: personal
    talking
: chat
    system-append
: "You're particularly kind and greetful."
    range
: 15
    message-only-in-range
: true
  guardWest
:
    citizen-id
: 1
    model
: city-guard
    type
: personal
    talking
: chat
    range
: 15
    message-only-in-range
: true
 
The two npc, guardEast and guardWest will have the same model (city-guard) but one will have "You're the guard of a minecraft city. You're particularly king and greetful" as the system prompt.

It helps keeping the config shorter.
----------, Oct 15, 2024

You can now append specifications to each npcs types. Specifications will be added next to the model system-prompt :

Code (YAML):

models
:
  city-guard
:
    provider
: openai
    model-name
: gpt-3.5-turbo
    system-prompt
: "You're the guard of a minecraft city."
    prefix
: "§6§lGuard > §e"
    visibility
: public
npcs
:
  guardEast
:
    citizen-id
: 0
    model
: city-guard
    type
: personal
    talking
: chat
    system-append
: "You're particularly kind and greetful."
    range
: 15
    message-only-in-range
: true
  guardWest
:
    citizen-id
: 1
    model
: city-guard
    type
: personal
    talking
: chat
    range
: 15
    message-only-in-range
: true
 
The two npc, guardEast and guardWest will have the same model (city-guard) but one will have "You're the guard of a minecraft city. You're particularly king and greetful" as the system prompt.

It helps keeping the config shorter.
----------, Oct 14, 2024


Removed annoying debug messages that were outputted in the console.
----------, Jun 18, 2024

Added usage-limits section in config.yml.

You can now define how many times max can a group (Luckperms) can use a particular model-type, like this:

Code (YAML):
usage-limits:
  city-guard
:
    deny-message
: "You can not enter this castle."
    groups
:
      default
: 2
      vip
: 4
      supravip
: 10
  helper
:
    deny-message
: "I don't have anything to learn you anymore, good game !"
    groups
:
      vip
: 0
     
It helps to avoid a player abusing the models which can cost a lot of money.
----------, Jun 12, 2024

If enabled : when a player sends a message that triggers a Talking Citizen; the message will only be displayed to players in range of the TalkingCitizen.



upload_2024-6-10_14-10-9.png
----------, Jun 10, 2024

Resource Information
Author:
----------
Total Downloads: 210
First Release: Jun 9, 2024
Last Update: Dec 8, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings