ZblackListUsers
Halts command execution if the triggering user’s username matches any of the provided usernames.
Syntax
ZblackListUsers{username;...;errorMessage?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| username | string | Yes | - |
| errorMessage | string | No | You are blacklisted from using this command. |
Example
ZblackListUsers{baduser;spammer;You are not allowed here.}