HomeJavaModsAntiSignEdit
AntiSignEdit
ModsJava

AntiSignEdit

by MistaSoup · on Modrinth

Minecraft plugin that locks signs after a player finishes writing on them, preventing any future edits. Free Minecraft Java mod for 1.21, 1.21.1, 1.21.2.

⬇ Download on Modrinth

AntiSignEdit

A simple Folia-compatible Minecraft 1.21.x plugin that locks signs after a player finishes writing on them, preventing any future edits.


Features


Permissions

Permission Default Description
antisignedit.bypass op Allows the player to bypass sign locking

Configuration

Located at plugins/AntiSignEdit/config.yml after first run.

messages:
  # Set to false to silently block without sending any message
  send-on-block: true

  # Supports full MiniMessage formatting
  edit-blocked: "<red>This sign has been locked and cannot be edited."

How It Works

New signs: When a player closes the sign editing GUI, SignChangeEvent fires. A region-scheduled task (Folia-safe) immediately waxes the sign block after the event resolves. Waxed signs cannot be opened for editing in vanilla Minecraft.

Pre-existing signs: When a player right-clicks any unwaxed sign, the plugin waxes it on the spot before cancelling the interaction. This means old signs are retroactively locked on first touch.

Bypass: If the interacting player is an op (player.isOp()) or has the antisignedit.bypass permission, the interaction is not cancelled and they may edit freely.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more