krinsdeath / CommandSuite

A complete command replacement for the default vanilla minecraft commands
1 stars 0 forks source link

/kick, /ban, /unban #3

Open krinsdeath opened 13 years ago

krinsdeath commented 13 years ago

Administrative commands for managing unruly players.

/kick is pretty straightforward. Specify a player and an optional reason (a default is provided through the localization) /kick (player) [reason]

/ban is a bit more verbose. It features a few flags, and the optional reason (with default from localization). /ban -a,i,n,... [reason]

Flags:

/unban has the same features as /ban. If a reason is specified, the next time the user joins the server, the reason will be relayed to him.