

BlackScreenQuiet
This Minecraft mod adds a "black screen" function for players that can be used in various scenarios. The complete project source code is available on GitHub.
Main features
Using the command /black <players> (seconds) (text) (textColor) (backgroundColor)
you can activate the black screen effect for selected participants. When the function is active, players lose the ability to press any keys and cannot close the interface on their own.
Display customization
You can personalize the message that will be shown during the effect:
- Text can be split into multiple lines using the "|" symbol
- Text color scheme is customizable
- Screen background can be changed
Removing restrictions
To remove the black screen from a player ahead of schedule, use the command /end-black <players>
. Automatic removal occurs after the specified time has elapsed.
Access requirements
Both commands require operator level 2 to execute, ensuring control over the use of this function.