increase_bounty

Used to increase the player's bounty

Format

increase_bounty
├─ amount - Integer
└─ source - Source of the bounty, if its not present a NATURAL source is assumed

Context

Context
Requiredminecraft:this_entity - Mandatory as the entity that obtains the bounty
Optionalmineminenomi:completed_challenge - Used purely for determining the source of the obtained bounty

Example

{
    "functions": [
        {
            "function": "mineminenomi:increase_bounty",
            "amount": 20000,
            "source": "NATURAL"
        }
    ]
}
Last change: 2024-09-22