Improved & updated plugin here thats why locking this post
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Nihongo^ on Apr 26, 2026, 03:32 PMCan it understand Java? I've heard that some servers in VCMP are scripted using Java, but you mentioned it only has information from the wiki, which mainly covers Squirrel scripting, not Java.nope for now its configured to wiki if theres any java wiki i can do that too
function onPlayerJoin( player )
{
local reply = getChatGPTResponse("Welcome this player", player.ID, "Bad");
MessagePlayer(reply.tostring(), player);
}
function onPlayerChat( player, text )
{
print( player.Name + ": " + text );
local tone = "You are Chat GPT-3.5 Turbo. Limit your responses to 3 lines.";
local reply = getChatGPTResponse(text, player.ID, tone);
MessagePlayer("[#FF3636]"+reply.tostring(), player);
return 1;
}function onPlayerCommand( player, cmd, text )
{
if(cmd == "chatgpt")
{
local tone = "You are Chat GPT-3.5 Turbo. Limit your responses to 3 lines.";
local reply = getChatGPTResponse(text, player.ID, tone);
MessagePlayer("[#FF3636]"+reply.tostring(), player);
}
}


ai.cfg
api_key=your_api_key_here
getChatGPTResponse(text, player.ID, tone)
getChatGPTResponse(
"How can I earn money in this server?",
player.ID,
"friendly and helpful"
);
Quote from: (vG)DesTroYeR^ on Apr 15, 2026, 12:35 PMthats very helpful for newbie people or if you wanna fix an unnoticeable error in your scripts.actually its more then a normal day chatgpt.. This a.i has all the info of wiki like its kinda trained on that wiki..
but it just works same as ChatGPT and other AIs, its not precise as u said
(but the good thing is that it doesn't call functions out of nowhere, but it might mistakenly do that ig)
but yes yet again its an a.i it can make mistakes


Quote from: DNeep on Apr 14, 2026, 12:08 PMworks fine make sure ur not under some blocking system example vpn or ur isp or antivirus other then that pls visit vcmp discord to get more helpQuote from: MEGAMIND on Apr 14, 2026, 12:01 PMQuote from: DNeep on Apr 14, 2026, 11:49 AMDownload and run pls Server
Here are the files present in the plugins folder
The link is not working
Quote from: DNeep on Apr 14, 2026, 11:49 AMDownload and run pls Server
Here are the files present in the plugins folder
Quote from: DNeep on Apr 14, 2026, 10:18 AM
I did it, but the same error is still coming![]()


Quote from: DNeep on Apr 14, 2026, 10:02 AMhmm done But now it is showing this error.dude rename 32 to 64
Quote from: PLAYER on Apr 13, 2026, 05:04 PMLinux plugin plsthe source is open if u have a linux do compile it
Quote from: DNeep on Apr 14, 2026, 09:56 AMwrong make sure it has the same structure as i providedQuote from: MEGAMIND on Apr 14, 2026, 09:48 AMQuote from: DNeep on Apr 14, 2026, 09:38 AMwhats inside ur server.cfg?
How to fix this error![]()
make sure ur server.cfg has this structuregamemode Default
plugins xmlconf04rel32 announce04rel32 squirrel04rel32
port 8192
sqgamemode scripts/main.nut
maxplayers 100
This
name MyServer
maxplayers 50
port 8192
gamemode squirrel
plugins squirrel04rel64 announce04rel64 sqlite04rel64
Quote from: DNeep on Apr 14, 2026, 09:38 AMwhats inside ur server.cfg?
How to fix this error![]()
gamemode Default
plugins xmlconf04rel32 announce04rel32 squirrel04rel32
port 8192
sqgamemode scripts/main.nut
maxplayers 100

