ViewDistanceTweaks icon indicating copy to clipboard operation
ViewDistanceTweaks copied to clipboard

Command /vdt causes a CommandException when ViewDistanceTweaks plugin is disabled

Open v4r1n opened this issue 1 year ago • 2 comments

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

  1. Disable the ViewDistanceTweaks plugin on your backend server.
  2. Start the server.
  3. In-game or via console, execute the /vdt command.
  4. 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.

v4r1n avatar Sep 13 '24 12:09 v4r1n

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.

greatericontop avatar Sep 18 '24 13:09 greatericontop

Ok, Thank u

v4r1n avatar Oct 30 '24 20:10 v4r1n