-
Notifications
You must be signed in to change notification settings - Fork 0
Queries
Kaley edited this page Mar 5, 2025
·
1 revision
Queries are defined by this pattern:
<verb> <multiple conditions>
Available verbs are:
-
allow: Allows affected events -
deny: Denies affected events -
force: Force-allows affected events -
passthrough: Ignores affected events -
conditional: Conditionally allows events -
log: Logs events to file
| Condition Tag | Description | Allowed Operators | Notes |
|---|---|---|---|
world |
Filters by world |
=, ~=
|
Omitted in global queries |
region or group
|
Filters by region name/group |
=, ~=
|
Omitted in global queries |
flag |
Filters by flag name |
=, ~=
|
|
source |
Filters by event source |
=, ~=
|
|
target |
Filters by event target |
=, ~=
|
|
Position: x, y, z
|
Filters by position |
=, ~=, <, >, <=, >=
|
Allows ranges defined by x..y, defaults to current position |
radius |
Filters by radius around position |
=, ~=
|
Uses the effective value for the position condition |
type |
Filters by target material |
=, ~=
|
|
time |
Filters by time argument |
=, ~=, <, >, <=, >=
|
Allows [Dd-][Mm-][YYyy-][Hh-][Mm] formatted timestamps, or time backlog formatted like 1d or 2w
|
tag |
=, ~=
|
WIP |