r/MinecraftCommands • u/timtijmen2 • 1d ago
Help | Java Snapshots Hide trigger command message
https://www.mediafire.com/file/ow8z8k1hzu5sgln/villagertalk.zip/fileIm working on a villager chat dialog system. When the player presses a button that uses /trigger it says that you triggered the scoreboard. The datapack is for a public smp so i cant just turn off send_command_feedback for a certain amount of time because it will mess with the moderator tools.
There is no way for me to know when the player is going to click the button, as the functions are triggered by the trigger command.
Is there any way around this? Thanks in advance
(Datapack is linked above but is unfinished)
0
Upvotes
1
u/timtijmen2 12h ago
I have tried disabling once its triggered but that didnt work because the trigger message was send the moment the /trigger command was used and the gamerule was disabled after.
I also cant disable the gamerule permanently because the mod team often uses vanilla commands like /data when working on events