From 6debce3af924307339a001d7cc2545a7f9637df4 Mon Sep 17 00:00:00 2001 From: Jules Date: Mon, 20 Oct 2025 23:21:16 +0200 Subject: [PATCH] Added comments to default file --- .../src/main/resources/default/skills/fireball.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/MMOCore-Dist/src/main/resources/default/skills/fireball.yml b/MMOCore-Dist/src/main/resources/default/skills/fireball.yml index 816b49c0..b7a26f0b 100644 --- a/MMOCore-Dist/src/main/resources/default/skills/fireball.yml +++ b/MMOCore-Dist/src/main/resources/default/skills/fireball.yml @@ -28,10 +28,16 @@ lore: # Item/icon in the skill UI material: item: EMERALD - #custom-model-data: 10 - #custom-model-data-string: 'icon_fireball' - #item-model: 'minecraft:dirt' - #texture: 'xxxxxxxxxxx' # Skull textures only + #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: 0 # 1.14-1.20.3 Custom model data. Prefer using custom_model_data_string on 1.20.4+ + #tooltip: 'myplugin:tooltip_asset_id' # You can edit the slot icon tooltip that way + #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 ###########################################################