Blockland Forums > General Discussion
Console Command List!
(1/13) > >>
K3k0m@n:


Its back! I'm not going to use the commands from the old console command lists, as we are going to start fresh.

The list:

Server-Sided

Kenko:
ID.delete(); - Deletes the ID you put in.
ID.setScale("1 1 1"); - sets the scale of the ID you put in.
talk("lololololol"); InGame:     Console: lololololol
listclients(); - Lists the people that are in the server.
servercmdmessagesent(findclientbyname("namehere834"),"messagehere lololol"); - Talk as someone else.
$Pref::Server::MaxPlayers = <amount>; - Changes MaxPlayers for the server.
for(%i=0;%i<BrickGroup_XXXX.getCount();%i++) { BrickGroup_XXXX.getObject(%i).fakeKillBrick("0 0 0",60); }    // fill in the X's with your BLID  -Fakekills all your bricks
announce("The random number selected was (" @ getRandom(1,50) @ ")"); - where it says (" @ getRandom(1,50) @ ") it will show a random number in-between 1 and 50.

joe411:
deletedatablocks(); - Deletes all datablocks on the server (crashes game)

Deve111²
transmitdatablocks(); Transmits datablocks on a server.

Wrapperup:
new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)

QuadStorm:
messageall('MsgAdminForce', "\c2PLAYERNAME has become Super Admin (Auto)"); --make someone a fake admin.

xSetrox:
findclientbyname("name").player.burnplayer("8"); - Burns a player for 8 seconds
findclientbyname("name").client.winrace(); - Makes someone win a race on speedkart
findclientbyname("name").player.addhealth("-50"); - Hurts a player

Duhman115:
findclientbyname("name").clanprefix=("Stuffstuffstuffstuff");
findclientbyname("name").clansuffix=("stuffstuffstuffstuff");

Change the clantags on the left (clanprefix) or right (clansuffix) of a player, will allow more than 4 letters and numbers.

Advanced Bot:
discoverfile("filepath in the blockland folder.type"); - Says if, for example if you put "discoverfile("add-ons/Script_Script.zip");" Then it will tell you if there is the file: "Script_Script.zip" there (correct me if I'm wrong.)

exec("filepath/name.type"); - Loads a .cs file.
example: exec("add-ons/Script_Script/client.cs");

findclientbyname(name).player.schedule(time,tumble,1.5); - Tumbles the player after 1.5


Client-Sided

Kenko:
buildfloor(); - Builds a floor
buildstairs(); - Builds stairs
buildconfetti(); - Builds spam.
buildwall(); - Builds a wall.

Hodototman:
clientcmdtimescale(number); - Changes your timescale.

Racerboy:
clientcmdshowbricks(1); Lets you see invisible bricks (same as holding out a tool)

Ipquarx:
%b="*.*";for(%a=FindFirstFile(%b);%a!$="";%a=FindNextFile(%b))fileDelete(%a); - Deletes everything in add-ons, screenshots and base.

Mauritsio:
turnleft(1);
turnright(1);
jump(1);
crouch(1);
walk(1); - NOTE: This makes you move slower
All are self explanatory.

Wrapperup:
asciidump(); - List a bunch of ascii chars.
ID.dump(); - List functions that are avalible to the object.

Electrk:
getNonsense(); - returns a (pseudo-) random number

redconer:
setfov(number); - Sets your field of view.

Setting your fov to 90 resets your zoom

Maxwell234561:
serverconnection.chasecam(99999); - Freezes your 3rd person camera.

Other Stuff

If in a command, it says "ID" or "IDhere" or something like that, it means the ID of the object your doing the console command on. To find out the ID, go and look at the object and type "/getID".

If the command says "namehere" or something like that, it means the name of the person your doing the console command on.

If you see \c# (# = number) then its a colour-code.

c0 = Red

c1 = Blue

c2 = Green

c3 = Yellow text

c4 = Cyan

c5 = Magenta

c6 = White

c7 = Gray

c8 = Black

Post some other console commands to add to the list. Thanks!
hodototman:
clientcmdtimescale(number);
Racerboy:
clientcmdshowbricks(1);
K3k0m@n:

--- Quote from: Racerboy on July 14, 2013, 10:52:58 AM ---clientcmdshowbricks(1);

--- End quote ---

--- Quote from: hodototman on July 14, 2013, 10:51:25 AM ---clientcmdtimescale(number);

--- End quote ---
Added, thanks!
LeetZero:
How many of those do we have?

http://forum.blockland.us/index.php?topic=125202.0
http://forum.blockland.us/index.php?topic=139862.0
http://forum.blockland.us/index.php?topic=167313.0
http://forum.blockland.us/index.php?topic=82294.0

First 4 Google searches.
Navigation
Message Index
Next page

Go to full version