Command /vdt causes a CommandException when ViewDistanceTweaks plugin is disabled
Describe the bug When the ViewDistanceTweaks plugin is disabled on the server, executing the /vdt command results in a CommandException. The server attempts to execute the command despite the plugin being disabled, leading to an error in the console.
Expected Behavior When the ViewDistanceTweaks plugin is disabled, the /vdt command should either be unavailable or should display a message indicating that the plugin is disabled, without throwing an exception.
Actual Behavior Executing /vdt while the plugin is disabled causes the following error in the server console: https://paste.helpch.at/kaserefehu.css
Steps to Reproduce
- Disable the ViewDistanceTweaks plugin on your backend server.
- Start the server.
- In-game or via console, execute the /vdt command.
- Observe the error message in the server console.
Plugin List Backend Server Plugins: ViewDistanceTweaks v1.5.7 (disabled)
Additional Information
- The server is running on Paper version 1.21.1-77-4ff58c4.
- This issue might be caused by the plugin's command not being properly unregistered when the plugin is disabled.
- No custom configurations were applied to the ViewDistanceTweaks plugin before disabling it.
This is not a view distance tweaks issue. It is managed by the server, and you can't really fix it without modifying the server software.
Ok, Thank u