Saltar al contenido principal

btc_spawner

BTCMobs Spawner with Corner System — misc entry.

Entry Information

PropertyValue
Entry IDbtc_spawner
TypeMisc
ColorBlue
Iconfa6-solid:dungeon

Fields

FieldTypeDescription
mobTypeStringThe internal name of the BTCMob to spawn
regionsList<BTCSpawnerRegion>Spawn regions - each defines a zone where mobs can spawn
criteriaList<Criteria>Optional criteria that must be met by the player for the spawner to activate.
maxMobsFactRef<ReadableFactEntry>Max mobs allowed in the area.
defaultMaxMobsInt
mobsPerSpawnFactRef<ReadableFactEntry>Number of mobs to spawn per spawn cycle.
defaultMobsPerSpawnInt
cooldownFactRef<ReadableFactEntry>Cooldown between spawns in ticks.
defaultCooldownLong
warmupFactRef<ReadableFactEntry>Warmup time before first spawn in ticks.
defaultWarmupLong
onlyVisibleForNearbyBooleanWhen true, spawned mobs are only visible to nearby players.
visibilityGroupRef<GroupEntry>Optional group that determines which players can see spawned mobs.
groupRef<GroupEntry>The group used to filter players and read facts from.

Usage Example

- entry: btc_spawner
name: "BTCMobs Spawner with Corner System"
mobType: ""
regions: []
criteria: []
maxMobsFact: ""
defaultMaxMobs: 0
mobsPerSpawnFact: ""
defaultMobsPerSpawn: 0
cooldownFact: ""
defaultCooldown: 0
warmupFact: ""
defaultWarmup: 0
onlyVisibleForNearby: false
visibilityGroup: ""
group: ""