Version 1.0.2
27 downloads
Custom chinook allows you to create custom drop points for the chinook to drop crates off. This plugin is helpful for custom maps/monuments where the default chinook won't visit these destinations. Custom destinations can be added in the configuration file, along with interval between this event occurring. Additionally there is a setting for forcing the drop to the coordinates to get the coordinates of your drop location stand directly where you want it and run printpos in the console.
Usage
Permissions:
CustomChinookCrate.call
CustomChinookCrate.calloff
Commands:
/Call <- Triggers the calling of the chinook useful for testing drop positions.
/Calloff <- Calls off the chinook sending it back into the abyss of the ocean.
Config:
bool ForceDrop; <- Forcefully spawns a crate at the specific position when chinook is overhead.
float DropInterval; <- Interval between each chinook visit to default is 0 seconds which won't spawn any.
List<Vector3> DropPositions; <- List of drop locations default is the center of the map but multiple can be specified.