package blorpis
{
function servercmdshiftbrick(%client, %x, %y, %z)
{
return;
}
function servercmdsupershiftbrick(%client, %x, %y, %z)
{
return;
}
function servercmdundobrick(%client)
{
return;
}
};
activatepackage(blorpis);
Pop that into a server.cs and there is like a 50% chance it will do what you want
I think that servercmdsupershiftbrick actually just calls servercmdshiftbrick with modified values, but I might also be crazy so don't quote me on that.