Jump to content

Search the Community

Showing results for tags 'gun'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 13 results

  1. 0xF

    Better Medicine

    Version 1.0.1

    45 downloads

    Change your survival experience on Rust with BetterMedicine! This comprehensive plugin introduces a range of medical items including injection guns, defibrillators, syringes, first aid kits, and bandages. Imagine a scenario where you can strategically lift and heal a teammate from a distance, administer special syringes, or even perform a life-saving resurrection with a defibrillator. BetterMedicine is your key to improving medical gameplay and increasing survivability in the harsh environment of Rust. Default configuration file composition: Customized defibrillator 3 levels of injection syringes 3 levels of syringes, includes quality icons for each level 3 levels of bandages, includes quality icons for each level 3 levels of first aid kits, includes quality icons for each level For each item there are already ready-made crafts for the SimpleCraftSystem plugin. This is just what comes by default, you can create bandages, syringes and first aid kits with any effects you want, as well as other injection gun configurations. Features: Injection Pistols: Heal and lift teammates from a distance. Lifting and healing are accompanied by effects. Customizable working distance, treatment volume, magazine capacity, and crafting options. Defibrillator: Resurrect fallen players. Start the resurrection animation by pointing at the corpse and holding down the LMB (Left Mouse Button). Keep focus on the corpse during the resurrection process. Customizable resurrection time and crafting options. Syringes, first aid kits and bandages: Create different syringes, first aid kits and bandages with a different set of effects. Available effect types: Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime. Demo Video: Installation Instructions: Download the CustomItemDefinitions dependency library from here. Place the library in the plugins directory of your server. Wait for it to load on your server. Download the plugin you purchased. Place the plugin in your server's plugin directory. Configure the settings to your liking using the provided examples in the configuration file. Enjoy! Instructions for use (Permission and Commands): The plugin does not need permissions as it provides a variety of medical items. You can give out items using the standard command give {shortname}. Injection gun - pistol.injection.{configuration name} Example from the default config: give pistol.injection.level2 Defibrillator - give defibrillator Syringes - give syringe.medical.{configuration name} Example from default config: syringe.medical.level3 Medkit - give largemedkit.{configuration name} Example from default config: largemedkit.level1 Bandage - give bandage.{configuration name} Example from default config: bandage.level1 Default Config: { "General": { "Effects": { "Number of electric balls when lifting an wounded player": 3, "Syringe effect": true }, "[SimpleCraftSystem] Craft Page Settings": { "Title": "<color=#00FF91><b>MEDICINE</b></color>", "Command to open": "medicine", "Permission to open (simplecraftsystem.*)": "medicine" } }, "Defibrillator config": { "Name": "Defibrillator", "Description": "A device that delivers an electrical charge to the heart to resurrect a dead player.", "Icon SkinId": 3141788438, "Seconds to resurrect": 3.0, "Electic skeleton at the end": true, "Become wounded after the resurrect": true, "Use item after the resurrect": true, "Heal amount after the lift": 0.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "electric.battery.rechargable.small", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "wiretool", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "electric.teslacoil", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "fuse", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "metal.refined", "SkinID": -1, "Amount": 50, "Name": null, "Description": null } ] } }, "Injection gun configs": { "level1": { "Name": "Injection Gun (Level 1)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 1, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 10.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "metalspring", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "metal.fragments", "SkinID": -1, "Amount": 100, "Name": null, "Description": null } ] } }, "level2": { "Name": "Injection Gun (Level 2)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 3, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 20.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 4, "Name": null, "Description": null }, { "Shortname": "metalspring", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "metal.fragments", "SkinID": -1, "Amount": 100, "Name": null, "Description": null } ] } }, "level3": { "Name": "Injection Gun (Level 3)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 5, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 50.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 10, "Name": null, "Description": null }, { "Shortname": "metalspring", "SkinID": -1, "Amount": 5, "Name": null, "Description": null }, { "Shortname": "metal.fragments", "SkinID": -1, "Amount": 100, "Name": null, "Description": null } ] } }, "admin": { "Name": "Injection Gun (Admin)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 1000, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 1000000.0, "[SimpleCraftSystem] Craft": { "Permission": "admin", "Ingradients": [] } } }, "Bandage configs": { "level1": { "Name": "Bandage (Level 1)", "Description": "", "Icon SkinId": 3141443625, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -5.0 }, { "Effect Type": "Bleeding", "Amount": -60.0 }, { "Effect Type": "Health", "Amount": 10.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "bandage", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "gunpowder", "SkinID": -1, "Amount": 3, "Name": null, "Description": null } ] } }, "level2": { "Name": "Bandage (Level 2)", "Description": "", "Icon SkinId": 3141443298, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -10.0 }, { "Effect Type": "Bleeding", "Amount": -70.0 }, { "Effect Type": "Health", "Amount": 15.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "bandage", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "gunpowder", "SkinID": -1, "Amount": 5, "Name": null, "Description": null } ] } }, "level3": { "Name": "Bandage (Level 3)", "Description": "", "Icon SkinId": 3141443691, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -15.0 }, { "Effect Type": "Bleeding", "Amount": -80.0 }, { "Effect Type": "Health", "Amount": 20.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "bandage", "SkinID": -1, "Amount": 5, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 5, "Name": null, "Description": null }, { "Shortname": "gunpowder", "SkinID": -1, "Amount": 10, "Name": null, "Description": null } ] } } }, "Syringe configs": { "level1": { "Name": "Medical Syringe (Level 1)", "Description": "", "Icon SkinId": 3141445760, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -10.0 }, { "Effect Type": "Radiation", "Amount": -20.0 }, { "Effect Type": "Health", "Amount": 25.0 }, { "Effect Type": "HealthOverTime", "Amount": 20.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "healingtea", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "radiationresisttea", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level2": { "Name": "Medical Syringe (Level 2)", "Description": "", "Icon SkinId": 3141445205, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -15.0 }, { "Effect Type": "Radiation", "Amount": -30.0 }, { "Effect Type": "Health", "Amount": 50.0 }, { "Effect Type": "HealthOverTime", "Amount": 30.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 4, "Name": null, "Description": null }, { "Shortname": "healingtea.advanced", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "radiationresisttea.advanced", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level3": { "Name": "Medical Syringe (Level 3)", "Description": "", "Icon SkinId": 3141445599, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -20.0 }, { "Effect Type": "Radiation", "Amount": -40.0 }, { "Effect Type": "Health", "Amount": 100.0 }, { "Effect Type": "HealthOverTime", "Amount": 35.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 4, "Name": null, "Description": null }, { "Shortname": "healingtea.pure", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "radiationresisttea.pure", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } } }, "Medkit configs": { "level1": { "Name": "Large Medkit (Level 1)", "Description": "", "Icon SkinId": 3141443942, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -20.0 }, { "Effect Type": "Bleeding", "Amount": -100.0 }, { "Effect Type": "Health", "Amount": 20.0 }, { "Effect Type": "HealthOverTime", "Amount": 100.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "largemedkit", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "tarp", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "rope", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level2": { "Name": "Large Medkit (Level 2)", "Description": "", "Icon SkinId": 3141444145, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -30.0 }, { "Effect Type": "Bleeding", "Amount": -100.0 }, { "Effect Type": "Health", "Amount": 30.0 }, { "Effect Type": "HealthOverTime", "Amount": 100.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "largemedkit", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "tarp", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "rope", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level3": { "Name": "Large Medkit (Level 3)", "Description": "", "Icon SkinId": 3141444029, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -40.0 }, { "Effect Type": "Bleeding", "Amount": -100.0 }, { "Effect Type": "Health", "Amount": 40.0 }, { "Effect Type": "HealthOverTime", "Amount": 100.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "largemedkit", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "tarp", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "rope", "SkinID": -1, "Amount": 3, "Name": null, "Description": null } ] } } } }
    $20.00
  2. Version 1.0.0

    11 downloads

    - Inferno Arena Inferno Arena is a battlefield with traps, death and fire. Enter the real hell in this scenario full of traps and fire, survive your opponent, watch your back. There can only be one left. - Includes: Gods of War (Giant statues). Traps, Watchtowers, Barricades, Poisonous liquid and fire.
    $10.91
  3. Version 0.1.4

    13 downloads

    Short Description: Makes your guns create entities/explosions/animals wherever your bullet impacts, or freezes/removes entities/NPCs that you hit with your bullet. Configured via commands. Allow players to use certain guns to spawn animals, explosions, or entities wherever their bullet lands. Or maybe freezing entities is up your alley! If you've ever wanted to do the mannequin challenge with NPCs/Entities in Rust, now you can! You freeze almost every entity in the game using a specified, configurable gun. Not interested in freezing entities? How about deleting them from existence because they are bothering you, well, lucky for you this plugin has that too! Anywhere you shoot will have any of the above abilities if you activate them! The plugin automatically unfreezes all entities that were frozen upon unloading the plugin. This is a configurable setting you can disable, however, Cargo will always unfreeze itself the way I have it set up to not cause any issues. Cargo is also currently the only one that freezes itself upon loading the plugin if it was already frozen when unloading it. You can freeze entities with this plugin in your own plugins via calling the methods: GunTypes.Call("MethodName", parameter1, parameter2, parameterX); // EX: GunTypes.Call("CargoFreeze", CargoShip, IPlayer, string, bool); FEATURES: Explosive Gun: MLRS Rocket Incendiary Rocket Satchel Charge F1 Grenade Flash Bang Napalm Fire (the fire that Bradley/Attack Heli drops) Supply Signal Animal Gun: Wolf Bear Polar Bear Boar Chicken Stag Shark NPC Gun: Scarecrow NPC Bandit Camp Scientist/Guard Cargo LR-300 Scientist Cargo MP5 Scientist Underwater Dweller Tunnel Dweller CH47 Chinook Scientist (M249) (cannot move) Outpost Scientist Entity Gun: Scarecrow (entity, the T-Posed object with a hat meant to scare crows) Snowman Christmas Tree Candy Canes Present Zombie Test (Customizable via Config, just put the prefab) Freeze Gun (What it's able to Freeze) Cargo Attack Heli Bradley Chinook/CH47 All Vehicles (Mini Copter, Car (Modular Cars), Sedan, Rhib, Tugboat, Rowboat, Paddle Boat, Subs, Scarp Heli, Trains/Workcarts, Snowmobiles, Ridable Horse) Animals ALL AI (Scientists, Underwater Dwellers, NPCMissionProviders, Etc.) Traps (Landmines, Bear Traps, Gun Traps) Auto Turrets/Flame Turrets (Safezone turrets and regular ones) Sam Sites (Safezone Sam Sites and regular ones) Conveyors Doors Hackable Crate StorageContainers Remove Gun (What its able to Remove) Everything that is Interactable. Abandoned Military Base (Basically all of the monument can be removed for whatever reason, only things that will remain are the entrances and outlined portion of the monument where the ground is raised) PLANNED FEATURES: Car Gun (What its able to shoot) Rhib Attack Helicopter (new one, not patrol heli) Chinook Sedan Minicopter Tugboat Tomaha Solo Sub Modular 4 Car Modular 2 Car Video Examples: Note: The SPAS12 video used 4x the explosive amount per pellet. More Videos to come! EXAMPLE OF CAR GUN (NOT IN PLUGIN YET This is also a slightly older implementation, and has now been slowed down to prevent as much clipping into the ground/through objects. Permissions: guntypes.gun - Allows user to use the /gun command. guntypes.setgun - Allows user to use the /gun set command. guntypes.animal - Allows user to use the /gun animal command. guntypes.explosive - Allows user to use the /gun explosive command. guntypes.entity - Allows user to use the /gun entity command. guntypes.remove - Allows user to use the /gun remove command. guntypes.freeze - Allows user to use the /gun freeze command. guntypes.npc - Allows uers to use the /gun npc command. Any other permission you see DO NOT USE OR ACTIVE YOURSELF they are for internal plugin use. You SHOULD NOT attempt to give a user ALL permissions when giving permissions to a user. Give them manually. Chat Commands: Note: Turning on any of the gun modes via their direct name (i.e: animal, entity, etc.) will also effectively do `/gun on` for you. /gun off - Disables gun mode in general to prevent use of any of the types below. /gun on - Activates gun mode in general to allow use of any of the types below. /gun animal - Activates animal gun mode. /gun explosive - Activates explosive gun mode. /gun entity - Activates animal gun mode. /gun freeze - Activates animal gun mode. /gun remove - Activates animal gun mode. Use Shortnames to change the gun type, or their defining part of their name. EX: for "pistol_revolver", do "revolver". /gun set animal wolf - Sets your current held gun to the wolf gun. /gun set explosive mlrs m249 - Sets the M249 to the MLRS gun. /gun set freeze - Sets your current held gun to the freeze gun. (only 1 freeze type so no type specification required) /gun set remove pistol_revolver - Sets revolver to the remove gun. (only 1 remove type so no type specification required) /gun spawnfrozen on - Sets NPCs and Animals to spawn frozen. /gun spawn frozen on - Sets NPCs and Animals to spawn frozen. Lots of QoL allowances for freeze AoE commands. /gun set freeze aoe on - Sets freeze AoE (radius) on. /gun freeze aoe on - Sets freeze AoE (radius) on. /gun set freeze aoe 12 - Sets freeze AoE (radius) to 12m. /gun freeze aoe 12 - Sets freeze AoE (radius) to 12m. Note/Be Aware: A gun that is used multiple times in the same gun type will only allow for 1 of the specified events to occur. EX: using explosive gun and having M249 set to both C4 and MLRS will only allow either C4 or MLRS to happen, not both. You will need to manually set the other M249 value to something other than the M249 value for the type you're not attempting to use. Meaning if you are trying to use C4 and NOT MLRS, then set MLRS to something other than the C4 value. You can now change your guns without affecting other users guns! Note 2: You setting the gun for yourself also sets it for ALL other players who are using the plugin. My goal is to eventually change this to individual gun settings for each user, but current implementation does not allow for it yet. Config: { "The command you type in to use the plugin": "gun", "Color/Hex for Syntax in Lang": "#ff3d3d", "Color/Hex for Commands in Syntax in Lang": "orange", "Color/Hex for 'Animal Gun' in Lang when calling the Gun Types commands": "#30D5C8", "Color/Hex for 'Explosive Gun' in Lang when calling the Gun Types commands": "orange", "Color/Hex for 'Entity Gun' in Lang when calling the Gun Types commands": "purple", "Color/Hex for 'Remove Gun' in Lang when calling the Gun Types commands": "#ff3d3d", "Color/Hex for 'Freeze Gun' in Lang when calling the Gun Types commands": "#30D5C8", "Color/Hex for 'NPC Gun' in Lang when calling the Gun Types commands": "#cf1d40", "Color/Hex for 'Activated' in Lang when calling the Gun Types commands": "green", "Color/Hex for 'Deactivated' in Lang when calling the Gun Types commands": "red", "The Color/Hex of the attempted entity/gun in the response for successful/failed gun setting": "orange", "The Color/Hex of the attempted spawn type in the response for successful/failed gun setting": "#40E0D0", "The test entity spawned using the entity gun": "assets/content/structures/interactive_garage_door/sliding_blast_door.prefab", "Unfreeze ALL frozen entities upon unloading (Excluding Cargo, it will automatically unfreeze).": true, "Freeze AoE (radius) Effect Enabled for ALL user with freeze permission (if set to false, no one can use AoE. If enabled, allows AoE Freeze)": true, "Max AoE (radius) a user is allowed to set for AoE freezing": 350, "Spawn tamable animals": true, "Spawn animals already tamed by the user who shot the gun": true } Credits: bmgjet - Thanks to bmgjet for allowing me to use code that they had made to get the closest cargo node, and also informing me on a way to freeze cargo!
    $9.99
  4. Version 1.0.0

    8 downloads

    - Inferno Arena Lite Inferno Arena Lite is an optimized version of Inferno Arena. Inferno Arena is a battlefield with traps, death and fire. Enter the real hell in this scenario full of traps and fire, survive your opponent, watch your back. There can only be one left. - Includes: Gods of War (Giant statues). Traps, Watchtowers, Barricades, Poisonous liquid and fire.
    $8.70
  5. Version 1.0.0

    11 downloads

    Decorate the ocean with this Aircraft Carrier, although it is not necessary, this Aircraft Carrier was created for the BiPlane plugin. Aircraft Carrier contains a large space to place helicopter, or spawn points for the BiPlane plugin. It also contains NPC, helicopter respawn and a hackable box.
    $8.75
  6. badgyver

    Arena Dome

    Version 1.0.0

    15 downloads

    Create epic player vs. player battles with this original arena. Arena Dome is fully compatible with Zone Manager and Event Manager. Arena Dome contains NPCs, loot, walls for players to cover their backs, and several towers for players to shoot from above.
    $7.66
  7. Version 1.0.0

    7 downloads

    The “Teleport Gun” plugin allows players to teleport to the destination using a special weapon. Plugin Command and Permission: Command: /portgun Permission: teleportgun.use Configurability: The plugin's configuration file provides various customization options: Enable/disable teleport cooldown (TeleportCooldownEnabled) Set the duration of teleport cooldown in seconds (TeleportCooldownSeconds) Enable/disable blocking of teleports during combat (TeleportBlockDuringCombat) Set the duration of combat mode cooldown in seconds (CombatBlockCooldownSeconds) Specify the required skin ID for the teleport gun (RequiredTeleportGunSkinId) If you have any questions or problems, join my discord https://discord.gg/D2zTWCEnrN { "TeleportCooldownEnabled": false, "TeleportCooldownSeconds": 180, "TeleportBlockDuringCombat": false, "CombatBlockCooldownSeconds": 180, "RequiredTeleportGunSkinId": 2328155651 } If you have any questions or problems, join my discord https://discord.gg/D2zTWCEnrN
    $7.99
  8. Pwenill

    Portals Gun

    Version 1.0.0

    3 downloads

    Creates portals by pulling on any surface for you teleported Demo Permissions Commands Config Lang
    $9.98
  9. Yaki

    Reload on Kill

    Version 1.0.3

    35 downloads

    Gives players with permission the ability for their weapon to be automatically reloaded (without the animation) using ammo from their inventory when they kill another player. There are options in the config to: select which weapons will auto reload choose if all weapons should consume ammo or not Permissions: reloadonkill.player - required to auto reload when a player kills another player reloadonkill.npc - required to auto reload when a player kills npcs reloadonkill.animal - required to auto reload when a player kills animals Compatible animals: bear boar chicken polarbear stag wolf Compatible weapons: Abyss Assault Rifle Assault Rifle Assault Rifle - ICE Bolt Action Rifle Crossbow Custom SMG Double Barrel Shotgun Eoka Pistol HMLMG LR-300 Assault Rifle L96 Rifle M249 M39 Rifle M92 Pistol MP5A4 Nailgun Prototype 17 Pump Shotgun Python Revolver Revolver Semi-Automatic Pistol Semi-Automatic Rifle Spas-12 Shotgun Thompson Waterpipe Shotgun Config: { "auto_reload_animal_list": [ "bear", "boar", "chicken", "polarbear", "stag", "wolf" ], "auto_reload_weapon_list": [ "rifle.ak.diver", "rifle.ak", "rifle.ak.ice", "rifle.bolt", "smg.2", "shotgun.double", "pistol.eoka", "hmlmg", "rifle.l96", "rifle.lr300", "lmg.m249", "rifle.m39", "pistol.m92", "smg.mp5", "pistol.nailgun", "pistol.prototype17", "shotgun.pump", "pistol.python", "pistol.revolver", "pistol.semiauto", "rifle.semiauto", "shotgun.spas12", "smg.thompson", "shotgun.waterpipe" ], "consume_inventory_ammo": true }
    $4.99
  10. Lincoln

    The Fun Gun

    Version 1.0.6

    17 downloads

    Shoot vehicles out of the snowball gun! Prerequisites A snowball gun in hand. No need for ammo. Permissions TheFunGun uses Oxides permission system To assign a user permission use oxide.grant user "username|steam id" "permission" in console. To assign a group permission use oxide.grant group "groupname" "permission" in console. TheFunGun.CarGun.Use TheFunGun.RhibGun.Use TheFunGun.BoatGun.Use TheFunGun.SnowGun.Use TheFunGun.RandGun.Use TheFunGun.BypassCooldown.Use Chat Commands /cargun - To enable the car gun (sedan). /rhibgun - To enable the rhib gun. /boatgun - To enable the row boat gun. /snowgun - To enable the snow mobile gun. /randgun - To enable the random gun that choose a random vehicle. Caveats Be mindful when choosing your de-spawn timer in the config. Having a high de-spawn timer means the vehicles stay on the server for longer. To avoid any spam or server lag, be sure to keep this number low. Configuration The configuration file can be found in your server directory at .../oxide/config/TheFunGun.json The use of an editor and validator is recommended to avoid formatting issues { "Despawn Timer": 5.0, "Velocity": 75.0 "Cooldown": 1.0 } Localization { "RandGunEnable": "<color=#ffc34d>TheFunGun</color>: Random Gun <color=#36802d>Enabled</color>", "RandGunDisable": "<color=#ffc34d>TheFunGun</color>: Random Gun <color=#ff6666>Disabled</color>", "CarGunEnable": "<color=#ffc34d>TheFunGun</color>: Car Gun <color=#36802d>Enabled</color>", "CarGunDisable": "<color=#ffc34d>TheFunGun</color>: Car Gun <color=#ff6666>Disabled</color>", "RhibGunEnable": "<color=#ffc34d>TheFunGun</color>: Rhib Gun <color=#36802d>Enabled</color>", "RhibGunDisable": "<color=#ffc34d>TheFunGun</color>: Rhib Gun <color=#ff6666>Disabled</color>", "BoatGunEnable": "<color=#ffc34d>TheFunGun</color>: Boat Gun <color=#36802d>Enabled</color>", "BoatGunDisable": "<color=#ffc34d>TheFunGun</color>: Boat Gun <color=#ff6666>Disabled</color>", "SnowGunEnable": "<color=#ffc34d>TheFunGun</color>: Snow Gun <color=#36802d>Enabled</color>", "SnowGunDisable": "<color=#ffc34d>TheFunGun</color>: Snow Gun <color=#ff6666>Disabled</color>", "NoPermission": "<color=#ffc34d>TheFunGun</color>: You do not have permission to use this command", "Cooldown": "<color=#ffc34d>TheFunGun</color>: You are on a {0} second cooldown." } Special Thanks Thank you to unboxingman for his assistance in the development of this plugin. Support Dark Side Development Discord
    $5.00
  11. Jerwiz

    Gun Counter

    Version 1.0.0

    194 downloads

    Weapons store. Small and compact design. It will probably look good in the outpost. I really hope you like it There aren't a lot of prefabs here, but it looks very cool and cool I hope you like my gun shop and you will appreciate it! You can also contact me via my discord PlayBoy#2879
    Free
  12. Katalaner

    Rifle Club

    Version 1.0.0

    11 downloads

    The rifle club is a building where shooting exercises can be done. The task is a green and blue puzzle. A recycler is ready for use. All weapons are in the exhibition. come on, show what you can do. Prefabs: 598 Please note: Download the prefab files and place them in RustEdit/CustomPrefabs directory of RustEdit. The prefabs can be accessed in the custom section of prefab browser. To use sinlge letters, the prefab has to be broken by selecting it (once placed) and using the "break prefab" function. Important: I don't use "prevent building sphere/cubes" in any of my prefabs, also no monument markers are set. These need to be added by yourself. If the NPCs are not wanted, press the H key (overview of all prefabs) and delete them from the prefab. Questions and suggestions: If you have any problems you can contact me via Katalaner - Discord: https://discord.gg/e2vrPszZFX Katalaner Webseite: http://katalaner.de Rustgame Infoseite: http://webarte.de Youtube: https://www.youtube.com/channel/UC_5P_wAFKl5bdndkDEQDK4g PVE Urlaub Rust Server - Discord: https://discord.gg/75u3fJwPQw
    $12.07
  13. Version 2.1.0

    35 downloads

    The Tool Gun now destroys deployed entities and constructions. Good-to-Know Only players under Building Privilege are able to recycle entities. Some entities will be refunded as material the first time if not knew in the database then, if possible, refunded as item if enabled in the config file. Config File My plugins are designed to adapt to your needs through a rich configuration file. { "Plugin Settings": { "Damages inflicted by the Tool Gun in percent (float)": 10.0, "Do refund as item when possible? (boolean)": true, "Amount materials refund in percentage (float)": 75.0, "Do only allow destroying unpickable entities (e.g.: Large Furnace)? (boolean)": false }, "System Settings": { "Show optional logged messages in the console (boolean)": true } } Permission ToolGunRework.use : allow using the Tool Gun as recycler. Scalable Designed and Optimized for Performance The plugins are developed with a primary objective to be very performant and scalable, thus limiting plugin-related performance losses and limited functionalities or upgrades. Premium Ready My plugins use an advanced system offering the possibility for administrators to create as many profiles as they wish in order to offer them to their players through a Premium pack. Multilingual My plugins are designed to be usable in different languages. English and Français are available by default. Administrators can add their own language. Colorblindness Friendly Interfaces are carefully designed to be as readable as possible by all players. Secured Database The plugins' database is backed up at multiple level and on a regular basis to ensure data integrity if a crash occurs. About Mælep: https://maelep.be Warranty and Updates The customers benefits from a 28-day warranty from the date of the last sell of the plugin. This warranty covers bugs related to the script and, as far as possible, bugs related to Rust and uMod updates. Terms of Service of Mælep The Mælep's plugins are in no way affiliated to Facepunch, uMod or Codefling. He should not be considered as a developer endorsed by Facepunch, uMod or Codefling. Any contribution or purchase made on this website is donated to Mælep. For more information, support or a purchase history, please use the support section available on the page of the plugin. Payment to Mælep is payment for the digital items contained in the purchase. This transaction is final and there is no refund. If you are banned for breaking the rules of Codefling, you will not be refunded. Requests for refunds due to delays, Rust and uMod update flaws or any other problems are submitted at the discretion of Mælep.
    $10.00
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.