> For the complete documentation index, see [llms.txt](https://docs.nexomc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexomc.com/mechanics/furniture-mechanic/hitbox/barrier-hitbox.md).

# Barrier Hitbox

**Barrier** hitboxes can be formatted at a given offset from the furniture.\
They also support integer-ranges to shorten repeating lines for larger hitboxes

```yaml
myitem:
  Mechanics:
    furniture:
      hitbox:
        barrier: 0,0,0
        #barriers:
        #  - 0,0,0
        #  - 0,0,1
        #  - 0,0,2
        #  - 1,0,0..2
```
