Balloons

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

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.

Last updated