
ConditionalEvents
Plugin that constantly checks for conditions on certain events and executes custom actions!
4.71.1
release24 октября 2025 г.-Added throw_directional action.
-Added throw_coordinate action.
-Added %player_location_
-Fixed console error on 1.16.5- regarding new offhand event.
4.70.1
release18 октября 2025 г.-Added player_offhand event, that completely replaces player_swap_hand event. Now it will detect changes on the offhand correctly. This includes new variables.
-Added %cursor:
-Added "icon" property to give_potion_effect action.
-Fixed: Debug will now show if a default action group was overrided by cooldown or one_time action groups.
-Fixed bug with parameters on 'execute', when using variables with '=' character.
-Fixed: Call events can no longer be executed when disabled.
-Removed player_swap_hand event.
4.69.1
release3 октября 2025 г.-Added compatibility with 1.21.9
-Fixed error when loading skull item data on Spigot.
4.68.1
release27 сентября 2025 г.-Added item_meta_variable_enabled option in the config. Disable it if you are not using the %item_meta% variable on any event, since storing this value causes lag in big servers.
-Added silent:true parameter to /ce reset, /ce disable, /ce enable and /ce interrupt commands.
-Added %random_last% global variable that returns the latest generated random number using the %random_
-Added %player_attack_cooldown% global variable that returns the current cooldown for the player's hand.
4.67.1
release26 августа 2025 г.-Added: Certain actions can now be used on ALL LIVING ENTITIES with the to_target action special tag. List: teleport, give_potion_effect, remove_potion_effect, damage, set_on_fire, freeze, heal, firework, particle
-Added for_player option in the particle action type. If this option is set to true, the particle will be shown only for the player executing the event.