Sche1sseHund
Prevents players from using mini or scrap helicopters or prevent them from spawning altogether

Supported Games
GameServerKingsGameServerKings

The purpose of this simple plugin is to prevent users from being able to use minicopters. You can prevent them from spawning after purchase, or you can allow them to spawn but prevent them from being able to use them if they do not have proper permissions.

Permissions

By default, this plugin will disable the abilty of any player to use a minicopter or a scrap transport helicopter. You can use these permissions to override this functionality.

  • nomini.allowmini - Users that have this permission are allowed to fly minicopters
  • nomini.allowscrappy - Users that have this permission are allowed to fly scrap transport helicopters
  • nomini.allowairwolf- Users must have this permission to talk to Airwolf vendor

Configuration

{
  "KillMiniOnSpawn": true,
  "KillScrappyOnSpawn": true,
  "ExplodeOnKill": true,
  "DisableBanditVendor": true
}
  • KillMiniOnSpawn - If true, a minicopter will be instantly destroyed upon spawn
  • KillScrappyOnSpawn - If true, a scrap transport copter will be instantly destroyed upon spawn
  • ExplodeOnKill - If this is true, it will cause the mini or scrap helicopter to explode when it is killed (if KillMiniOnSpawn or KillScrappyOnSpawn is true). If false, vehicles will be destroyed silently when they are killed.
  • DisableBanditVendor - If this is true, players cannot even talk to Airwolf vendor

Localization

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.