Author Topic: Dedicated Server Questions  (Read 1771 times)

Ok, ive set up a dedicated server, and I was wondering how i customize it. Like make a user admin, or change the gamemode, also its taking forever to post to the master server.

iirc you can make someone admin by putting in

findClientByName("name").isAdmin = 1;

iirc you can make someone admin by putting in

findClientByName("name").isAdmin = 1;
And if you'd like to make them auto admin (admin when they join), you can do $Pref::Server::AutoAdminList = $Pref::Server::AutoAdminList SPC "their id";

yeah listen to him im not good with this stuff

And if you'd like to make them auto admin (admin when they join), you can do $Pref::Server::AutoAdminList = $Pref::Server::AutoAdminList SPC "their id";
Doesn't Auto Admin require RTB or does RTB use that function?

Doesn't Auto Admin require RTB or does RTB use that function?
no... the auto admin list is in the completely user-friendly advanced server settings window iirc

Umm how do i set a admin password?

Umm how do i set a admin password?
$Pref::Server::AdminPassword = "password";

Check out config/server/prefs.cs. Modify that file to your liking and then start the server.

$Pref::Server::AdminPassword = "password";

Check out config/server/prefs.cs. Modify that file to your liking and then start the server.
Where do I find that file?

Where do I find that file?
Are you running Blockland on Steam?

Are you running Blockland on Steam?
I have the steam version and its on sale so what the hecK!

yes he is

C:\Program Files\Steam\steamapps\common\Blockland\config\client\prefs.cs

On a mac, idk.

How do i install addons?

How do i install addons?
Download the Add-On in .zip format and put it in Blockland\Add-Ons. Then enable it by clicking Start Game > Custom (unless it's a game mode or client add-on).

How do I make server messages?