Releases: thebigcrafter/KygekClearConsole
Releases · thebigcrafter/KygekClearConsole
KygekClearConsole v2.1.0 [Build #9]
A minor update of KygekClearConsole, mainly code improvements and addition of an API to clear the console.
Changes
- Now using the ktpmpl-cfs virion to warn for development versions
- Added an API to clear the console (
ClearConsole::clear()
) - No longer using packets to remove the command from commands list, instead now using
CommandEvent
for listening the command and cancelling the event if the sender is from the server console to prevent unexpected outputs from the server - Removed the
clearconsole
andcc
commands as well as the dummykygekclearconsole.cmd
permission from theplugin.yml
in favor of the new system described above
Installation
Download the KygekClearConsole_v2.1.0.phar
file below and move to your server's plugins
directory.
KygekClearConsole v2.0.0 [Build #8]
A major update of KygekClearConsole, mainly adding support for PM4 and dropping support for PM3.
Changes
- Now supports PM4!
- Dropped support for PM3
- Use version 1.x.y for PM3 support
- Add a dummy
kygekclearconsole.cmd
permission inplugin.yml
that nobody should use- This is done as one of the requirements of declaring commands in
plugin.yml
as of PocketMine-MP version 4
- This is done as one of the requirements of declaring commands in
- Added a warning if the plugin is in a development version on startup
- Version releases on GitHub Releases have this feature disabled by default
Installation
Download the KygekClearConsole_v2.0.0.phar
file below and move to your server's plugins
directory.
KygekClearConsole v1.0.0 [Build #1]
Changes
- Initial release.
Installation
Download the KygekClearConsole_v1.0.0.phar
file below, then place it inside your PocketMine-MP server's plugins
directory.