VClickBlockCommand

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 49 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 4/28/2026
๐ŸŸก Updated this year

By ReakZ ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 4/17/2026 ๐Ÿ“… Created: 4/28/2026

๐Ÿ” 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 ` | Enter registration mode and click a block to bind | `vcbc.create` | | `/ClickBlockCommand addcmd <-c\|-p> ` | Add command to block (`-c`=console, `-p`=player) | `vcbc.addcmd` | | `/ClickBlockCommand removecmd ` | Remove specific or all commands from block | `vcbc.removecmd` | | `/ClickBlockCommand delete ` | Delete block command entry entirely | `vcbc.delete` | | `/ClickBlockCommand list` | Show all registered block commands | `vcbc.list` | | `/ClickBlockCommand info ` | 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[&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.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by ReakZ ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods