Skip to content

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"]
}

All Reward Types inherit a base set of reward options. See Reward Options for more information.

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"]