misticos
Prevents admin abuse by blocking actions and commands

Supported Games
GameServerKingsGameServerKings

Prevents admin abuse by blocking actions and commands. You can whitelist/block your admins from making something that is in config.

Configuration

Default Configuration

{
  "Limited Admins (SteamID)": [
    76000000000000
  ],
  "Limited Auth Levels": [
    1,
    2
  ],
  "Whitelisted Admins (SteamID)": [
    76000000000000
  ],
  "Limit All Admins Exclude Whitelisted": false,
  "Blocked Commands": [
    "chat.say"
  ],
  "Can Loot Entity": false,
  "Can Loot Player": false,
  "Can Pickup Entity": false,
  "Can Rename Bed": false,
  "Can Use Locked Entity": false,
  "Can Unlock": false,
  "Can Use Voice Chat": false,
  "Can Be Targeted": false,
  "Can Build": false,
  "Can Change Code": false,
  "Can Demolish": false,
  "Can Hack CH47 Crate": false,
  "Can Interact With Item": false,
  "Can Pickup Item": false,
  "Can Be Visible": false,
  "Can Damage": false,
  "Can Use Lift": false,
  "Can Toggle Oven": false,
  "Can Toggle Recycler": false,
  "Can Interact With Turret": false,
  "Can Gather": false,
  "Can Update Sign": false,
  "Can Enter Code": false,
  "Can Interact With Cupboard": false,
  "Can Interact With Vending Machine": false,
  "Can Interact With Weapons": false,
  "Debug": false
}

How-To

Limited Admins is a list of SteamID64 of admins who are limited.

Limited Auth Levels is a list of auth levels (0, 1 or 2) that are limited. It works only with Limit All Admins Exclude Whitelisted.

Whitelisted Admins is a whitelist, list of SteamID64 of admins who are allowed to bypass the plugin.

To ENABLE a limit for N action, set it's value in configuration to false.

Support

Feel free to check out ko-fi.com/misticos! If something I've made saved you time, fixed your server, or kept things running smooth, a coffee goes a long way. Not expected, but always appreciated.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.