Описание
# Area Lib

## Creating areas
Create areas using `/area create`
For example `/area create box ~ ~ ~ ~5 ~5 ~5` creates a 5x5x5 box area
## Modifying area properties
### Built-In
Some built-in properties, such as color and priority can be changed using
`/area modify `
### Components
Components can be set and removed using
`/area modify components (set|remove|get|copy_from) ...`
## Union areas
You can create union areas using \
`/area create union `
Adding additional sub-areas can be done using \
`/area modify_composite add `
Similarly, ub-areas can be removed by running \
`/area modify_composite remove `
## Deleting areas
To completely delete an area use
`/area delete `
## Querying areas
To check which area you are currently in, use
`/area query`
## Functionality Note
Note that these areas don't do anything by themselves, but require additional mods that can implement specific functionality for them. For example [area-tools](https://modrinth.com/mod/area-tools) adds various area related tools using this library
## Documentation
Partial documentation is available [here](https://github.com/Tomate0613/area-lib/blob/26.1/docs/README.md)