Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Logtellraw Command (Fabric mod)
/logtellraw
is a command similar to /tellraw
. It allows for the same input /tellraw
does but additionally logs the output as a string to either the server console or the game output. If the mod is installed on the server only the console will receive logs and not the players regardless of them having the mod or not. If the mod is installed on the client the game output will only receive logs in singleplayer worlds.
Syntax
/logtellraw (targets <targets>|targetless) <message>
Usage
/logtellraw targets <targets> <message>
allows you to send a message to the selected players and log the output. Logs even when no targets are found.
/logtellraw targetless <message>
allows you to log the output without sending a message to any players.