About XKamikazeFPVDrone
XKamikazeFPVDrone - kamikaze drone for your server.
Quote-> In the code you can switch the plugin language - LanguageEnglish = true <-
- Optimization of the interface for different monitor resolutions.
- There is a lang ru/en/uk/es.
- Sound effects when interacting with the menu.
- The ability to craft a drone.
- The ability to give away a drone by command. [ Shop and other things. ]
- The ability to change the drone's camera speed.
- The ability to change the speed and manoeuvrability of the drone.
- The ability to customise the radius and scale of damage.
- The creator of the explosives is the player controlling the drone. [ Settings in the config. ]
- Instant drone detonation if the explosives took damage. [ Settings in the config. ]
- Automatically add the player drones ID to the computer station they are sitting at. [ Radius: 15 meters ]
Permissions
xkamikazefpvdrone.usecraft - access to the drone crafting.
Commands
/craft.d - to open the crafting menu. give_drone steamID amount - to give the player a drone.
API
bool API_IsFPVDrone(Drone drone) - returns True/False if it's a kamikaze drone.
Hooks
void OnDroneExplode(Drone drone, Vector3 position) - is called when a kamikaze drone explodes.
Config
{ "Drone settings": { "Drone skin": 0, "The speed at which the drone camera moves left and right. [ Default: 2.0 ]": 5.0, "The speed at which the drone camera moves up and down. [ Default: 2.0 ]": 5.0, "The speed of the drone moving left, right, forward and backward. [ Default: 10.0 ]": 50.0, "The speed of the drone moving up and down. [ Default: 10.0 ]": 50.0, "Automatically add the player drones ID to the computer station they are sitting at. [ Radius: 15 meters ]": false }, "Explosive settings": { "Explosion radius. [ Default: 3.8 ]": 5.0, "Damage scale. [ Default: 1.0 - 137 HP ]": 2.5, "The creator of the explosives is the player controlling the drone. [ Useful for killing players on your own behalf. Blocks damage in a safe zone. Supports many plugins - TruePVE, RaidProtection, etc. ]": true, "Instant drone detonation if the explosives took damage.": false }, "Craft settings": { "Crafting workbench level. [ 0 - workbench is not required ]": 2, "List of crafting resources": { "ammo.rocket.basic": 1, "techparts": 1, "battery.small": 1, "ducttape": 2, "wiretool": 1, "gunpowder": 25, "cloth": 10, "lowgradefuel": 5 } } }