PlayerLogLite

A super simple plugin to log player join and leave events to files on Bukkit, Spigot, and Paper servers.

23

Quick challenge

How far can you run before the mobs catch you?

PlayerLogLite

PlayerLogLite

This plugin logs when a player leaves or joins your server in an easy-to-read plaintext format.

Customisation

You can decide whether the plugin creates a new log file every day, week, or month, or simply sticks with one file. The config is located in ``` /plugins/playerloglite/config.yml ```.

Options: ``` daily → playerlog-YYYY-MM-DD.txt weekly → playerlog-week-WW-YYYY.txt monthly → playerlog-YYYY-MM.txt none → playerlog.txt (single file) ```

Preview

Log file: ``` [2026-02-18 16:44:57] JOIN: FakeUsername [2026-02-18 16:48:08] QUIT: FakeUsername [2026-02-18 16:49:57] JOIN: FakeUsername [2026-02-18 16:50:32] JOIN: FakeUsernameFriend [2026-02-18 17:12:44] QUIT: FakeUsername [2026-02-18 17:13:01] QUIT: FakeUsernameFriend ```

ADS