Console Command Reward
Runs a command as the console, parsed by Placeholder Services.
"example_reward": { "type": "COMMND_CONSOLE", "name": "<aqua>Command Reward", "display": { "item": "minecraft:diamond" }, "weight": 1, "commands": ["give %player% minecraft:diamond 1"]}Inherited
Section titled “Inherited”All Reward Types inherit a base set of reward options. See Reward Options for more information.
Commands
Section titled “Commands”A list of commands to be executed by the console when the reward is given. Commands are parsed by Placeholder Services.
"commands": ["give %player% minecraft:diamond 1"]