uncovery / uncovery_me

Full source of the uncovery.me minecraft server
GNU General Public License v3.0
12 stars 3 forks source link

Websend plugin does not recognize non-existing commands #218

Closed uncovery closed 7 years ago

uncovery commented 8 years ago

If you enter

/ws whatever

It will always show you a help for the command, essentially showing:

/whatever whatever

as command help. Instead, the plugin system should tell you that the command does not exist.

uncovery commented 8 years ago

The issue is here: https://github.com/uncovery/uncovery_me/blob/master/plugin.php#L93 When there is no command, it just shows the help.