We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.2.15+6463-5ca4dff
7.0.9+5934e49
git-Paper-108 (MC: 1.20.1)
I cannot register a own heal comand because Worldguard overwrites it.
If i do the following:
getServer().getCommandMap().getKnownCommands().remove("heal"); getServer().getCommandMap().getKnownCommands().remove("worldguard:heal");
My command gets registered. If i remove WorldGuard my command also works.
Heal command of worldguard should not override other commands. Add an option to the config to disable the worldguard heal command.
No response
The text was updated successfully, but these errors were encountered:
See #2013 (comment)
Sorry, something went wrong.
No branches or pull requests
WorldEdit Version
7.2.15+6463-5ca4dff
WorldGuard Version
7.0.9+5934e49
Platform Version
git-Paper-108 (MC: 1.20.1)
Confirmations
Bug Description
I cannot register a own heal comand because Worldguard overwrites it.
If i do the following:
My command gets registered. If i remove WorldGuard my command also works.
Expected Behavior
Heal command of worldguard should not override other commands. Add an option to the config to disable the worldguard heal command.
Reproduction Steps
Optional WorldGuard-Report
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered: