Quote 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);
}
}
getChatGPTResponse(text, player.ID, tone)
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