A client-side Fabric mod that lets you execute commands by clicking on signs.
- Shift + Right-click on any sign to run the command written on it
- Command preview - See the command in your action bar when looking at a sign
- Visual feedback - Enchant particles around command signs
- Sound feedback - Pling sound when executing
- Hanging signs supported - Works with both normal and hanging signs
- Color code stripping - Handles
&color codes in sign text - Cooldown protection - 500ms cooldown prevents accidental double-clicks
- Install Fabric Loader
- Install Fabric API
- Download the mod and place it in your
modsfolder
Normal signs: Write your command on lines 3-4
[Title]
[Description]
/gamemode creative
Hanging signs: Write your command on lines 2-3
[Title]
/tp @s 0 100 0
Commands must start with / to be recognized.
- Look at the sign - you'll see the command preview and particles
- Hold Shift and Right-click the sign
- The command executes and you hear a confirmation sound
- Minecraft 1.21.1
- Fabric Loader ≥0.15.0
- Fabric API
- Quick teleport signs in your base
- Gamemode switchers
- Time/weather control panels
- Server command shortcuts
MIT License - see LICENSE