Condition Replacements + Experience Keywords and Conditions
Summery
The first major part about this update is that it deprecated four widely used conditions that used to be used to check if a player was holding a specific item. These conditions will still work for the next few updates but have been removed from the documentation and will be removed from the plugin itself in the near future. The interpreter will warn you about deprecated usage if you set your debug level to the default level of two or higher. These conditions have been replaced with the isusingitem condition and the isusingcustomitem condition.
The second part of this update adds two new keywords for changing and setting player experience. Keep in mind that these keywords use individual experience points instead of levels. These keywords are called setexperience and addexperience respectively (to remove experience provide the addexperience keyword with a negative number). You can read more about the math behind experience in Minecraft here.
This update also brings a new condition to check player experience, the isexperienceat condition.
All of these new keywords and conditions have been added to the plugin's documentation.