CoreProtect Lookup Web Interface (CoLWI)
A flexible lookup web interface for CoreProtect 23.2
Version: CommunityCraft rework for CoreProtect
23.2 (2026)
Release tag: v23.2
Project repository:
https://github.com/CommunityCraftMC/CoreProtect-Lookup-Web
Original repository:
https://github.com/chuushi/CoreProtect-Lookup-Web-Interface
This is a
feature-packed web application that gives you the power to look up
anything CoreProtect is capable of logging in the most efficient way.
This CommunityCraft rework targets CoreProtect
v23.2 database compatibility
while keeping legacy CoreProtect 2 lookup behavior where possible. Original
CoLWI was first created by Simon Chuu / chuu.sh and is available at
https://github.com/chuushi/CoreProtect-Lookup-Web-Interface.
This web app is capable of looking up logged data as if doing it from the game.
Some filters are ported to this tool, such as:
- Lookup by action
- Lookup by username
- Lookup by block name
- Lookup by time
In addition, this tool makes it possible to:
- Lookup data by coordinates and world
- View more than four results per page
- Filter out rolled back data
- View sign lookup records
- View modern item and inventory lookup records
- View raw and decoded CoreProtect metadata summaries
- Search by keywords
CommunityCraft Rework Highlights
This rework adds support for the CoreProtect v23.2 lookup surface:
- Legacy block, click, kill, container, chat, command, session, and username lookups.
- v23.2 sign, item, inventory, `+session`, `-session`, `+item`, and `-item` lookups.
- Schema capability detection so unsupported tables/columns return clear JSON errors instead of raw SQL errors.
- Normalized JSON rows with `source`, `actionGroup`, `actionLabel`, `targetType`, `rolledBack`, and `metadata`.
- Sign metadata display for text lines, face, waxed state, and color.
- Raw metadata display for `block.meta`, `block.blockdata`, `container.metadata`, and `item.data`.
- PHP-only metadata summaries for Java-serialized Bukkit item metadata. No Java runtime is required. The decoder extracts safe summaries such as display name, lore, enchantments, item flags, public Bukkit values, and armor trim.
- Query safety guards for oversized limits, oversized coordinate volumes, and timeout JSON errors.
- Built-in authentication has been removed. Protect this site with your web server, reverse proxy, VPN, or another external access-control layer.