Skip to content

Configuration

codex.bat edited this page Apr 26, 2026 · 5 revisions

Server Configuration

StreamerUtils stores its settings in config/streamerutils.json.
Only server operators should edit this file (or use in‑game commands).


Default Configuration

{
  "globalBrackets": {
    "left": "[",
    "right": "]"
  },
  "shortPrefix": false,
  "welcomeMessageEnabled": true,
  "defaultAlertMode": "PERSONAL"
}

Server Options

Key Type Description
globalBrackets.left String The left bracket around player names.
globalBrackets.right String The right bracket.
defaultAlertMode String Default follow alert mode for new players (NONE, PERSONAL, GLOBAL, BOTH).

Per-player Options

Key Type Description
iconId String An Icon that acts like a Prefix before the name.
colorRGB String The nametag's colour.
streamerLive Boolean Turn streaming mode on and off.
shortPrefix Boolean Whether the mod's command feedback messages should use [StreamerUtils] or just [SU] for short.
joinMessageEnabled Boolean Whether to show the first message the mod shows when joining the server, or not - player will get prompted with the ability to disable it as soon as they join.
followAlertMode FollowAlertMode The ability to personally choose what follow alert mode a player wishes to have (NONE, PERSONAL, GLOBAL, BOTH)
twitchSetup Boolean If the player has twitch setup or not. This isn't configurable with commands, it's a boolean that's automatically changed upon using /su twitch setup/reset commands.
separateChatIconFont Boolean Gives the player the ability to choose between the old (legacy) icons or the new ones. Basically icons in the chat will be smaller and fuzzier, in comparison to the icons in the tab, where they are slightly more detailed with a larger grid.

Change Brackets

Use /su bracket set <left> <right> in‑game, or edit the file and restart the server (please don't do that, you can break things). You can also use /su bracket reset to go back to the default minecraft <playerName> hi format.

StreamerUtils logo
StreamerUtils
Enhancing Minecraft chat for streamers


📖 Documentation

🔗 Quick Links


Made with ❤️ by Codex.bat

Clone this wiki locally