CosmeticsCore
  • ๐Ÿ‘‹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
  1. Adding content

Properties

PreviousAdding contentNextCreating a model

Last updated 2 days ago

tooltip_style

Use the new Minecraft 1.21.2+ feature to customize tooltip.

Example (download the resourcepack )

cosmetics:
  balloon_diamond_block:
    enabled: true
    display_name: "Diamond Block"
    tooltip_style: rainbow
    type: BALLOON
    model:
      gui: DIAMOND_BLOCK
      normal: DIAMOND_BLOCK
๐ŸŽจ
here