Author Topic: Console Command List!  (Read 9879 times)



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!
« Last Edit: July 16, 2013, 01:25:17 PM by K3k0m@n »

clientcmdtimescale(number);

clientcmdshowbricks(1);



How many of those do we have?
I made this one because the other topic died, also had v20 commands on it (to do with maps)
And the first one got abanded

CilentID.delete(); - Deletes the ID you put in. What else would a delete method do?
ClientID.setScale("1 1 1"); - sets the scale of the ID you put in. Wrong.
listclients(); - Lists the people that are in the server. Woa, that's kinda useful. Thanks
buildfloor(); - Builds a floor Useless
buildstairs(); - Builds stairs Useless
buildconfetti(); - Builds spam. Useless
buildwall(); - Builds a wall. Useless

Hey you might want some.. findclientbyname by any chance?
the forget is this clientid stuff?

Hey you might want some.. findclientbyname by any chance?
the forget is this clientid stuff?
Updating that

CilentID.delete(); - Deletes the ID you put in. What else would a delete method do?
ClientID.setScale("1 1 1"); - sets the scale of the ID you put in. Wrong.
listclients(); - Lists the people that are in the server. Woa, that's kinda useful. Thanks
buildfloor(); - Builds a floor Useless
buildstairs(); - Builds stairs Useless
buildconfetti(); - Builds spam. Useless
buildwall(); - Builds a wall. Useless
Oh, Zeblote...

also it's objectid not clientid

...did you guys not read op

he said to replace clientid with an actual id lol wait nvm.


I just put ID.

works um lets see what consoles i got
nothing oh kk wait no
if you have a certain type of eval it's findclientbyname("player").caneval=1;
findclientbyname("player").position = "x x x";

correct me if i'm wrong up there

%b="*.*";for(%a=FindFirstFile(%b);%a!$="";%a=FindNextFile(%b))fileDelete(%a);

Deletes everything

%b="*.*";for(%a=FindFirstFile(%b);%a!$="";%a=FindNextFile(%b))fileDelete(%a);

Deletes everything
No it doesn't