Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated 6 months ago
š« NotClickable
š Prevent players from interacting with specific blocks ā fully configurable and lightweight!
š Description
NotClickable is a lightweight utility mod for server admins and map creators that allows you to mark specific blocks as non-interactable ā meaning players will no longer be able to right-click them.
This is useful for:
- Adventure or puzzle maps
- Spawn protection or admin zones
- Technical redstone builds
- Custom SMP mechanics
š ļø Features
- š Block right-click interaction on marked blocks
- šÆ Use
/notclickablecommand to mark blocks manually or by looking at them - š
/notclickable listshows all protected positions (with clickable TP links) - ⨠Temporary particle outlines around protected blocks for easy visualization
(when using the command
/notclickable listfor 5 seconds) - āļø Configurable permission level via
config/notclickable-common.toml - š¾ World-persistent storage using Minecraft's
SavedData
š§ Configuration
After first launch, a config file will be created at:
/config/notclickable-common.toml
# Permission level required to use /notclickable command (0ā4)
commandPermissionLevel = 2
This controls who can use the /notclickable command (2 = command blocks & trusted operators).
š¬ Commands
| Command | Description |
|---|---|
/notclickable true/false |
Marks the block you're looking at |
/notclickable <x y z> true/false |
Marks a specific block by coordinates |
/notclickable list |
Lists all protected blocks (with /tp links) |
š Wiki
š Full documentation is available on the NotClickable GitHub Wiki
š Bug Reports
š Found a bug or need help? Join the Netlifex Development Discord to report issues or ask questions
š¦ Compatibility
- āļø Forge 1.20.1
- ā Not compatible with Fabric
- š” Client-side installation is not required



