AdvancedCosmetics
Get AdvancedCosmeticsUnlimited Minecraft HostingGet More Cosmetics
  • Home
  • First Install
  • 70+ Default Cosmetics
  • ✨ Get More Cosmetics
  • Usage
    • Commands & Permissions
    • How to Give Cosmetics
  • Models
    • Creating New Models
  • Cosmetics System
    • Creating New Cosmetics
    • Complex Particles
    • Emotes
    • Wearable Cosmetics
    • Particles
    • Transformations
    • Balloons
Powered by GitBook
On this page
  1. Cosmetics System

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.

PreviousTransformations

Last updated 3 months ago