-Added %victim_health% variable on victim related events.
-Fixed multiple issues regarding allow_math_formulas_in_conditions option and parsing values.
-Fixed error when trying to get some variables on custom events.
-Fixed issue with player_armor event and skeleton skulls.
-Fixed issue on tab completion for /ce reset command.
Added the possibility to replace/parse variables that have multiple levels of more variables inside. For example %block_at_{player_x}{math_0:0{player_y}-1}{player_z}{player_world}%. This kind of parsing was not possible in previous versions. Currently this is an experimental feature called variable_replacement, you must enable it in the config.
-Added mini_message action type (only for Paper 1.19.4+)
-Added cancel_drop action type to player_kill events.
-Fixed console error spawning some entities using the summon action type.
-Fixed important lag issue when saving players.
-Fixed bug with player_armor event.
-Added %offhand:<item_variable>% variables to player_swap_hand event (Basically new item variables but for the offhand item)
-Added clear_inventory action type.
-Modified player_skin_name option in DiscordSRV Embed action type. Now it is called author_avatar and you can now use URLs.
-Added CUSTOM ACTIONS to the API. You can now create your own ConditionalEvents actions by implementing the plugin API. These custom actions work exactly like normal actions, but you code your own execution. More info on the wiki.
-Fixed issue with /ce verify command and close_inventory action type.