CosmeticsCore
CtrlK
  • πŸ‘‹Welcome
  • βš™οΈFirst install
    • Install base resourcepack
      • If you don't have a resourcepack
      • ItemsAdder
      • Any plugin and resourcepack
  • β›”Terms of service
  • ❓Frequently asked questions
  • πŸ‡¬πŸ‡§Translations
  • πŸ“‘Files editor
  • πŸ–₯️Commands
  • πŸ‘ŒPermissions
    • Examples
  • 🎨Adding content
    • Properties
    • Creating a model
    • 🎈Ballons (simple)
    • 🎈Ballons ItemsAdder (simple)
    • 🎈Balloon (advanced)
      • ItemsAdder Entity
      • ModelEngine
      • Leash location
    • 🧒Hat
    • πŸŽ’Body Cosmetic
      • Static Body Cosmetic
      • Advanced Body Item
  • βš™οΈSettings
  • πŸšͺWardrobe
    • βš™οΈCustomization
    • πŸ’ΎSaving player data
  • ✏️Contribute
    • Edit the English wiki
    • Translate this wiki
    • Preview wiki changes
  • βœ…Compatibility with other plugins
    • Compatible
      • ItemsAdder
      • Vulcan
      • PlaceholderAPI
  • πŸ’»Developers
    • β˜•Java API
    • ℒ️Branding
Powered by GitBook
On this page
  • Creating a balloon
  • Step 1
  • Step 2
  • Step 3
  1. 🎨Adding content

🎈Ballons (simple)

Creating a balloon

Step 1

Create a model following the tutorial

Creating a model

Step 2

Create the cosmetic configuration

  simple_diamond_block_balloon:
    enabled: true
    display_name: "Simple Diamond Block Balloon"
    type: BALLOON
    model:
      gui: DIAMOND_BLOCK
      normal: DIAMOND_BLOCK

Step 3

You're done

PreviousCreating a modelNextBallons ItemsAdder (simple)

Last updated 4 months ago