chuushi / CoreProtect-Lookup-Web-Interface

A flexible lookup web interface for CoreProtect 2
MIT License
50 stars 14 forks source link
javascript lookup lookup-data minecraft-server php webserver

CoreProtect Lookup Web Interface (CoLWI)

A flexible lookup web interface for CoreProtect 2.

Imgur

Version: v1.0.0-pre2

Changelog | Contributing

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. CoreProtect, a Minecraft plugin, is developed by Intellii.

This web app is capable of looking up logged data as if doing it from the game. Some filters are ported to this plugin, such as:

In addition, this plugin makes it possible to:

Setup

Prerequisites

Download

Configuration

Edit all the necessary configuration from config.php. All fields are documented in the configuration file.

Updating

If you used the option 1 to download the web app, you can run:

git stash
git pull
git stash pop

If you see this message after running git stash pop:

CONFLICT (content): Merge conflict in config.php

then you must edit the file manually (look for <<<<<<<, =======, and >>>>>>>) then run:

git add config.php

If you used the option 2, then you must re-download the .zip file and manually migrate the config.php file over.

Plugin Links

~Chuu