Language

peanut-sign-logs

peanut-sign-logs

Modrinth

This plugin automatically logs every message written on any sign in-game.

41 downloads 2 followers updated 1mo ago
latest v26.1.2 Modrinth
Bukkit Paper Purpur 1.21 – 26.1.2 ManagementTechnologyUtility

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;

  • Player Name,
  • World Name,
  • Coords of the sign,
  • Sign type (oak sign, hanging sign, etc.),
  • Full sign text/content
  • Timestamp of the action

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

  • Supports all sign variants, including hanging signs.
  • Real-time console logging.
  • Discord webhook integration.
  • Clean and configurable message formatting.
  • Lightweight and optimized performance.
  • Compatible with modern Minecraft versions. (1.21.x+)
  • Detailed logging with location and player information.

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

  • /peanut-sign-logs reload - Reloads config and messages.
  • /peanut-sign-logs version - Shows plugin version.

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.

Versions

Release
26.1.2
bukkit, paper, purpur · 26.1.2 · 1mo ago
# peanut-sign-logs v3 26.1.2 First public release of the plugin.
13
Release
26.1.1
bukkit, paper, purpur · 26.1.1 · 1mo ago
# peanut-sign-logs v3 26.1.1 First public release of the plugin.
3
Release
1.21.11
bukkit, paper, purpur · 1.21.11 · 1mo ago
# peanut-sign-logs v3 1.21.11 First public release of the plugin.
4
Release
1.21.10
bukkit, paper, purpur · 1.21.10 · 1mo ago
# peanut-sign-logs v3 1.21.10 First public release of the plugin.
2
Release
1.21.9
bukkit, paper, purpur · 1.21.9 · 1mo ago
# peanut-sign-logs v3 1.21.9 First public release of the plugin.
3
Release
1.21.8
bukkit, paper, purpur · 1.21.8 · 1mo ago
# peanut-sign-logs v3 1.21.8 First public release of the plugin.
3
Release
1.21.7
bukkit, paper, purpur · 1.21.7 · 1mo ago
# peanut-sign-logs v3 1.21.7 First public release of the plugin.
2
Release
1.21.6
bukkit, paper, purpur · 1.21.6 · 1mo ago
# peanut-sign-logs v3 1.21.6 First public release of the plugin.
2
Release
1.21.5
bukkit, paper, purpur · 1.21.5 · 1mo ago
# peanut-sign-logs v3 1.21.5 First public release of the plugin.
3
Release
1.21.4
bukkit, paper, purpur · 1.21.4 · 1mo ago
# peanut-sign-logs v3 1.21.4 First public release of the plugin.
3
Release
1.21.3
bukkit, paper, purpur · 1.21.3 · 1mo ago
# peanut-sign-logs v3 1.21.3 First public release of the plugin.
2
Release
1.21.2
bukkit, paper, purpur · 1.21.2 · 1mo ago
# peanut-sign-logs v3 1.21.2 First public release of the plugin.
2

Comments 0

No comments yet. Be the first to share your thoughts.