Targeting players

Nickname matching

The most common way to target players is by their name. Nickname matching is case-insensitive. If there is no exact match, ULX will match all users with names that contain the given text.

Note that a nickname with one or more spaces must be surrounded by double quotes.

Examples

Keywords

KeywordMeaning
^yourself
*everyone
@player in front of you
$<id>target by SteamID, UniqueID, UserID or IP
#<group>target by group
%<group>target by group (inheritance counts)

Precede a keyword with ! to negate it.

Multiple keywords can be combined with the , operator, which works as a set union.

Examples

Configuration Backup and restore

Want to improve the documentation on this page? Report an error or suggest changes.