VClickBlockCommand
๐ก Updated this yearPreview

๐ Analysis
- ๐ #682 of 1080 bukkit mods in this game by downloads
๐ About This Mod
# ๐๏ธ V-ClickBlockCommand (https://img.shields.io/badge/Minecraft-1.21.1+-3D85C6?style=flat-square&logo=minecraft&logoColor=white)](https://papermc.io) (https://img.shields.io/badge/Java-21-ED8B00?style=flat-square&logo=openjdk&logoColor=white)](https://openjdk.org) (https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE) Transform any block into a powerful command executor! V-ClickBlockCommand lets server operators bind custom commands to in-game blocks with a simple click. --- ## โจ Features - ๐๏ธ **Easy Block Registration** โ Bind commands to any block with a simple click - โฌ๏ธ **Multiple Commands** โ Add unlimited commands to a single block - โฌ๏ธ **Flexible Execution** โ Run as console (`-c`) or player (`-p`) - โก **Zero Lag** โ Optimized for high-performance servers - ๐จ **Fully Configurable** โ Cooldowns, messages, trigger actions & more - ๐ **Secure Permissions** โ Granular permission control for all operations - ๐ **Hot Reload** โ Reload configs without server restart --- ## ๐ฆ Installation 1. Download `V-ClickBlockCommand.jar` 2. Drop into `plugins/` folder 3. Restart server 4. Edit `plugins/V-ClickBlockCommand/config.yml` to customize --- ## โจ๏ธ Commands | Command | Description | Permission | |---------|-------------|------------| | `/ClickBlockCommand create <name>` | Enter registration mode and click a block to bind | `vcbc.create` | | `/ClickBlockCommand addcmd <name> <-c\|-p> <command...>` | Add command to block (`-c`=console, `-p`=player) | `vcbc.addcmd` | | `/ClickBlockCommand removecmd <name> <cmd-id\|allcmd>` | Remove specific or all commands from block | `vcbc.removecmd` | | `/ClickBlockCommand delete <name>` | Delete block command entry entirely | `vcbc.delete` | | `/ClickBlockCommand list` | Show all registered block commands | `vcbc.list` | | `/ClickBlockCommand info <name>` | Show details for specific block command | `vcbc.info` | | `/ClickBlockCommand reload` | Reload configuration and block data | `vcbc.reload` | > **Aliases:** `/cbc` (shorthand for all commands) --- ## ๐ Permissions | Permission | Description | Default | |------------|-------------|---------| | `vcbc.*` | Grants all plugin permissions | op | | `vcbc.create` | Create new block bindings | op | | `vcbc.addcmd` | Add commands to blocks | op | | `vcbc.removecmd` | Remove commands from blocks | op | | `vcbc.delete` | Delete block entries | op | | `vcbc.list` | List all block commands | op | | `vcbc.info` | View block details | op | | `vcbc.reload` | Reload plugin configs | op | --- ## โ๏ธ Configuration ```yaml # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ # V-ClickBlockCommand Configuration # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ # โฑ๏ธ Cooldown between block clicks (seconds) cooldown: 3 # ๐ฑ๏ธ Trigger action: RIGHT_CLICK, LEFT_CLICK, or BOTH trigger-action: RIGHT_CLICK # ๐ซ Cancel default block interaction (true/false) cancel-interaction: true # ๐ Show cooldown on action bar cooldown-actionbar: true # ๐ฌ Message prefix (supports & color codes) prefix: "&8 &r" # ๐ Messages (placeholders: {player}, {block}, {name}, {remaining}) messages: create-success: "&aBlock &b{name} &acreated successfully!" addcmd-success: "&aCommand added to &b{name}&a!" cooldown-wait: "&cWait &e{remaining} &cseconds before clicking again." no-permission: "&cYou don't have permission to use this command." reload-success: "&aConfiguration reloaded!" ``` --- ## ๐พ Data Storage Block bindings are stored in `blocks.yml` inside the plugin folder. Data persists across server restarts and reloads. ---
# ๐๏ธ V-ClickBlockCommand
[!(https://img.shields.io/badge/Minecraft-1. 21. 1+-3D85C6?style=flat-square&logo=minecraft&logoColor=white)](https://papermc.io) [!(https://img.shields.io/badge/Java-21-ED8B00?style=flat-square&logo=openjdk&logoColor=white)](https://openjdk.org) [!(https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE)
Transform any block into a powerful command executor! V-ClickBlockCommand lets server operators bind custom commands to in-game blocks with a simple click.
## โจ Features
- ๐๏ธ Easy Block Registration โ Bind commands to any block with a simple click
- โฌ๏ธ Multiple Commands โ Add unlimited commands to a single block
- โฌ๏ธ Flexible Execution โ Run as console (`-c`) or player (`-p`)
- โก Zero Lag โ Optimized for high-performance servers
- ๐จ Fully Configurable โ Cooldowns, messages, trigger actions & more
- ๐ Secure Permissions โ Granular permission control for all operations
- ๐ Hot Reload โ Reload configs without server restart
## ๐ฆ Installation
1. Download `V-ClickBlockCommand.jar` 2. Drop into `plugins/` folder 3. Restart server 4. Edit `plugins/V-ClickBlockCommand/config.yml` to customize
## โจ๏ธ Commands
| Command | Description | Permission |
|---------|-------------|------------|
| `/ClickBlockCommand create
> Aliases: `/cbc` (shorthand for all commands)
## ๐ Permissions
| Permission | Description | Default | |------------|-------------|---------| | `vcbc.*` | Grants all plugin permissions | op | | `vcbc.create` | Create new block bindings | op | | `vcbc.addcmd` | Add commands to blocks | op | | `vcbc.removecmd` | Remove commands from blocks | op | | `vcbc.delete` | Delete block entries | op | | `vcbc.list` | List all block commands | op | | `vcbc.info` | View block details | op | | `vcbc.reload` | Reload plugin configs | op |
## โ๏ธ Configuration
```yaml # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ # V-ClickBlockCommand Configuration # โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# โฑ๏ธ Cooldown between block clicks (seconds) cooldown: 3
# ๐ฑ๏ธ Trigger action: RIGHT_CLICK, LEFT_CLICK, or BOTH trigger-action: RIGHT_CLICK
# ๐ซ Cancel default block interaction (true/false) cancel-interaction: true
# ๐ Show cooldown on action bar cooldown-actionbar: true
# ๐ฌ Message prefix (supports & color codes) prefix: "&8[&bV-CBC&8] &r"
# ๐ Messages (placeholders: {player}, {block}, {name}, {remaining}) messages: create-success: "&aBlock &b{name} &acreated successfully!" addcmd-success: "&aCommand added to &b{name}&a!" cooldown-wait: "&cWait &e{remaining} &cseconds before clicking again." no-permission: "&cYou don't have permission to use this command." reload-success: "&aConfiguration reloaded!" ```
## ๐พ Data Storage
Block bindings are stored in `blocks.yml` inside the plugin folder. Data persists across server restarts and reloads.
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- ReakZ
- Version
- 1.0.0
- Downloads
- 49
- Endorsements
- 0
- Category
- bukkit
- Created
- 4/28/2026
- Updated
- 4/17/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- magic, technology, transportation
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does VClickBlockCommand support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of VClickBlockCommand?
Version 1.0.0, published 2026-04-17 with 49 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await