Skip to content

Custom Model Data

Artem Ostrasev edited this page Jun 18, 2023 · 2 revisions

If you have NDailyRewards (v1.5+) installed, plugin supports custom model data for resourcepacks.

Adding Custom Model Data

Custom Model Data only can be applied to gui.days-display.* config section.

I will show you how to add custom model data to gui.days-display.available section:

gui:
  title: '&d&lDaily Rewards!'
  size: 27
  days-positions: '10,11,12,13,14,15,16'
  days-display:
    available:
      material: 'EMERALD_BLOCK:0:1'
      name: '&a[Day #%day%] &fAvailable Reward!'
      custom-model-data: 1234567
      lore:
        - '%reward-lore%'
        - ''
        - '&a» &7Expires in: &a%expire%'
        - '&aClaim it right now!'

be sure to replace 1234567 with you'r model data number

Guides

Documentation

Links

Clone this wiki locally