How to Target
This would effect all plugins that accept <target> as a argument.
                
            - uname - Exact lfs username match, or partial username match (if the partial string is unique).
 - #userid - If userid is numeric, the player will be targeted by their userid (found via the `prism clients` command).
 - #<uname> - Exact name match after the # sign.
 - @all - All players.
 - @ai - All AI players.
 - @!ai - All non-AI players.
 - @racing - All players that are racing.
 - @spectating - All clients that are spectating.
 - @view - Current player the admin is viewing. (Might not be possible on all servers, but I'll give this a shot, might only be possible on listen servers.)
 - @me - Target self.
 - @!me - Target everyone but yourself.
 
This would effect all plugins that accept <target> as a argument.