I don't actually use this plugin, but I noticed that this plugin is checking commands by label rather than by command name, and it was bothering me. As a result, if a server has any other plugin installed besides SpectatorMode which use commands like /s and /speed, and they are registered first, it becomes impossible to use the command.
By checking by command name, the exact label doesn't matter anymore, so for example you can run the aliases /spectatormode:s or /spectatormode:speed and the command will still run as it is intended to in that case.
I don't actually use this plugin, but I noticed that this plugin is checking commands by label rather than by command name, and it was bothering me. As a result, if a server has any other plugin installed besides SpectatorMode which use commands like
/s
and/speed
, and they are registered first, it becomes impossible to use the command.By checking by command name, the exact label doesn't matter anymore, so for example you can run the aliases
/spectatormode:s
or/spectatormode:speed
and the command will still run as it is intended to in that case.