I'm trying to create an event that clears all bricks.
Do you want it admin only?
Nope, completely private.
He means do you want the event to only be usable on an admins bricks.
Okay, well first of all you need to make the function that clears all the bricks, you could just call the /clearallbricks command from the function but there may be a better way, not entirely sure.
servercmdclearallbricks(%client);To make it an event it very straightforward, just copy any output event and replace the output script with this.
But won't that check for admin or super admin? He wants host only.
uhguysserverCmdClearAllBricks does its own testing for administrator status...why waste your time?
He wants host only.