Skip to content

Selectors

Dr. Vortex edited this page Apr 18, 2022 · 1 revision
Clone this wiki locally

How you can select entities and objects (with commands).

#

The # selector is used to select an entity or object by its id. Entity and object ids are always 32 character random hex strings. For example: #24dfb20d5ff3a38af48eb9e03a0d0f25 could be a entity selector. You can't use the # selector to select players!

@

The @ selector is used to select players by their ids or names. Both @name and @id can be used to select players.

*

The * selector selects all entities or objects (depending on the command).

.

The . selector selects all entities or objects of that type. For example, .frigate would select all the frigates, or .ship might select all ships. The . selector has not been added yet! This is planned for an alpha release.