Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Link any block to any command – right-click fires it automatically. Supports multi-commands, console prefix, 10 language
BlockCommand
Link any block to any command. Admins mark blocks with a wooden axe, players right-click to trigger the command automatically.
Features
- Any block, any command – mark blocks in any world
- Multi-command – chain commands with
; - Console support – prefix with
[CONSOLE]to run as server - 10 languages – de, en, es, fr, nl, pl, pt, ru, tr, zh
- Permission hierarchy – admin → moderator → player → bypass
- Live reload –
/bcmd reload, no restart needed - Activity log – every action logged to
log.txt - 500 ms cooldown – no accidental double-triggers
Commands
| Command | Permission | Description |
|---|---|---|
/bcmd set <command> |
blockcommand.admin |
Link command to block |
/bcmd remove |
blockcommand.admin |
Remove block marking |
/bcmd list |
blockcommand.moderator |
List all marked blocks |
/bcmd info |
blockcommand.moderator |
Inspect a block |
/bcmd reload |
blockcommand.admin |
Reload config + language |
Permissions
| Permission | Default | Description |
|---|---|---|
blockcommand.admin |
OP | Full access |
blockcommand.moderator |
false | View blocks (list, info) |
blockcommand.use |
true | Use marked blocks |
blockcommand.bypass |
OP | Skip command execution |
Setup
- Drop the JAR into
plugins/ - Restart the server
- Give yourself OP or
blockcommand.admin - Hold a wooden axe, run
/bcmd set warp spawn - Left-click any block → block is marked
- Players right-click the block →
warp spawnfires
Configuration
plugins/BlockCommand/config.yml:
# Available: de, en, es, fr, nl, pl, pt, ru, tr, zh
language: de
Pages
Members
Owner