HTCommands-1.0.2.jar
What's new
Added silent option and prefix for commands
1. Per-entry —set "silent": true in JSON to silence all commands in a set:
{
"name": "questReward",
"silent": true,
"commands": [
"console:give soil_dirt {player} ",
"console:give soil_dirt {player} "
]
}
2. Per-command — prefix with silent:
"commands": [
"silent:console:give soil_dirt {player} ",
"say {player} got a reward"
]
3. Combinable prefixes — order doesn't matter:
silent:console:give soil_dirt {player}
console:silent:give soil_dirt {player}
Both work the same.This mod has no additional files

