Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed Apache-2.0
Published 4 weeks ago
Updated last month
🚫 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
/notclickable
command to mark blocks manually or by looking at them - 📃
/notclickable list
shows all protected positions (with clickable TP links) - ✨ Temporary particle outlines around protected blocks for easy visualization
(when using the command
/notclickable list
for 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