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.


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>
/cs show-tip <targets> <showToOp> <title> <description> <position> <duration>
"./cs show-tip-preset <targets> <showToOp> <presetName>
/cs stop-screen <targets>Images and text can be provided using a resource pack.
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.