"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
Not blocking commands when frozenFixed
Are you using any other plugins that use the OnPlayerCommand hook? Did you verify those players have the freeze.frozen permission?
| Admin Deep Cover | 2.2.8 | AdminDeepCover.cs | |
| Admin Radar | 5.1.4 | AdminRadar.cs | |
| AutoBroadcast | 1.0.8 | AutoBroadcast.cs | |
| Better Chat | 5.2.7 | BetterChat.cs | |
| Better Chat Filter | 1.6 | BetterChatFilter.cs | |
| Better Chat Mute | 1.2.1 | BetterChatMute.cs | |
| Bypass Queue | 1.0.4 | BypassQueue.cs | |
| Enhanced Ban System | 5.2.6 | EnhancedBanSystem.cs | |
| Entity Owner | 3.4.0 | EntityOwner.cs | |
| Freeze | 3.0.1 | Freeze.cs | |
| Give | 3.2.6 | Give.cs | |
| Godmode | 4.2.9 | Godmode.cs | |
| Group Limits | 3.0.3 | GroupLimits.cs | |
| Inventory Viewer | 4.0.4 | InventoryViewer.cs | |
| Logger | 2.2.1 | Logger.cs | |
| No Give Notices | 0.3.0 | NoGiveNotices.cs | |
| Oxide | 2.0.5276 | Oxide.Rust.dll | |
| PermissionsManager | 0.1.1 | PermissionsManager.cs | |
| PlayerAdministration | 1.6.7 | PlayerAdministration.cs | |
| Raid Tracker | 1.2.5 | RaidTracker.cs | |
| Rustcord | 3.2.1 | Rustcord.cs | |
| ServerInfo | 0.5.6 | ServerInfo.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
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!