netherfoam / MaxBans

The original MaxBans - A Bukkit plugin to manage account bans, mutes and punishments
12 stars 20 forks source link

This would be cool feature! #24

Open APPLEisPRO opened 10 years ago

APPLEisPRO commented 10 years ago

Im pretty sure that this isnt featured yet, ignore if im not correct. ;)

Im allowing all players to see broadcasts when player is kicked or banned from the server. But theres also on issue with that! You can't watch and ban hackers when you're in vanish, if you do something players will se that you're on the server..

FIX: So it would be cool if it ignores broadcasts when player(admin) is in vanish mode! :)

netherfoam commented 10 years ago

To implement this would be a nuisance (Possible, though), as it involves dependencies.

Instead I would suggest that players who are in Vanish mode use -s in the command, which makes it silent so that only staff (Players with maxbans.seesilent permission) will see "[Silent] XXX has banned YYY for ZZZ"

The syntax for silent commands go as follows: /ban name reason -s /ban -s name reason /ban name -s

It works for most other broadcasting commands too, including: /mute name -s Reason /tempban /unban /warn /kick

The -s may go anywhere in the command except for the first argument (Eg, anything except for /-s warn name reason!)