Skip to main content
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_fact
Map
required
Configuration for the mob count fact.

Examples

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