Search the Community
Showing results for tags 'attackheli'.
-
Version 1.0.7
18 downloads
The NoDetect plugin prevents players with the "NoDetect" permissions from being targeted or detected by various hostile entities in Rust, including SAM sites, turrets, scientists, and animals. This provides players with a unique advantage, allowing them to navigate the game world with reduced threats from NPCs and automated defenses. Perfect For PVE & PVP Servers Plugin Preview Features Protection from NPCs: Players with the appropriate permissions can avoid detection and attacks from hostile NPCs, including scientists and animals. SAM Site Protection: Players can become undetectable by SAM sites, preventing them from being targeted by these automated defenses. Turret and Trap Immunity: Players can avoid triggering turrets, traps, and mines, ensuring safe passage in dangerous areas. Dynamic Command Activation: Players can activate or deactivate their States status with simple chat commands. Commands Activate Commands /startscientist: Activates the NPC targeting logic specifically for scientists. When this command is active, scientists will not attack the player. Only players with the "nodetect.scientists" permission can use this command. /startanimal: Activates the animal targeting logic. When this command is active, animals will not attack the player. Only players with the "nodetect.animals" permission can use this command. Deactivate Commands /stopscientist: Deactivates the NPC targeting logic for scientists. When this command is inactive, scientists will attack the player again. /stopanimal: Deactivates the animal targeting logic. When this command is inactive, animals will attack the player again. How to Use the Plugin Permissions: Ensure that players have the required permissions assigned to them. nodetect.sams nodetect.turrets nodetect.animals nodetect.scientists nodetect.flameturret nodetect.shotguntrap nodetect.mines nodetect.beartrap nodetect.bradley nodetect.heli nodetect.nohostile nodetect.nocommandanimals - all players with this permission do not need to type the /stopanimal or /startanimal - Animals will automatically ignore the players nodetect.nocommandscientists - all players with this permission do not need to type command to benefit from the Nodetection for Scientist they will now automatically ignore the player nodetect.nocommandallnpc - all players with this permission do not need to type command to benefit from NoDetection for Any NPC - includes BetterNPC npcs Commands for Managing NPC Interactions: /startscientist: Prevents scientists from attacking you, allowing for a safer exploration /stopscientist: Re-enables attacks from scientists, allowing for challenges within the game. /startanimal: Prevents animals from attacking you, giving you the freedom to explore without fear of the animals that at times can be very annoying /stopanimal: Permits animals to attack once again, ensuring that players can enjoy the thrill of hunting and survival. Plugins By Duff https://discord.gg/2KBPH7hXb7$9.99- 8 comments
- 2 reviews
-
Version 1.0.20
295 downloads
This plugins allows your players to spawn helicopters on demand. Everything is configured in custom profiles, each profile has a name, the type of the helicopter and the settings. Please report any bugs either by sending a private message here or on Discord. I'm also open to new ideas and improvement requests. I'm online on the Codefling Discord channel. What's new ? Better boundary validation before spawning a vehicle Cool down period is displayed in day min and seconds Entity limit per profile Automatically fetch an entity when the limit is set to 1 (one) Spawn distance to helicopter based on type Spawned entities are now persistent at server restart Supported helicopters: MiniHelicopter AttackHelicopter TransportHelicopter Supported features (you can enable/disable them per profile): Auto hovering with PID controller stabilization (same shit used by real drones) Automatic mount the owner when the helicopter is spawned Instant takeoff will remove the engine ramping time Lock the spawned helicopter's pilot seat to the person who spawned it Remove all outside/inside decay Remove fuel consumption Spawn fuel amount Let's take the example of the following profile: { "Name": "attack", "Type": "AttackHelicopter", "CooldownInSeconds": 3600, "Distance": { "Fetch": { "Min": 50, "Max": 0 }, "Remove": { "Min": 0, "Max": 50 } }, "Settings": { "AutoHover": { "Enabled": false, "MinSpeed": 3 }, "AutoMountPlayer": false, "InstantTakeoff": false, "LockToOwner": false, "NoDecay": false, "NoFuelConsumption": false, "SpawnFuelAmount": 100 } } The plugin will automatically create for you the following commands: /myattack to spawn a minicopter /fattack to fetch a spawned minicopter /noattack to despawn a spawned minicopter The plugin will also automatically create for each command a permission, this allows fine grain control over who can execute which command. helimanager.attack.spawn helimanager.attack.fetch helimanager.attack.remove$9.99- 76 comments
- 1 review
-
- 2
-
- #mini
- #minicopter
- (and 10 more)
-
Version 1.0.1
40 downloads
Allows players to trigger specific chat commands by pressing buttons while operating every type of helicopters in the game, including the Minicopter, Scrap Helicopter, Attack Helicopter, and the CH47 Chinook. Each helicopter has there own keybinds that trigger any command you add to config, The plugin also offers a convenient command to toggle these keybinds on or off. The keybind commands in config supports both player chat commands and console commands. For chat commands add a / before the command and remove the / for console commands, use null to disable the keybind input. Configuration Example: { "AttackHelicopter": { "FIRE_PRIMARY": null, "FIRE_SECONDARY": null, "FIRE_THIRD": null, "USE": "hover", "DUCK": null, "SPRINT": null, "RELOAD": null }, "CH47Helicopter": { "FIRE_PRIMARY": null, "FIRE_SECONDARY": null, "FIRE_THIRD": null, "USE": null, "DUCK": null, "SPRINT": "hover", "RELOAD": null }, "Minicopter": { "FIRE_PRIMARY": "/hover", "FIRE_SECONDARY": "/sirens", "FIRE_THIRD": "/takeoff", "USE": "/eject", "DUCK": null, "SPRINT": "/nitro", "RELOAD": "/radio" }, "ScrapTransportHelicopter": { "FIRE_PRIMARY": null, "FIRE_SECONDARY": null, "FIRE_THIRD": null, "USE": "/nitro", "DUCK": null, "SPRINT": "/takeoff", "RELOAD": null } }Free-
- 1
-
- #minicopter
- #helicopter
- (and 13 more)