Random timers for Airdrops, Cargo Ship, Patrol Helicopter, and Chinook

Supported Games
GameServerKingsGameServerKings

Permissions

  • eventrandomizer.check -- Required torun any of the chat provided commands
  • eventrandomizer.spawn.cargo -- Required to use the cargo.spawn console command
  • eventrandomizer.spawn.ch47 -- Required to use the ch47.spawn console command
  • eventrandomizer.spawn.heli -- Required to use the heli.spawn console command
  • eventrandomizer.spawn.airdrop -- Required to use the airdrop.spawn console command

Chat Commands

  • /cargo -- Check when the next random Carg Ship event is
  • /chinook -- Check when the next random Chinook Helicopter event is
  • /heli -- Check when the next random Patrol Helicopter event is

Console Commands

  • cargo.spawn -- Spawn Cargo Ship at a random location
  • ch47.spawn -- Spawn Chinook Helicopter at a random location
  • heli.spawn -- Spawn Patrol Helicopter at a random location
  • airdrop.spawn -- Spawn an airdrop at a random location

Configuration

To disable an automatic event, set the Min and Max value to 0.

{
  "Block Airdrops spawned by the server": true,
  "Block Cargo Ships spawned by the server": true,
  "Block Chinooks spawned by the server": true,
  "Block Patrol Helicopters spawned by the server": true,
  "Event Timers in seconds": {
    "Airdrop": {
      "Max": 3600.0,
      "Min": 3600.0
    },
    "Cargo": {
      "Max": 10800.0,
      "Min": 7200.0
    },
    "Chinook": {
      "Max": 14400.0,
      "Min": 7200.0
    },
    "Helicopter": {
      "Max": 7200.0,
      "Min": 3600.0
    }
  }
}

Localization

{
  "NextHeliIn": "Next Patrol Helicopter spawns in {0}",
  "NextChinookIn": "Next Chinook Helicopter spawns in {0}",
  "NextCargoIn": "Next Cargo Ship spawns in {0}",
  "CargoSpawned": "A Cargo Ship has been spawned.",
  "PatrolHelicopterSpawned": "A Patrol Helicopter has been spawned.",
  "ChinookSpawned": "A Chinook Helicopter has been spawned.",
  "Error: NoPermission": "You do not have permission to use this command.",
  "EventNotEnabled": "The Min and Max timer for {0} is less than or equal to 0 so this event has been disabled.",
  "Warning: MinGreaterThanMax": "The minimum value ({0}) for {1} is greater than the maximum value ({2})!",
  "FormatTime": "{0} Hours {1} Minutes",
  "AirdropSpawned": "An Airdrop has been spawned.",
  "NextAirdropIn": "Next Airdrop spawns in {0}"
}
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.
Donate
53.6K downloads
295 watchers

events