mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-11-18 06:24:17 +01:00
Added comments to default file
This commit is contained in:
parent
b86215a9ff
commit
6debce3af9
@ -28,10 +28,16 @@ lore:
|
|||||||
# Item/icon in the skill UI
|
# Item/icon in the skill UI
|
||||||
material:
|
material:
|
||||||
item: EMERALD
|
item: EMERALD
|
||||||
#custom-model-data: 10
|
#custom_model_data_float: 0.45 # 1.20.4+ Float custom model data. Either this, or string option above works completely fine
|
||||||
#custom-model-data-string: 'icon_fireball'
|
#custom_model_data: 0 # 1.14-1.20.3 Custom model data. Prefer using custom_model_data_string on 1.20.4+
|
||||||
#item-model: 'minecraft:dirt'
|
#tooltip: 'myplugin:tooltip_asset_id' # You can edit the slot icon tooltip that way
|
||||||
#texture: 'xxxxxxxxxxx' # Skull textures only
|
#custom_model_data_string: 'test' # 1.20.4+ string custom model data
|
||||||
|
#item_model: 'minecraft:dirt' # 1.21.2+ item model
|
||||||
|
#skull_texture: '......' # SKull texture value or URL
|
||||||
|
#hide_tooltip: false # True or false, for vanilla tooltip
|
||||||
|
#unbreakable: false # Is it unbreakable or not?
|
||||||
|
#fake_attribute: false # Should MythicLib add a fake attribute modifier? Useful for 1.20 or lower to hide vanilla attributes from the item
|
||||||
|
#item_flags: [HIDE_ENCHANTS, ....] # Add item flags to your items. https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html
|
||||||
|
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user