Skip to content

presentkim-pm/ConsoleExporter

Repository files navigation

Version Stars License


Logo

ConsoleExporter

An plugin that recording console and exports to html!

Contact to me · Report a bug · Request a feature

About The Project

Project Preview

This plugin is useful for creating test images of console-based plugins. It records the console and outputs it as an html file.
You can download it as a png through the controls button of the html file.

Commands and Permissions

name description extra
Command consoleexport -Start console recording
-Export as html file
aliases: ce
permission: consoleexporter.cmd
Permission consoleexporter.cmd Allows use consoleexport command default: op


How To Use:

  1. Type /consoleexporter(or /ce) to start recoding.
  2. Do anything you want to record.
  3. Retype /consoleexporter(or /ce) to stop recording.
  4. The result is output as an HTML file.
  • It'll be export to {plugin_data}/ConsoleExporter/console-exporter-{timestamp}.html

Advanced usage:

  • annotation : Type anything starts with #. It will be not executing as command.
  • line-break : If you type only #. It will be replace to empty line.


Target software:

This plugin officially only works with Pocketmine-MP.


Downloads

Download from Github Releases

Github Downloads

Download from Poggit Releases

Poggit Downloads


Installation

  1. Download plugin .phar releases
  2. Move downloaded .phar file to server's /plugins/ folder
  3. Restart the server


License

Distributed under the LGPL 3.0. See LICENSE for more information