Added
● New
place and
break commands for placing and removing custom blocks
/bdc custom-block place <block> <location> [attached-face] [direction] [options...]
- <block> – Name of the custom block to place
- <location> – Target placement location
- [attached-face] – Block face to attach to: north, south, east, west, up, down
- [direction] – Direction (0–360°) for up/down face orientation
- [options] – Optional flags:
- replace_custom_block – Replaces existing custom block if present
- load_chunk – Loads chunk before placement
- break_solid_material – Breaks solid block at location
- silent_place – Suppresses placement sound
/bdc custom-block break <location> [options...]
- <location> – Target location to break a custom block
- [options] – Optional flags:
- drop_item – Drops block item on break
- silent_break – Suppresses breaking sound
- If you're looking at a block, location auto-fills
● Added
bStats integration:
- Tracks basic plugin usage and number of active custom blocks
- Public stats available at: bStats plugin page
● Plugin update checker:
- Automatically checks for new versions
- Displays update info in the console
Fixes
● Fixed setter logic errors for block state
● Fixed incorrect rotation when display offset was 0
● Fixed placement issues on unloaded chunks
● Fixed sound loading inconsistencies across Minecraft versions
● Fixed bugs with enchantment and color loading
● Fixed unremovable collisions under certain conditions
Vanilla Block Mechanics
● When placing custom blocks on or in fragile blocks (like grass or leaves), the fragile blocks will be automatically replaced – improving realism