promotional bannermobile promotional banner

Conditions

Create powerful custom events in Minecraft using JSON. No coding required. Optimized alternative to Conditional Events.

File Details

Conditions 1.0.0

  • R
  • Apr 24, 2026
  • 166.74 KB
  • 20
  • 1.21.1+1
  • Fabric

File Name

conditionsmod-1.0.0.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:conditions-1523770:7978475"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🚀 ConditionsMod 1.0.0 (Beta)

Major update with new commands, expanded event system, and improved debugging tools.

✨ Features JSON-based event system Event → Conditions → Actions structure Support for multiple events in one file High performance and optimized design 🛠️ Commands /cd create <category> <type> <name> Create new events organized by category (Player, Block, Item, Entity, Server) /cd reload Reload all configuration files /cd debug <event> Toggle debug mode for an event with real-time condition/action feedback ⚙️ Event Categories

Events are now organized into categories:

Player Block Item Entity Server 📦 New Events 🧱 Block Events block_break block_place 📦 Item Events item_consume item_pickup item_move item_craft item_drop item_select item_enchant item_repair 🧑 Player Events player_levelup player_world_change player_attack player_damage player_armor player_teleport player_bed_enter player_offhand player_fish player_open_inventory player_close_inventory player_click_inventory player_statistic player_sneak player_run player_regain_health player_change_food 🧪 Debug System Real-time debug output in chat Shows: Conditions result (✔ / ✘) Executed actions Skipped logic

Perfect for testing and developing events faster.

🧪 Status Beta version May contain bugs Some systems are still being improved 💡 In Development camera event Performance improvements More custom events More conditions and operators ⚠️ Notes Place files in conditions/ or config/conditions/ Use /cd reload after editing files