ColonBlow
Makes airdrops move some as if it's windy

Supported Games
GameServerKingsGameServerKings

Airdrops will now move around slighlty in a random direction and speed. Players will not be able to judge the airdrops exact drop location, but more a rough idea. Airdrops will no longer just fall straight down.

You can adjust the "windage" factor on Airdrops with the config. When airdrop spawns, it will randomly choose how much wind speed will effect its movement. It will chose from Min Speed and Max Speed set in config. The higher the number, the more the "wind" will effect speed and direction.

Plugin only effects the drop speed and direction it which Airdrop falls. Does NOT effect whats in the Airdrop.

Alt text

Configuration

{
  "windyAirdropSettings": {
    "Wind Speed Max - Maximus wind speed : ": 5.0,
    "Wind Speed Min - Minimum wind speed : ": 1.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.