Attributes

Hi guys, how I can add attributes (+ health, speed etc) to item by command. Not /give command. Something like:
/attribute add health 10

Well, that depends. A plugin can’t fulfill 100% of this functionality, because not all attributes are present in the API. We don’t even see them as attributes, we just see them as data. It is possible to implement generic.maxHealth and generic.movementSpeed with the current API, but not any other attributes.