Skip to content

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

Description

@v4r1n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions