Spawn Mob
The spawn_btcmobs_mob action spawns a specific BTCMob entity at a target location. You can define the mob type, level, and visibility.
Configuration
spawn_btcmobs_mob — Map
Configuration for the spawn mob action.
Properties
mobName
The internal name of the BTCMob to spawn (as defined in BTCMobs configuration).
spawnLocation — Location
The location where the mob should be spawned.
level — Double
The level of the spawned mob. Default is 1.0.
onlyVisibleForPlayer — Boolean
If true, the mob will only be visible to the target player. Default is false.
Examples
spawn_btcmobs_mob:
mobName: "SkeletonKing"
spawnLocation: "0, 64, 0"
spawn_btcmobs_mob:
mobName: "EliteGuard"
level: 5.0
spawnLocation:
x: 10
y: 65
z: 10
world: "world"
onlyVisibleForPlayer: true