Skip to content
Success

Changes

Summary

  1. #993: Deprecate Command's permission message methods as they no longer (details)
Commit 0a850d95d96991609f01572b470256bb348696aa by md_5
#993: Deprecate Command's permission message methods as they no longer work

Ever since Mojang's introduction of Brigadier in 1.13, the client is not
sent any commands to which it does not have permission to execute. If a
client executes a command it is not aware of (and consequently does not
have permission for), the client will send itself instead of forwarding
the failure to the server for its response.
The file was modified src/main/java/org/bukkit/command/Command.java