NBT Tag Formats
Link to nbt-tag-formats
Vanilla tags
Link to vanilla-tags
Attributes
Link to attributes
Attributes are stored in the AttributeModifiers field. For example:
ZenScript Copy{
AttributeModifiers: [
{
AttributeName: "generic.maxHealth",
Name: "Heavy Armor",
Amount: 180,
Operation: 0
}
]
}
This kind of attribute would give a player 100 hearts instead of 10.
Sources: