HomeJavaModspeanut-sign-logs
peanut-sign-logs
peanut-sign-logs — screenshot 1

About

This plugin automatically logs every message written on any sign in-game, including all standard signs and hanging signs across supported Minecraft versions. Whenever a player places, edits, or updates a sign, the plugin captures the full text and logs it directly to the server console in real time.

It also includes built-in Discord webhook support, allowing all sign activity to be mirrored to a Discord channel for moderation and monitoring purposes. Webhook logs can include useful information such as;

The plugin is designed for moderation, staff logging, and anti-abuse purposes, making it easy to track inappropriate sign usage, advertisements, hidden messages, or player activity across the server.

Features

Default Configuration

# Messages format in console
console:
  edited: "<player> edited <sign> in <world> at X=<x> Y=<y> Z=<z>: [<old>] -> [<new>]"
  removed: "<player> removed <sign> in <world> at X=<x> Y=<y> Z=<z>: [<front>] [<back>]"

webhook:
  enabled: false
  url: https://discord.com/api/webhooks/...
  edited:
    embeds:
      - title: Edited Sign
        description: |-
          ```diff
          - <old>
          + <new>
          ```
        fields:
          - name: Location
            value: "`<world>` at `<x> <y> <z>`"
            inline: true
          - name: Type
            value: "`<sign>`"
            inline: true
        author:
          name: <player>
          icon_url: https://mc-heads.net/avatar/<player>
        color: 6514417
  removed:
    embeds:
      - title: Removed Sign
        fields:
          - name: Front
            value: <front>
            inline: true
          - name: Back
            value: <back>
            inline: true
          - name: Location
            value: "`<world>` at `<x> <y> <z>`"
            inline: false
          - name: Type
            value: "`<sign>`"
            inline: false
        author:
          name: <player>
          icon_url: https://mc-heads.net/avatar/<player>
        color: 15680580

empty:
  text: (empty)
  player: (Unknown)

Commands

Permissions

peanutsignlogs.admin - Access to reload the plugin, and view the plugin version.

Support

If you encounter any issues, bugs, or need assistance while using the plugin, feel free to join our Discord server. Support is available for setup help, configuration questions, troubleshooting, and general plugin assistance.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more