Author Topic: Doors: how to make more of them  (Read 362 times)

How do I make mor than 25 JVS doors? please help

If you have RTB you can edit the door limit through the servers preferences.

If you don't, just find the file "JVS_Content.cs" in Blockland/config/server and edit it.

Change:
Code: [Select]
$JVS::Content::MaxContentBricksPerPlayer = 25;
to

Code: [Select]
$JVS::Content::MaxContentBricksPerPlayer = (new door limit here);
Replacing (new door limit here) with your desired door limit, of course.

Please walk me throught the rtb download steps because jvs content says computer does not recognize it>

Right click on JVS content and then click "open with" and select notepad.