Not blocking commands when frozenFixed

"Block commands while frozen": false,

yet players cant use /info for serverinfo plugin to read the rules while being frozen or any other command, please fix

Are you using any other plugins that use the OnPlayerCommand hook? Did you verify those players have the freeze.frozen permission?

Admin Deep Cover2.2.8AdminDeepCover.cs 
Admin Radar5.1.4AdminRadar.cs 
AutoBroadcast1.0.8AutoBroadcast.cs 
Better Chat5.2.7BetterChat.cs 
Better Chat Filter1.6BetterChatFilter.cs 
Better Chat Mute1.2.1BetterChatMute.cs 
Bypass Queue1.0.4BypassQueue.cs 
Enhanced Ban System5.2.6EnhancedBanSystem.cs 
Entity Owner3.4.0EntityOwner.cs 
Freeze3.0.1Freeze.cs 
Give3.2.6Give.cs 
Godmode4.2.9Godmode.cs 
Group Limits3.0.3GroupLimits.cs 
Inventory Viewer4.0.4InventoryViewer.cs 
Logger2.2.1Logger.cs 
No Give Notices0.3.0NoGiveNotices.cs 
Oxide2.0.5276Oxide.Rust.dll 
PermissionsManager0.1.1PermissionsManager.cs 
PlayerAdministration1.6.7PlayerAdministration.cs 
Raid Tracker1.2.5RaidTracker.cs 
Rustcord3.2.1Rustcord.cs 
ServerInfo0.5.6ServerInfo.cs 
Vanish

These are plugins i run, and no, no player has any of these permissions, they are random players that i freeze to force them to read the rules. Yet they can't while frozen and this being set to false - "Block commands while frozen"

In order for players to be frozen, they are issued the "freeze.frozen" permission, this is what is checked for. This permission is granted automatically, but commands would only be blocked if they have this permission from being frozen.

I've made some tweaks here though if you'd like to test: https://umod.org/plugins/Freeze.cs?version=3.0.2&branch=commands

Go0ePa8S2poB3OZ.jpg Wulf

In order for players to be frozen, they are issued the "freeze.frozen" permission, this is what is checked for. This permission is granted automatically, but commands would only be blocked if they have this permission from being frozen.

I've made some tweaks here though if you'd like to test: https://umod.org/plugins/Freeze.cs?version=3.0.2&branch=commands

well, then everybody must have that permission, i have not set anything else there. But we may have a misunderstading here, im saying that i need to enable commands when player become frozen, so he could read the rules from another plugin. But even when i set "Block commands" to false, they are still blocked.

Edit: That updated plugin file from you seems like it fixed the issue. Thank you

Ah okay, I see now.. so you were just saying the option wasn't working. Okay, thats fixed then. Thanks!

Locked automatically