HomeJavaModsSL(SimpleLog)
SL(SimpleLog)
SL(SimpleLog) — screenshot 1SL(SimpleLog) — screenshot 2

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

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-player:uuid-time left-player:uuid-time

player:uuid-time-message

player:uuid-time-command

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

player:uuid by cause-time-coordinates

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