increase_extol

Used by challenge rewards to increase the player(s) extol

Format

increase_extol
└─ amount - Integer

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, if its not present a Natural source is assumed.

Example

{
    "functions": [
        {
            "function": "mineminenomi:increase_extol",
            "amount": 200000
        }
    ]
}
Last change: 2024-08-13