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.
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 |
- Type
/consoleexporter
(or/ce
) to start recoding. - Do anything you want to record.
- Retype
/consoleexporter
(or/ce
) to stop recording. - The result is output as an HTML file.
- It'll be export to
{plugin_data}/ConsoleExporter/console-exporter-{timestamp}.html
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.
This plugin officially only works with Pocketmine-MP
.
Download from Github Releases
Download from Poggit Releases
- Download plugin
.phar
releases - Move downloaded
.phar
file to server's /plugins/ folder - Restart the server
Distributed under the LGPL 3.0. See LICENSE for more information