Commands and Interactables

Adds new commands and interactables for server operators to make their server shine with less code written. Adds blocks that run commands and utility commands to support server operators.

File Details

Interactables-1.5.0-BETA.jar

  • R
  • Feb 28, 2026
  • 136.78 KB
  • 21
  • Early Access

File Name

Interactables-1.5.0.jar

Supported Versions

  • Early Access

1.5.0

  • Added @l selector — targets the entity you're looking at. Default reach is 8 blocks; use @l(radius=N) to extend it. Returns nothing when no entity is in line of sight.
  • Fixed particles getting stuck or failing to appear on clients --duration now directly controls how long the spawner runs --direction rotation is applied correctly at spawn time
  • Added /int:tp — teleport an entity to coordinates or another entity. Supports ~ for relative offsets and --yaw/--pitch. Pair with /int:exec foreach for multi-entity teleports.
  • Added Block Place trigger (on_block_place) — fires when a player places a block. Same radius option as Block Break. Tokens: $b.x/y/z, $b.id, $p.
  • Added Craft trigger (on_craft) — fires after a player completes a craft. Tokens: $recipe.id, $recipe.qty.
  • Added ! prefix to /int:check — aborts if the selector does match (e.g. !@s(flag=cooldown))
  • All commands now use the int: prefix as canonical names. Old names (/exec, /check, /flag, /entityanim, /xparticle, /ib) remain as aliases — no existing command blocks need to change.