promotional bannermobile promotional banner

HTCommands

Create Command Sets and then run them all at once.
Back to Files

HTCommands-1.0.2.jar

File nameHTCommands-1.0-SNAPSHOT.jar
Uploader
LxAddonsLxAddons
Uploaded
Feb 15, 2026
Downloads
25
Size
25.4 KB
File ID
7626771
Type
R
Release
Supported game versions
  • Early Access

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 related projects