> For the complete documentation index, see [llms.txt](https://cosmetics.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cosmetics.advancedplugins.net/cosmetics-system/balloons.md).

# Balloons

Balloons are cosmetic items that attach to the player, simulating a floating balloon effect. They use a block material as the visual representation.

```yaml
enabled: true

name: "&bDiamond Blue Balloon"
description: "Get yourself a diamond balloon!"
item:
  type: DIAMOND_BLOCK

type: BALLOON
material: DIAMOND_BLOCK
size: 1
```

### **Configuration Options:**

* enabled: Enables or disables the cosmetic. true to enable, false to disable.
* name: The display name of the cosmetic item in menus. Use color codes for formatting.
* description: The description of the cosmetic item in menus.
* item: Defines the item used to represent the cosmetic in menus.
  * type: The Material of the item (e.g., DIAMOND\_BLOCK).
* type: Specifies the cosmetic type as BALLOON.
* material: The Material of the block used for the balloon visual.
* size: The size of the balloon visual. A value of 1 represents a standard block size.
