obtain_bounty

Checks the total amount of bounty owned by the entity. Triggers whenever the entity gains some bounty.

Format

obtain_bounty
└─ amount - Int Bound
  ├─ min - Integer
  └─ max - Integer

Example

Triggers when the entity holds at minimum 100.000 total bounty.

{
    "trigger": "mineminenomi:obtain_bounty",
    "conditions": {
        "bounty": {
            "amount": {
                "min": 100000
            }
        }
    }
}
Last change: 2024-09-22