Language

SL(SimpleLog)

SL(SimpleLog)

Modrinth

Server logs become easier to read.

272 downloads 2 followers updated 7mo ago
latest v2.1-release Modrinth
Bukkit Paper Spigot 1.21 – 1.21.11 ManagementOptimization

SimpleLog plugin

A lightweight and straightforward logging plugin for Spigot/Paper servers, designed to keep a clear and organized record of server activities.

Overview

SimpleLog is a simple, "drop-and-play" plugin that automatically logs key server events into well-structured text files. It's designed for server administrators who need an easy way to monitor player activities and server health without the complexity of larger plugins. Once installed, it runs silently in the background, requiring no configuration.

Features

  • Player Connection Logging: Records every time a player joins or leaves the server.

  • Chat Logging: Captures all public player chat messages.

  • Command Logging: Logs all commands executed by players.

  • Warning Logging: Captures and saves all [WARN] messages from the server console.

  • Kill Logging: It allows you to easily grasp who was killed, where, and under what circumstances.

  • Organized File Structure: Automatically organizes logs into separate folders (join-left, chat, command, warn).

  • Daily Log Files: Creates a new log file for each day, named with the current date (e.g., 2025-08-28.log).

  • High Compatibility: Built for Minecraft 1.21.x and compatible with Spigot, Paper, and Bukkit.

  • Zero Configuration: No setup required. Just drop it into your plugins folder and it works.

Installation

  1. Download the latest SimpleLog-vX.X-x.jar from the Releases page.

  2. Place the downloaded .jar file into your server's /plugins directory.

  3. Restart or reload your server. The plugin will automatically generate the required folders and start logging.

Log File Structure

All logs are stored within the plugins/SimpleLog/ directory. The structure is as follows:

plugins/
└── SimpleLog/
    ├── chat/
    │   └── 2025-08-28.log
    ├── command/
    │   └── 2025-08-28.log
    ├── join-left/
    │   └── 2025-08-28.log
    └── warn/
  │   └── 2025-08-28.log
    └── kill/
        └── 2025-08-28.log

Log Formats
Each log entry is formatted for easy reading and parsing.

  • join-left/YYYY-MM-DD.log

join-player:uuid-time
left-player:uuid-time

  • chat/YYYY-MM-DD.log

player:uuid-time-message

  • command/YYYY-MM-DD.log

player:uuid-time-command

  • warn/YYYY-MM-DD.log

HH:mm:ss-The full warning message from the console.

  • kill/YYYY-MM-DD.log
    player:uuid by cause-time-coordinates

Versions

Release
2.1-release
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 7mo ago
# Change - Plugin Information Update
178
Beta
2.0-beta
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 8mo ago
# Change - Add kill log - Add Confit > You can now freely change the log format in the configuration.
39
Alpha
1.0-alpha
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 9mo ago
# SimpleLog plugin A lightweight and straightforward logging plugin for Spigot/Paper servers, designed to keep a clear and organized record of server…
55

Comments 0

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

Download SL(SimpleLog)

Files are served directly from the original source. Modgrid does not host or modify them.