File Details
HTCommands-1.0.2.jar
- R
- Feb 15, 2026
- 25.37 KB
- 22
- Early Access
File Name
HTCommands-1.0-SNAPSHOT.jar
Supported Versions
- Early Access
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.
