Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for b-F-1

A small plugin allowing players to print recent console lines in game.

Report ConsolePeek?

ConsolePeek

A tiny Paper plugin that adds /console <lines> — it reads the last N lines of logs/latest.log and prints them into chat for whoever ran the command.

Never again will you need to visit the web portal to whitelist when your friend forgets their username. Simply wait for a failed login attempt, then run /console X to see their username. Helpful for quick debugs.

Install

  1. Drop ConsolePeek.jar into your server's plugins/ folder.
  2. Restart the server.
  3. In game or console, run /console 20 to see the last 20 lines.

Config

plugins/ConsolePeek/config.yml:

Key Default Meaning
ops-only true Require the consolepeek.use permission (ops have it by default).
max-lines 100 Hard cap on lines printed per command.

Apply changes with /consolepeek reload — no restart, no recompile.

Permissions

Node Default Grants
consolepeek.use op Use of /console <lines>.
consolepeek.admin op Use of /consolepeek reload.

With a permissions plugin (LuckPerms etc.) you can grant consolepeek.use to specific players or ranks while leaving ops-only: true — e.g. /lp group moderator permission set consolepeek.use true.

Information

CategoryAdmin Tools
Published onAugust 5, 2026
LicenseMIT
Downloads0
Stars0
Watchers0

Pinned Versions

Members

Avatar for b-F-1

b-F-1

Owner