Author Topic: Deletion Bricks  (Read 9985 times)

just set the bricks you want to be destroyed to be destroyed

dling, ive wanted something like this, good for making admin preferences...

is it only admin and super admin use?               SWEET!!!!  :cookie:

first post sucks
So many things wrong with that.  First of all, it makes no sense grammatically.  you need a comma or something.

Second of all, nobody gives a crap about your first post.  And third, you are not one to say that anything sucks because you fail.

So many things wrong with that.  First of all, it makes no sense grammatically.  you need a comma or something.

Second of all, nobody gives a crap about your first post.  And third, you are not one to say that anything sucks because you fail.
He was just being a douche, he was spamming the forums earlier but he's gone now I believe.

Anyways I just tried this it's really handy, good work.

He was just being a douche, he was spamming the forums earlier but he's gone now I believe.

Anyways I just tried this it's really handy, good work.
Still, even if he didn't fail, this doesn't suck, and nobody cares that he posted first.

Wow, I seriously just got an idea today that a brick clearing ghost brick would be an excellent admin tool, and then I see this and I go 0.o

Who are you and why are you in my head.



Also, could you make more of my ideas, I wouldn't mind thinking of something cool, and then coming to the add-ons forum and seeing it there.

Very nice! No-building barrier and easy spam deletion.

Still, even if he didn't fail, this doesn't suck, and nobody cares that he posted first.

You obviously do.

YAY FINALLY SOMEONE MADE ONE OF MY REQUESTS INTO REALITY!!!!!!!!
I suggested this :D http://forum.blockland.us/index.php?topic=57748.0

EDIT:
just set the bricks you want to be destroyed to be destroyed
Ok, tell you what, you can go around naming every single brick you want deleted, and we can all use this! I still wish he had given me credit for the idea D:
« Last Edit: January 15, 2009, 03:14:55 PM by StarHawk »

Make it act as a normal Wand if you aren't Admin e.g. only deleting your bricks.

Code: [Select]
if(%client.isAdmin == 0 && $Deletion::Admin == 0 || %client.isSuper == 0 && $Deletion::Admin == 1)I don't think this will work... Isn't it "%client.isSuperAdmin"? You might also need brackets on the line to make it work properly.

Make it act as a normal Wand if you aren't Admin e.g. only deleting your bricks.

Code: [Select]
if(%client.isAdmin == 0 && $Deletion::Admin == 0 || %client.isSuper == 0 && $Deletion::Admin == 1)I don't think this will work... Isn't it "%client.isSuperAdmin"? You might also need brackets on the line to make it work properly.

Mm, yeah, I think the code should be like this to work:

Code: [Select]
if((!%client.isAdmin&&!$Deletion::Admin)||(!%client.isSuperAdmin&&$Deletion::Admin))

Fixed that ^ aswell made it non admins need full trust to use them.

Finally got to try it out in-game.
With the New rewards script, the queue'd brick-deletion notifications are pretty awkward. I suggest centerprinting it. As a side note, that count seems to be off a lot. I deleted ~270 bricks and it said 8.

It doesn't count other bricks that are deleted when you delete a brick supporting them.
Also, you can delete plates and other short bricks when the actual deletion block is one, two, or three spaces above them. This may result in unfortunate total build destructions.