Author Topic: Red cubes are spam.  (Read 1841 times)

I was in my server making pixel art out of cubes. I made the super mushroom from Super Mario. When I cleared spam bricks the red cubes got deleted. What's with this?

Found this in the script:

Code: [Select]
            //it's a baseplate, but if it's all alone and red or has an item attached to it, it's probably still spam
            if(%brick.getNumUpBricks() == 0 && (%brick.getColorID() == 0 || isObject(%brick.item)) )
            {
               %brick.killBrick();
            }



Its quite brilliant, actually.


It should probably check for down bricks too.

It should probably check for down bricks too.
No, a baseplate on top of a 1x1 is spam.

No, a baseplate on top of a 1x1 is spam.
The 1x1 itself would be counted as spam

It's kinda stupid, that means I will have to use some custom color to replace red to just use my 4x4 cubes red?

Hint: Don't use that piece of crap script.

"That piece of crap script" comes with Blockland by default and has been invaluable in keeping the Block Party servers clean. People just need to understand how it works in order to use it effectively.

Hint: Don't use that piece of crap script.

Clear spam bricks?

What's the first thing a newb does on your server, make a 1x1 red brick, and spawn an item. So yes, it's useful. And I think non-built on base plates get destroyed

What's the first thing a newb does on your server, make a 1x1 red brick, and spawn an item. So yes, it's useful. And I think non-built on base plates get destroyed

no, if he builds something veeery spammy which takes up 99/100 bricks of the server, the host/admin haves to delete one brick by one. with the baseplates, all the admin does is hit the base plate with d wand.