locked keys Plugin
Server-side plugin that controls player inputs and camera using the BlockKeys mod.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
locked keys Plugin
🧩 BlockKeys Plugin
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.
✨ Features
- Block and unblock player keys (WASD, mouse, etc.) - Freeze and unfreeze player movement - Control player inputs in real-time - Send cinematic camera instructions to clients - Manage player behavior during events or gameplay
🎮 Commands
- `/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
🎬 Camera Control
The plugin allows servers to: - Lock the camera at a specific location - Let players move independently from the camera - Create cinematic or spectator-like experiences
⚠️ Requirements
- Requires the BlockKeys client mod installed on players
🧠 Use Cases
- Event management - Minigames - Cutscenes - Server moderation tools - Custom gameplay mechanics
⚙️ How It Works
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.