ohowe1 / SpectatorModeRewrite

Minecraft plugin that allows players to go into spectator mode but enables admins to prevent features of it.
https://www.spigotmc.org/resources/smp-spectator-mode-1-16-support.77267/
MIT License
17 stars 10 forks source link

Option to completely disable /speed command #38

Closed oskarkk closed 3 years ago

oskarkk commented 3 years ago

Is your feature request related to a problem? Please describe. Essentials (and many other plugins, I guess) is using the /speed command. This plugin conflicts with it, so that when I use /speed while not in spectator mode, I'm changing my spectator-mode speed, not the speed with which I'm normally walking/flying. You can set an alias in commands.yml like this:

  speed:
  - essentials:speed $1-

But then the tab completion doesn't work.

Describe the solution you'd like Make an option in the config that would prevent the plugin from registering the /speed command. Right now we have "speed" option in the config, but setting that to "false" works in such a way that using /speed is still handled by this plugin.

ohowe1 commented 3 years ago

I’ll add this to the 2.0 feature list.

ohowe1 commented 3 years ago

Implemented