
Server-side plugin that controls player inputs and camera using the BlockKeys mod.
BlockKeys Plugin is the server-side component of the BlockKeys system. It allows server administrators to control player inputs and camera behavior through commands, working together with the BlockKeys mod.
/blockkeys keys <key> <on/off> [player]
Block or unblock specific keys
/blockkeys other <freeze/unfreeze> [player]
Enable or disable movement freeze
/blockkeys camera <x> <y> <z> [player]
Set a fixed camera position
/blockkeys cameraoff [player]
Disable the camera system
The plugin allows servers to:
The plugin sends instructions to the client mod using plugin messaging channels, allowing real-time synchronization between server and player.
Designed for full control over gameplay and cinematic systems.