I would like to create a command, in admin.dat, called !punish that does a host of nasty things to a given player. How might I do this?
Would the [command] block look something like this?
[command]
command = punish <argument>
exec = !slap <argument> 999999; !mute <argument>; !denybuild <argument>; !warn <argument>
desc = Severely punishes someone.
levels = 3 4 5 6 7
Also, how would I make it so there would be a message to all players stating the names of the punisher and the punished?