Blocks usage of certain commands and items as well as dealing and receiving damage while in noclip

Supported Games
GameServerKingsGameServerKings

Features

  • Block item usage while nocliping using shortnames (ex. rifle.ak will block using AK47 while flying)
  • Block command execute while nocliping (ex. tpa will block /tpa command when player is in noclip mode)
  • Block incoming damage (noone can hurt person who is nocliping)
  • Block outgoing damage (player can't hit anyone while is in noclip)

Permissions

  • nocliprestrictions.bypass - allows player to bypass all the restrictions set in configuration

Configuration

{
  "Blocked items (player cannot set them active while nocliping)": [
    "rifle.ak"
  ],
  "Blocked commands (player cannot execute them while nocliping)": [
    "tpa"
  ],
  "Block outgoing damage": false,
  "Block incoming damage": false
}

Localization

{
  "Prefix": "NoClip restrictions: ",
  "Item blocked": "Item {0} cannot be used while nocliping!",
  "Command blocked": "Command '{0}' cannot be used while nocliping!",
  "Outgoing damage blocked": "You can't hurt anyone while nocliping!",
  "Incoming damage blocked": "You can't hurt person who is nocliping!"
}

MIT License


Copyright (c) 2020 2CHEVSKII


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.