CarouselSelector
  • Introduction
  • Introduction
    • Installation
  • In Game Documentation
    • Commands
    • Custom player head
    • Click animations
    • Custom model data
  • API Documentation
    • JavaDoc
    • CarouselSelectorPlugin.class
    • CarouselSelector.class
    • Open a 3D-Menu
Powered by GitBook
On this page

Was this helpful?

  1. In Game Documentation

Custom model data

How to use

Simply add "customModelData : XXX" into item configuration section and do a /cs reload.

menus:
  '0':
    name: Test
    openWith: CLOCK
    items:
      count: 1
      '0':
        itemType: CHEST
        itemName: My custom model data item
        autoClose: true
        actions:
        - tell:I am custom
        customModelData: 123456

PreviousClick animationsNextJavaDoc

Last updated 4 years ago

Was this helpful?