Jump to content

Search the Community

Showing results for tags 'unique'.

  • 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 8 results

  1. Version 1.01

    17 downloads

    Players can activate a nitro boost for their Helicopters, temporarily increasing their speed. This plugin enhances the Rust gameplay experience by introducing a dynamic feature for Helicopters, providing players with the option to engage in high-speed flight with strategic considerations. Features: Permission: Players must have the minicopternitros.use permission to activate the nitro boost. Enabled: If set to false it will disable the plugin functions for that helicopter. ModifiedHelicopterSpeed: Adjusts the modified speed of the Helicopter during nitro boost. VelocityModifier: Sets the additional velocity applied in the forward direction when nitro is activated. NitroDurationSeconds: Determines the duration of the nitro boost in seconds. CooldownSeconds: Sets the cooldown period (in seconds) before a player can use nitro again. NitroButton: Specifies the button used to activate nitro. EffectPrefab: Allows customization of the nitro effect using a specified prefab. MinimumGroundDistance: Blocks the usage of the nitro boost if the player is too close to the ground. Chat Command: Players can trigger the nitro boost using the chat command /nitro. Cooldown: The plugin has cooldown timers for each player to prevent spamming of the nitro feature. Players receive feedback on the remaining cooldown time if they attempt to use nitro during this period. Effect Visuals: When nitro is activated, an effect prefab is displayed to indicate the nitro boost. Planned support for all vehicles. Currently only supports Minicopters & Scrap Transport Helicopters. Configuration: { "Helicopters": { "minicopter.entity": { "CooldownSeconds": 30, "EffectPrefab": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab", "Enabled": true, "MinimumGroundDistance": 15.0, "ModifiedHelicopterSpeed": 2.0, "NitroButton": 128, "NitroDurationSeconds": 2, "VelocityModifier": 5.0 }, "scraptransporthelicopter": { "CooldownSeconds": 30, "EffectPrefab": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab", "Enabled": true, "MinimumGroundDistance": 15.0, "ModifiedHelicopterSpeed": 2.0, "NitroButton": 128, "NitroDurationSeconds": 2, "VelocityModifier": 5.0 } } } Keybind Options: DUCK = 64, SPRINT = 128, USE = 256, FIRE_PRIMARY = 1024 FIRE_SECONDARY = 2048, RELOAD = 8192, FIRE_THIRD = 134217728, You can adjust the NitroButton number in the config to another available key listed above, be sure to use the number.
    $15.00
  2. Version 1.0.5

    156 downloads

    This is a great addition to Rust servers that provides players with a convenient respawn option. Upon death, players are presented with buttons on the death screen that allows them to respawn at the outpost or bandit camp, offering a strategic advantage in gameplay. This feature enhances the overall player experience by streamlining the respawn process and encouraging outpost and bandit camp utilization. This plugin has been used since 2019 on some popular servers, players enjoy the option of spawning in a safe zone. Features: Removes players hostile timer when they respawn at outpost or bandit camp. Ability to set the players spawn Health, Calories and hydration when they respawn using the custom button. Ability to set a spawn kit or multiple spawn kits for when players respawn at the outpost or bandit camp, must be using a Kits plugin. (If you choose to have multiple spawn kits in the config it will choose a random one when a player respawns using the custom button.) User-Friendly UI: The respawn button is presented in an intuitive and visually appealing manner, ensuring ease of use for players. Optimized Performance: The plugin is designed with efficiency in mind to ensure minimal impact on server performance. Permissions: outpostrespawn.use Players need this permission to use the plugin features. outpostrespawn.outpost Players with this permission can respawn at the outpost. outpostrespawn.bandit Players with this permission can respawn at the bandit camp. outpostrespawn.admin Admins can configure kit-related settings with this permission. Chat Commands: /outpostkits add kitName1 kitName2 Allows players with outpostrespawn.admin permission to add kits to the outpost spawn kits. Example: /outpostkits add starterkit /outpostkits remove kitName1 kitName2 Allows players with outpostrespawn.admin permission to remove a kit from the outpost spawn kits. Example: /outpostkits remove starterkit /banditkits add kitName1 kitName2 Allows players with outpostrespawn.admin permission to add kits to the bandit camp spawn kits. Example: /banditkits add banditkit /banditkits remove kitName1 kitName2 Allows players with outpostrespawn.admin permission to remove a kit from the bandit camp spawn kits. Example: /banditkits remove banditkit Console Commands: outpostkitsadd kitName1 kitName2 Allows the server console to add kits to the outpost spawn kits. Example: outpostkitsadd starterkit outpostkitsremove kitName1 kitname2 Allows the server console to remove a kit from the outpost spawn kits. Example: outpostkitsremove starterkit outpostkitsremoveall Allows the server console to remove all kits from the outpost spawn kits. banditkitsadd kitName1 kitName2 Allows the server console to add kits to the bandit camp spawn kits. Example: banditkitsadd banditkit banditkitsremove kitName1 kitName2 Allows the server console to remove kits from the bandit camp spawn kits. Example: banditkitsremove banditkit banditkitsremoveall Allows the server console to remove all kits from the bandit camp spawn kits. Configuration Example: { "UseOutpostButton": true, "UseBanditButton": true, "UseMetabolism": true, "Health": 75.0, "Calories": 250.0, "Hydration": 125.0, "KitsPlugin": true, "OutpostRespawnKits": [ "outpostkit1" ], "BanditRespawnKits": [ "banditkitname1", "banditkitname2", "banditkitname3", "banditkitname4" ] } Planned features: Option to lock the button if player is hostile. Button cooldowns that can be disabled or enabled. Max daily usages that can be disabled or enabled. Add ability to use economics so players have to pay to use the respawn button.
    $15.00
  3. Version 1.1.5

    341 downloads

    About EarlyQ allows players to join prematurely the server while it is still starting. By default the server needs to fully start (which takes ~5 min, depends on map/specs) and after all that time its finally time for players to join, but they still have to wait warming prefabs & download the world. EarlyQ optimizes the process of players joining & startup of the server and minimizes wait times because its splitting the work in parallel. Features Allows players to load faster by initiating Asset Warmup as they are waiting for the server to start up! The world data is sent to the player as soon as its ready, so when the server is ready they can join right away without waiting! The steam server is started only after ~10 seconds when you launch the rust server! This means players can see it in the global server list even while it is loading! Increases your server uptime metrics! Custom messages that show the current loading progress of the server! You can customize said messages Demo (the demo is older & does not start loading the world after its ready, so im waiting a bit longer in the video. This is already implemented in EarlyQ) Custom message If you need to customize the message your players get when waiting for the server, you have to specify the message as a launch option on the server +earlyq.topmsg - What text to show as the top message +earlyq.botmsg - What text to show as the bottom message, additionally you can insert the server startup progress as a variable with: {progress} +earlyq.topmsg_ready - What text to show as the top message when the user is waiting at Warming Prefabs +earlyq.botmsg_ready - What text to show as the bottom message when the user is waiting at Warming Prefabs Default messages (Example): +earlyq.topmsg "PLEASE WAIT" +earlyq.botmsg "STARTUP PROGRESS: {progress}" +earlyq.topmsg_ready "YOU ARE READY" +earlyq.botmsg_ready "WAITING FOR THE SERVER" Installation As this is a Harmony mod you need to place the EarlyQ.dll file in HarmonyMods folder, after that restart the server. (do not use harmony.load command with EarlyQ!) EarlyQ works for Linux & Windows EarlyQ works with the newest networking update EarlyQ works with RakNet and SteamNetworking Note Facepunch confirmed this Harmony mod is not allowed on official servers, if you want to use it on official, do it at your own risk. Contact You can contact me on discord: turner1337
    $7.99
  4. Version 1.0.0

    1 download

    This raid base is rated as Expert on a five tier raidable bases model on our Rust server. made by Team Bunny __ All bases were initially built without stability and are still used that way - dont know how they work with stability enabled. All bases made by us fit into a 17x17x15 raid base bubble. All bases were made to be used with a raid base plugin, and as that are also used on our Rust server. All bases includes loot boxes, turrets, shotgun traps, and some bonus items too - depending on a raid tier. If there are turrets in bases, they are all without a gun - as the plugin take care of it. __ Come visit " Tims Place 10x PVE " Rust server and try out our raids! client.connect 168.100.163.35:28015
    $3.00
  5. Neighigh

    Death Island

    Version 1.0.0

    2 downloads

    Delve deep into the heart of Death Island, where Halloween lives! Set off along the chilling shores of the island, this map immerses players into a realm where the very essence of death and desolation reign supreme. Navigate through treacherous terrains, battle menacing threats, and uncover long-lost secrets buried by time. Crafted with precision and passion, Death Island isn't just a map—it's an artistic horror piece with chilling character. My test players were captivated, in awe of their Rust October experience. Dare to step foot on Death Island, and let the haunting journey begin! Features: Prefabs: 28к Size: 3000 It looks like a real Skull! Several Custom Monuments Lava and Magma Themes Supports BankHeist, and BetterNpc We plan to continue adding to this map, if there are any bugs or flaws we will correct them with haste! Custom Monuments: Evil Lair - Uses Bank Heist for the Secret Lair Vault(Data and Lang files included) *Lava Falls The Crypt *Cooling Obsidian Buried Harbor *Magma Mines *Melted Freeway *Melted Supermarket Bradley Bridge Abandoned Asylum Abandoned Lighthouse - Converted to a much larger monument! *Monuments with an asterisk use Zones to create High Temperatures near lava/magma.(Data file included) Facepunch Monuments: Oxum's Gas Station Large Oil Rig Bandit Camp Large Fishing Village Small Fishing Village Outpost Ferry Terminal HQM Quarry Stone Quarry
    $30.00
  6. Version 1.0.1

    19 downloads

    This plugin brings a new unique aspect to the cargo ship, it allows it to start sinking! Explosions cause the cargo ship to start sinking and players are notified. The time the cargo ship starts to sink can be set in the config its currently set to 30 minutes as default so the cargo ship can circle the map and players have a chance to loot it before it sinks. Planned Updates: A plane or jet that drops rockets on the ship to cause it to sink. Ability to increase / decrease the cargo ships speed. Ability to stop the cargo ship when it starts sinking. Add floating loot after the cargo ship sinks. Please feel free to message me with any suggestions you may have with the plugin!
    $5.00
  7. Version 1.0.0

    1 download

    This raid base is rated as Expert on a five tier raidable bases model on our Rust server. made by Team Bunny __ All bases were initially built without stability and are still used that way - dont know how they work with stability enabled. All bases made by us fit into a 17x17x15 raid base bubble. All bases were made to be used with a raid base plugin, and as that are also used on our Rust server. All bases includes loot boxes, turrets, shotgun traps, and some bonus items too - depending on a raid tier. If there are turrets in bases, they are all without a gun - as the plugin take care of it. __ Come visit " Tims Place 10x PVE " Rust server and try out our raids! client.connect 168.100.163.35:28015
    $5.00
  8. Version 2021.09.15

    13 downloads

    Electricity 2x Green Security Door 3x Blue Security Door 1x Red Security Door 2x Fuse - Loot 1x Toolbox 2x Oil Barrel 2x Junk Barrel 3x Food Crate 6x Yellow Crate 3x Military Crate 2x Elite Crate 1x Hackable Crate - AI 7x Patrol Scientists (You can change the AI types) - CCTV I. SSENTRANCE II. SSCAFETERIA III. SSXAEA12 IV. SSSTORAGE V. SSARMORY Space Station - Empty [2053] Space Station - No Scientists [2260] Space Station - Scientists [2278] Drag & Drop (You can place the monument at any height, tutorial in readme.txt) ---------------------------------------------------------------------------------------------------------------- Primary screenshot by https://codefling.com/raul-sorin-sorban
    $4.99
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

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.