Poll

How should it be layed out?

Name - commands they suggested
30 (76.9%)
no names, just commands
9 (23.1%)

Total Members Voted: 39

Author Topic: Console Command List  (Read 73623 times)


announce("I just made an announcement to the server!");

I just made an announcement to the server!

setfov("90 90 90"); -Sets your field of view. 90 90 90 is default; use 150 150 150 if you want BL to look epic
NINJA: Forgot semicolon

setfov("90 90 90"); -Sets your field of view. 90 90 90 is default; use 150 150 150 if you want BL to look epic
NINJA: Forgot semicolon
it's 100 100 100, idiot.

it's 100 100 100, idiot.

"someone made a mistake, they're an idiot!"


findClientByName("Name").player.setPlayerScale("# # #");  -changes size of a player

commandtoserver('ban',0,ID,Time,"Multiple Word Reason");  -bans someone

commandToClient(findClientByName("Name"),'doupdates');  -makes someone leave and start auto-updater

findclientbyname("name").player.changedatablock("datablock");  -change someone's datablock (ex. turn them into a horse)

ServercmdSelf Delete(findclientbyname("name"));  -kills someone

bottomprintall();
messageall('',"");
chatmessageall();
centerprintall();  -all are self-explanatory.


%bg = findClientByName("enterNameHere").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);}

-Sets all of a certain player's bricks' emitters to Fire A.

changemap("[NAME]"); Changes the map

I dont go on Blockland Fourms that much anymore.

Anyway, Updating.


These threads are so useful, thank you!

I love the build walls, confetti and stuff, fun to mess around with.

keesfani:
findClientByName("Name").player.setPlayerScale("# # #");  -changes size of a player

commandtoserver('ban',0,ID,Time,"Multiple Word Reason");  -bans someone

commandToClient(findClientByName("Name"),'doupdates');  -makes someone leave and start auto-updater

findclientbyname("name").player.changedatablock("datablock");  -change someone's datablock (ex. turn them into a horse)

ServercmdSelf Delete(findclientbyname("name"));  -kills someone

bottomprintall();
messageall('',"");
chatmessageall();
centerprintall();  -all are self-explanatory.


%bg = findClientByName("enterNameHere").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);}

-Sets all of a certain player's bricks' emitters to Fire A.

changemap("[NAME]"); Changes the map
:cookieMonster:

announce("I just made an announcement to the server!");

I just made an announcement to the server!


Kick with reason:

findClientByName("name").delete("Type your message here.");

Disconnects the person and displays a message box like the one that appears when banned.