qexed_entity
- Commit:
a40e7105530a7578ed7a19f6e2fbacef4c10f2e6 - Language:
en - Config file:
config/qexed_entity.toml - Field count:
56 - Description: qexed_entity.toml: static non-NPC entity, hologram, spawning, and AI configuration.
Paste or upload TOML to preview current values.
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
entities | object | See #entities | See #entities | Static non-NPC entity, hologram, AI, and spawn settings. | None |
Complex Type Details
entities
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Static non-NPC entity, hologram, AI, and spawn settings.
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
entities.dimension | string | "minecraft:overworld" | Paste or upload TOML to preview current values. | Dimension where configured static entities are visible | None |
entities.enable | boolean | false | Paste or upload TOML to preview current values. | Enable configured static non-NPC entities and holograms | None |
entities.list | array | See #entities.list | See #entities.list | Configured static non-NPC entity and hologram list | None |
entities.spawning | object | See #entities.spawning | See #entities.spawning | config.qexed.server.entities.spawning | None |
entities.list
- Type
array- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Configured static non-NPC entity and hologram list
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
entities.list.ai | string | None | Paste or upload TOML to preview current values. | Entity AI behavior: none, random_stroll, look_at_player, follow_nearest_player, or plugin:<id> | None |
entities.list.ai_params | object | None | Paste or upload TOML to preview current values. | Structured parameters passed to plugin AI. TOML table values are delivered as JSON values. | None |
entities.list.auto_jump | boolean | None | Paste or upload TOML to preview current values. | Allow this AI-controlled entity to automatically jump over one-block obstacles | None |
entities.list.data | integer | None | Paste or upload TOML to preview current values. | Spawn data value passed to the Add Entity packet | None |
entities.list.display_name | string | None | Paste or upload TOML to preview current values. | Custom display name shown above the entity. Supports JSON text and Unicode. Falls back to name when empty. | None |
entities.list.entity_type | string | None | Paste or upload TOML to preview current values. | Minecraft entity type resource key. Use minecraft:text_display for holograms. | None |
entities.list.id | string | None | Paste or upload TOML to preview current values. | Stable entity identifier used by Qexed | None |
entities.list.kind | string | None | Paste or upload TOML to preview current values. | Entity kind: entity or hologram. NPCs are configured in qexed_npc.toml. | None |
entities.list.name | string | None | Paste or upload TOML to preview current values. | Entity name or hologram text | None |
entities.list.on_ground | boolean | None | Paste or upload TOML to preview current values. | Whether the entity is on the ground | None |
entities.list.pitch | number | None | Paste or upload TOML to preview current values. | Entity pitch | None |
entities.list.x | number | None | Paste or upload TOML to preview current values. | Entity X coordinate | None |
entities.list.y | number | None | Paste or upload TOML to preview current values. | Entity Y coordinate | None |
entities.list.yaw | number | None | Paste or upload TOML to preview current values. | Entity yaw | None |
entities.list.z | number | None | Paste or upload TOML to preview current values. | Entity Z coordinate | None |
entities.spawning
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- config.qexed.server.entities.spawning
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
entities.spawning.ai_tick_interval_ms | integer | 50 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.ai_tick_interval_ms | None |
entities.spawning.enable | boolean | false | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.enable | None |
entities.spawning.global_cap | integer | 70 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.global_cap | None |
entities.spawning.max_spawn_per_tick | integer | 4 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.max_spawn_per_tick | None |
entities.spawning.per_dimension_cap | integer | 70 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.per_dimension_cap | None |
entities.spawning.per_type_cap | integer | 20 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.per_type_cap | None |
entities.spawning.player_activation_range | number | 64.0 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.player_activation_range | None |
entities.spawning.rules | array | See #entities.spawning.rules | See #entities.spawning.rules | config.qexed.server.entities.spawning.rules | None |
entities.spawning.tick_interval_ms | integer | 1000 | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.tick_interval_ms | None |
entities.spawning.rules
- Type
array- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- config.qexed.server.entities.spawning.rules
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
entities.spawning.rules.activation_range | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.activation_range | None |
entities.spawning.rules.ai | string | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.ai | None |
entities.spawning.rules.ai_params | object | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.ai_params | None |
entities.spawning.rules.auto_jump | boolean | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.auto_jump | None |
entities.spawning.rules.cap | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.cap | None |
entities.spawning.rules.data | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.data | None |
entities.spawning.rules.dimension | string | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.dimension | None |
entities.spawning.rules.display_name | string | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.display_name | None |
entities.spawning.rules.enable | boolean | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.enable | None |
entities.spawning.rules.entity_type | string | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.entity_type | None |
entities.spawning.rules.id | string | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.id | None |
entities.spawning.rules.max_players | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.max_players | None |
entities.spawning.rules.max_x | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.max_x | None |
entities.spawning.rules.max_y | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.max_y | None |
entities.spawning.rules.max_z | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.max_z | None |
entities.spawning.rules.min_players | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.min_players | None |
entities.spawning.rules.min_x | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.min_x | None |
entities.spawning.rules.min_y | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.min_y | None |
entities.spawning.rules.min_z | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.min_z | None |
entities.spawning.rules.name | string | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.name | None |
entities.spawning.rules.on_ground | boolean | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.on_ground | None |
entities.spawning.rules.position_attempts | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.position_attempts | None |
entities.spawning.rules.require_air | boolean | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.require_air | None |
entities.spawning.rules.require_ground | boolean | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.require_ground | None |
entities.spawning.rules.spawn_chance | number | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.spawn_chance | None |
entities.spawning.rules.tick_interval_ms | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.tick_interval_ms | None |
entities.spawning.rules.weight | integer | None | Paste or upload TOML to preview current values. | config.qexed.server.entities.spawning.rules.weight | None |