If you have any feedback please, leave it here or in discord.
Custom Screens lets you display fullscreen overlays and lightweight tips to players using simple preset files and commands. Define your own layouts, text, images, and timing through a simple configuration file.
!ExampleScreen
!ExampleTip
This mod may be used in modpacks and on servers. You must provide credit to the original authors.
This is the only official download source for this mod. You may share or distribute this mod on other websites or platforms only by linking to the official download page provided here. Re-uploading or redistributing the mod files themselves is not permitted.
Please be aware that downloads obtained from unofficial sources may be modified and could contain malicious software. For your security, always download this mod from the official source.
The mod generates two config files after the first launch:
config/arcana/custom-screens-presets.json
This file defines each screen preset, including:
Note: If no image or background is specified, it will not be rendered.
config/arcana/custom-tips-presets.json
This file defines each screen preset, including:
To add another preset duplicate the example preset in the JSON file and modify it as needed. The example preset can also be removed.
All commands related to this mod are under the /cs command. These are:
/cs show-screen <targets> <showToOp> <shouldCloseOnEsc> <presetName>
If used in single player the game will be paused for the duration of the screen.
/cs show-tip <targets> <showToOp> <title> <description> <position> <duration>
"./cs show-tip-preset <targets> <showToOp> <presetName>
/cs stop-screen <targets>
Tries to close the currently active screen or tip for the selected players.
Images and text can be provided using a resource pack.
"arcana.customscreens.example_title":myresourcepack\assets\custom_screens\lang\en_us.json
myresourcepack\assets\custom_screens\textures\gui\*.png
Important notes:
- Background images will tile to fill the entire screen.
- Only .png files are supported.

Create custom screens to show players via command! Highly customizable