-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
codex.bat edited this page Apr 26, 2026
·
5 revisions
StreamerUtils stores its settings in config/streamerutils.json.
Only server operators should edit this file (or use in‑game commands).
{
"globalBrackets": {
"left": "[",
"right": "]"
},
"shortPrefix": false,
"welcomeMessageEnabled": true,
"defaultAlertMode": "PERSONAL"
}| 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). |
| 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. |
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 — crafted with ❤️ by
Codex.bat ·
💬 Discord ·
🐛 Report an Issue ·
⬇️ Modrinth
Licensed under
GPL‑3.0‑or‑later
