We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As the function name suggests, it is used to remove special permissions from the player, similar to unsetuperm of PurePerms
unsetuperm
PurePerms
Example: if(!$this->rankProvider->getPlayerPermission($player) == "plugin.command.use"){ $this->rankProvider->unsetPlayerPermission($player, "plugin.command.use"); } OR if(!$this->rankProvider->getPlayerPermission("ClickedTran") == "plugin.command.use"){ $this->rankProvider->unsetPlayerPermission("ClickedTran", "plugin.command.use"); }
See, it's very easy code and to remember :)