pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.27k stars 1.54k forks source link

Commands Are not disabled after plugin disable (PluginIdentifiableCommand) #3531

Closed Kjenium closed 4 years ago

Kjenium commented 4 years ago

Issue description

Steps to reproduce the issue

  1. Make your plugin crash with an error
  2. Perform a command registered by it

OS and versions

Plugins

Crashdump, backtrace or other files

xerenahmed commented 4 years ago

With which code do you close the plugin?

dktapps commented 4 years ago

"crashing by error" causes the server to enter undefined state. Simply don't crash in the first place.