Mintype / Mintype/Forensic

Lookup command

Open
#3 2 comments 0 reactions 1 assignee View on GitHub

@Mintype is already working on this.

Since Aug 28, 2026.

enhancement good first issue help wanted
Dominant language
Java
Stars
1
Forks
1
Avg merge
3m
Merged PRs (30d)
1

Description

Lookup Command

Search container logs using /forensic lookup.

All filters are optional and can be combined.

Examples
/forensic lookup

Returns the most recent logs.

/forensic lookup range=10

Shows logs within 10 blocks of your current location.

/forensic lookup time=10m

Shows logs from the last 10 minutes.

/forensic lookup player=Steve

Only shows logs involving Steve.

/forensic lookup action=insert

Only shows insert actions.

/forensic lookup range=10 time=10m player=Steve action=insert

Combines multiple filters.

Available Filters
  • range=<blocks> — Search within a radius. (Must add a config file later & add a max to the radius)
  • time=<duration> — Search a time window (30s, 10m, 2h, 7d, etc). (make sure this doesnt crash or anything if its too long ago)
  • player=<name> — Filter by player.
  • action=<type> — Filter by action (insert, remove, move, etc.).

The goal is to make finding specific logs fast without requiring multiple commands.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.