Super Mod
Modification Super Mod brings two fundamentally new possibilities to Minecraft: mechanics in the style of the game Superhot and programmable Lua+computers that open the way to creating custom scenarios and mini+games.

Special zones where the usual flow of time is disrupted – it freezes while the player remains motionless and comes alive only with their movement. This allows for careful consideration of each step and detailed planning of actions before executing them.
How to Start Using
- First, determine the zone within which the altered time will operate. For this purpose, the command
/area create [id] [from] [to]is used, creating an area with the specified identifier. - A new configuration is created with the command
/super profile create [id]– this is a profile that is linked to the zone. - The configuration can be further customized according to personal preferences.
- The final stage – activating the configured profile via
/super profile activate [id], after which the "movement = time" mechanic begins to work.

Additional Possibilities – Flexible Lua Computers
This modification provides access to a second, equally important functionality – fully customizable devices! The player gets a programmable device running on the Lua language. These computers are capable of continuously executing user code, processing it every game tick, reading and sending information about the game environment.
With their help, the author can code mini-games of any complexity scale, launch a session with unique time progression according to their rules, implement automation of actions for other players.
