froobynooby / ViewDistanceTweaks

Paper plugin that allows for dynamic simulation and view distances.
https://ci.froobworld.com/job/ViewDistanceTweaks/
MIT License
94 stars 18 forks source link

Command /vdt causes a CommandException when ViewDistanceTweaks plugin is disabled #69

Open thisisaef opened 1 month ago

thisisaef commented 1 month ago

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

greatericontop commented 1 month ago

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.

thisisaef commented 1 week ago

Ok, Thank u