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.
TOML preview
Paste or upload a config file. Matching fields update in the table.
qexed_entity.toml
Paste or upload TOML to preview current values.
PathTypeDefaultCurrentDescriptionNotice
entitiesobjectSee #entitiesSee #entitiesStatic 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.
None
PathTypeDefaultCurrentDescriptionNotice
entities.dimensionstring"minecraft:overworld"Paste or upload TOML to preview current values.Dimension where configured static entities are visibleNone
entities.enablebooleanfalsePaste or upload TOML to preview current values.Enable configured static non-NPC entities and hologramsNone
entities.listarraySee #entities.listSee #entities.listConfigured static non-NPC entity and hologram listNone
entities.spawningobjectSee #entities.spawningSee #entities.spawningconfig.qexed.server.entities.spawningNone

entities.list

Type
array
Default
None
Current
Paste or upload TOML to preview current values.
Description
Configured static non-NPC entity and hologram list
None
PathTypeDefaultCurrentDescriptionNotice
entities.list.aistringNonePaste 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_paramsobjectNonePaste 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_jumpbooleanNonePaste or upload TOML to preview current values.Allow this AI-controlled entity to automatically jump over one-block obstaclesNone
entities.list.dataintegerNonePaste or upload TOML to preview current values.Spawn data value passed to the Add Entity packetNone
entities.list.display_namestringNonePaste 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_typestringNonePaste or upload TOML to preview current values.Minecraft entity type resource key. Use minecraft:text_display for holograms.None
entities.list.idstringNonePaste or upload TOML to preview current values.Stable entity identifier used by QexedNone
entities.list.kindstringNonePaste or upload TOML to preview current values.Entity kind: entity or hologram. NPCs are configured in qexed_npc.toml.None
entities.list.namestringNonePaste or upload TOML to preview current values.Entity name or hologram textNone
entities.list.on_groundbooleanNonePaste or upload TOML to preview current values.Whether the entity is on the groundNone
entities.list.pitchnumberNonePaste or upload TOML to preview current values.Entity pitchNone
entities.list.xnumberNonePaste or upload TOML to preview current values.Entity X coordinateNone
entities.list.ynumberNonePaste or upload TOML to preview current values.Entity Y coordinateNone
entities.list.yawnumberNonePaste or upload TOML to preview current values.Entity yawNone
entities.list.znumberNonePaste or upload TOML to preview current values.Entity Z coordinateNone

entities.spawning

Type
object
Default
None
Current
Paste or upload TOML to preview current values.
Description
config.qexed.server.entities.spawning
None
PathTypeDefaultCurrentDescriptionNotice
entities.spawning.ai_tick_interval_msinteger50Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.ai_tick_interval_msNone
entities.spawning.enablebooleanfalsePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.enableNone
entities.spawning.global_capinteger70Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.global_capNone
entities.spawning.max_spawn_per_tickinteger4Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.max_spawn_per_tickNone
entities.spawning.per_dimension_capinteger70Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.per_dimension_capNone
entities.spawning.per_type_capinteger20Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.per_type_capNone
entities.spawning.player_activation_rangenumber64.0Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.player_activation_rangeNone
entities.spawning.rulesarraySee #entities.spawning.rulesSee #entities.spawning.rulesconfig.qexed.server.entities.spawning.rulesNone
entities.spawning.tick_interval_msinteger1000Paste or upload TOML to preview current values.config.qexed.server.entities.spawning.tick_interval_msNone

entities.spawning.rules

Type
array
Default
None
Current
Paste or upload TOML to preview current values.
Description
config.qexed.server.entities.spawning.rules
None
PathTypeDefaultCurrentDescriptionNotice
entities.spawning.rules.activation_rangenumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.activation_rangeNone
entities.spawning.rules.aistringNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.aiNone
entities.spawning.rules.ai_paramsobjectNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.ai_paramsNone
entities.spawning.rules.auto_jumpbooleanNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.auto_jumpNone
entities.spawning.rules.capintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.capNone
entities.spawning.rules.dataintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.dataNone
entities.spawning.rules.dimensionstringNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.dimensionNone
entities.spawning.rules.display_namestringNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.display_nameNone
entities.spawning.rules.enablebooleanNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.enableNone
entities.spawning.rules.entity_typestringNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.entity_typeNone
entities.spawning.rules.idstringNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.idNone
entities.spawning.rules.max_playersintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.max_playersNone
entities.spawning.rules.max_xnumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.max_xNone
entities.spawning.rules.max_ynumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.max_yNone
entities.spawning.rules.max_znumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.max_zNone
entities.spawning.rules.min_playersintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.min_playersNone
entities.spawning.rules.min_xnumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.min_xNone
entities.spawning.rules.min_ynumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.min_yNone
entities.spawning.rules.min_znumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.min_zNone
entities.spawning.rules.namestringNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.nameNone
entities.spawning.rules.on_groundbooleanNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.on_groundNone
entities.spawning.rules.position_attemptsintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.position_attemptsNone
entities.spawning.rules.require_airbooleanNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.require_airNone
entities.spawning.rules.require_groundbooleanNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.require_groundNone
entities.spawning.rules.spawn_chancenumberNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.spawn_chanceNone
entities.spawning.rules.tick_interval_msintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.tick_interval_msNone
entities.spawning.rules.weightintegerNonePaste or upload TOML to preview current values.config.qexed.server.entities.spawning.rules.weightNone