promotional bannermobile promotional banner

Auto Tool Swap "Automatic change between tools"

This lightweight script automatically detects the block you are looking at and instantly swaps to the correct tool in your hotbar. It’s perfect for survival, creative building, and streamlining your gameplay.

File Details

✦ Auto Tool swap ⟦v1.7⟧ ▸ MCPE ⟦1.21.130⟧.mcaddon

  • R
  • Feb 7, 2026
  • 16.91 KB
  • 4.8K
  • 1.21.132

File Name

✦ Auto Tool swap ⟦v1.7⟧ ▸ MCPE ⟦1.21.130⟧.mcaddon

Supported Versions

  • 1.21.132

new configuration for more gameplay experience :

// --- CONFIGURATION ---
const CRITICAL_DURABILITY = 10;
const FALL_SPEED_TRIGGER = -0.5;
const RAYCAST_DIST_BLOCK = 6;
const RAYCAST_DIST_ENTITY = 6;
const COMMAND_PREFIX = "!swap";
const TOTEM_HEALTH_TRIGGER = 5;