Console commands from players not blockedFixed

i have installed it, tried those predefined commands in the config file "kill, status, spectate" but i can use them anyway and so do other players, where is the problem?

At least 2 of those commands are client-side and are not handle like a normal command on the server and may not even be sent to the server, so this plugin can't really block them.

If blocking "kill" does not work, I'd suggest trying one of the plugins that blocks players killing themselves specifically.

well mainly i wanted my admins on the server to block from using F1 item spawn, but inventory.give does not work either and it does not block it

Are you sure the plugin is loaded? There's no reason why it wouldn't block that one. Keep in mind that there are about 4 different commands for the F1 item giving.

Also, I'd suggest using the Give plugin for finer control over who can use the F1 giving.

Go0ePa8S2poB3OZ.jpg Wulf

Are you sure the plugin is loaded? There's no reason why it wouldn't block that one. Keep in mind that there are about 4 different commands for the F1 item giving.

Also, I'd suggest using the Give plugin for finer control over who can use the F1 giving.

yes its loaded, chat commands works just fine, i tried to block inventory.give and inventory.givearm but it still worked.About that other plugin im sceptical as it may not follow FP guidelines for servers that uses plugins in the community list

Update should fix handling of console commands send by players.

Plugin is still not properly handling commands sent by players. Unable to block the spawning of items via F1 with the following configuration file:

{
  "Block commands sent by players": true,
  "Block commands sent by server": false,
  "List of commands to block": [
    "inventory.copyto",
    "inventory.defs",
    "inventory.deployloadout",
    "inventory.deployloadoutinrange",
    "inventory.endloot",
    "inventory.equipslot",
    "inventory.equipslottarget",
    "inventory.give",
    "inventory.giveall",
    "inventory.givearm",
    "inventory.giveid",
    "inventory.giveto",
    "inventory.lighttoggle",
    "inventory.listloadouts",
    "inventory.reloaddefs",
    "inventory.resetbp",
    "inventory.saveloadout",
    "inventory.unlockall"
  ],
  "Log blocked command attempts": true
}​

This was attempted with a fresh download of the plugin from uMod.

Edit: Turns out the wording of the configuration file should be adjusted. By setting "Block commands sent by server" to "true", the plugin operated as intended. Wording such as "Block commands sent by players" suggests that all actions initated by the player (F1 Console) should be apply.
DUCKp3D6ogvbR4q.png Triax

Plugin is still not properly handling commands sent by players. Unable to block the spawning of items via F1 with the following configuration file:

Please try the latest version, it should resolve your issues.

Locked automatically