Categories
What for ?
How to ?
# What should be the title of the category in the mcpets menu
DisplayName: "Category title"
# What should be the name of the icon of the category in the menu
IconName: "Category name"
# (Optional) if you set DefaultCategory to true, all the pets are gonna be added to that category by default
DefaultCategory: false
# (Optional) you can exclude all the pets that belong to some other categories by listing it here
ExcludedCategories:
- mounts_category
- battle_pets_category
# Here you can set your icon. This is not the usual syntax.
# If you want to format any item into that format directly in game,
# take the said item in your hand and add it to MCPets through /mcpets item add <category_name>
# Then fetch it directly into the "menuIcons.yml" folder within MCPets folder
Icon:
==: org.bukkit.inventory.ItemStack
v: 2975
type: PLAYER_HEAD
meta:
==: ItemMeta
meta-type: SKULL
display-name: '{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gold","text":"category_template"}],"text":""}'
loc-name: '{"extra":[{"text":"MCPets;category_template"}],"text":""}'
lore:
- '{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gray","text":"Click
to apply that skin"}],"text":""}'
Damage: 3
skull-owner:
==: PlayerProfile
uniqueId: 543765df-1f3a-4f48-9bfe-e3a4e7f4b508
name: MCPetsHeads
properties:
- name: textures
value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzhmM2Q3NjkxZDZkNWQ1NDZjM2NmMjIyNDNiM2U4MzA5YTEwNzAxMWYyZWU5Mzg0OGIxZThjNjU3NjgxYTU2ZCJ9fX0=
# Here list the pets IDs you want to add to this category
Pets:
- baby_yokibird1
- otterLast updated