Blockland Forums > Help
Doors: how to make more of them
Pages: (1/1)
joeymanfred:
How do I make mor than 25 JVS doors? please help
Dr.Block:
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: ---$JVS::Content::MaxContentBricksPerPlayer = 25;
--- End code ---
to
--- Code: ---$JVS::Content::MaxContentBricksPerPlayer = (new door limit here);
--- End code ---
Replacing (new door limit here) with your desired door limit, of course.
joeymanfred:
Please walk me throught the rtb download steps because jvs content says computer does not recognize it>
Dr.Block:
Right click on JVS content and then click "open with" and select notepad.
joeymanfred:
thanx
Pages: (1/1)