Skip to main content

Mob Count Fact

The btcmob_count_fact allows you to check how many instances of a specific BTCMob are currently active, optionally within a radius.

Configuration

btcmob_count_factMap

Configuration for the mob count fact.

Properties

mobName

The internal name of the BTCMob to count. radiusDouble

The radius around the player to check. If omitted, checks the entire world/loaded chunks (depending on implementation).

Examples

# Condition: Are there any "Zombies" within 20 blocks?
condition:
btcmob_count_fact:
mobName: "Zombie"
radius: 20
operator: ">"
value: 0