increase_extol

Used to increase the player's extol

Format

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

Context

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

Example

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