Skip to content

Releases: Ajneb97/ConditionalEvents

4.65.1

Choose a tag to compare

@Ajneb97 Ajneb97 released this 18 Jul 21:59

-Added compatibility with 1.21.8.
-Added %conditionalevents_is_enabled_% PlaceholderAPI variable to check whether an event is enabled or not.
-Fixed error when placing a textured head block using set_block action.
-Fixed an issue where items created using item-related actions contained additional custom model data attributes.
-Fixed issue with ParseOther PlaceholderAPI variables when experimental.variable_replacement is enabled in the config.
-Fixed and updated some dependencies
-Fixed API issues.

4.62.2

Choose a tag to compare

@Ajneb97 Ajneb97 released this 07 May 21:16

-Added "Event minecraftEvent" parameter to Actions API.
-Added item_model property to item related actions.
-Fixed console error when clicking on fake inventories like fake anvils.
-Fixed issue replacing variables on prevent_join action.
-Fixed issue when using variables with ":" inside "to" actions.

4.54.1

Choose a tag to compare

@Ajneb97 Ajneb97 released this 08 Jul 22:01

-Added set_food_level action type.
-Added lightning_strike action type.

4.47.1

Choose a tag to compare

@Ajneb97 Ajneb97 released this 04 Feb 14:06

-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.

4.46.1

Choose a tag to compare

@Ajneb97 Ajneb97 released this 03 Feb 21:06

-Added stopsound action type (works partially for 1.10+ and fully for 1.17+).
-Added %is_number_% variable to check whether a certain variable is a number or not. For example in a player_command event: %is_number_{arg_1}%
-Fixed issue/error in latest versions of Paper regarding protocollib_receive_message event.

Remember to check the WIKI!
https://ajneb97.gitbook.io/conditionalevents/