Blockland Forums > Modification Help
Console command to change JVS limit.
Pages: (1/1)
comr4de:
Seeing as to how RTB no longer supports macintosh, I was wondering what the console command to change the content brick limit was.
I also couldn't think of anywhere better to put this topic. Can anyone help a brothah out?
Danny Boy:
$Pref::Server::Quota::Schedules = "1000";
I think.
jes00:
I'm pretty sure it's
--- Code: ---$JVS::Content::Prefs::MaxContentBricksPerPlayer = NUMBER;
--- End code ---
to change the max per player and
--- Code: ---$JVS::Content::RTBPrefs::MaxContent = NUMBER;
--- End code ---
to change the max for the server.
comr4de:
thanks, locked.
Pages: (1/1)