for fun and learning purposes only.
- Node.js v12.16.1 or higher
- npm v6.13.4 or higher
- Minecraft Java Edition v1.15.2 or higher
- OpenAI API Keys
cp .env.example .env;
vi .env; # Edit the OPENAI_API_KEY
npm install;Start the Minecraft server, Open for LAN and then run the following command:
PORT=55555 npm start;
# 55555 is example port, you can change it to whatever you want.Chat Commands
<name> <message> > Sends message to the ai with given name.
Examples
hey > Asks question to 'hey' tiny ai. try 'hey what is the meaning of life?'
cagatay > Asks question to 'cagatay' tiny ai. try 'who is cagatay?'
Action Commands
[create or modify] ai <name> for <goal> > Creates or modifies an ai with given name and goal.
Examples
create an ai named <name> for <goal> > Creates an ai with given name and goal.
modify ai <name> <goal> > Modifies the ai with given name and goal.
MIT


