BattlePass
Homepage
Purchase BattlePass
Join Discord
Search…
Home
⚠
Can't Buy On SpigotMC
Purchase BattlePass
Features
Quests
PlaceholderAPI Endless Quests
Actions
Setting Up and Using Variables
General
Commands
Permissions
PlaceholderAPI Placeholders
Custom Heads In Menus
Developer API
Implementing API
Creating Your Own Quest Types
General API Methods
Useful
Enchants
Custom Enchants
Harvesting Crops
Custom Model Data
Timezones
Premade Configurations
Quest Specific Regions
Powered By
GitBook
Custom Model Data
How to set custom model data for items with examples
Just add
customModelData: <data>
to any item under material, example:
1
items
:
2
doesnt-have-pass-item
:
# The item if a player does not have the premium pass.
3
material
:
'minecart:0'
4
customModelData
:
0
#Set custom model data
5
name
:
'&eTier %tier%'
6
lore
:
7
-
''
8
-
'&7Rewards:'
9
-
'%lore_addon%'
10
-
''
11
-
'&7Status: &eNot Eligible'
12
-
'&cPurchase the battle pass to'
13
-
'&cbe able to earn premium rewards.'
Copied!
Useful - Previous
Harvesting Crops
Next - Useful
Timezones
Last modified
1yr ago
Copy link