Jump to content

Search the Community

Showing results for tags 'speed'.

  • 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
  • Graphics

Forums

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

Product Groups

  • Creator Services
  • Host Services
  • Memberships

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

  1. Version 2.5.3

    2,357 downloads

    This is a High Performance Oven Splitter, without the need for excess data files, or heavy configuration. There is only a few settings in the configuration, "Oven Smelting Overrides": { "furnace": 1, "refinery_small_deployed": 2 }, "Oven charcoal Overrides - Higher the number the less often charcoal is made": { "campfire": 4, "bbq.deployed": 2}, "Fuel * This = Additional Charcoal per Tick": 1.0, "Delays Smelting by a Factor 0-25 (Used to reduce speeds below vanilla)": 2, "Disable Multi Fuel Speed Bonus": false, "Enable Composters - Splitting items into Composters": true, "Enable QuickSmelt - Smelting of multiple slots at once": true, "Enable Charcoal Creation in Electric Furnace": false, "Fuel Burned Per Tick": 1, "Max Smelt slots at once": 5, "Max Ore Smelted Per Tick": 3, "Smelting Speed (Time Between Ticks 0.5 Default)": 0.5, "Ignore Stack Limit In Smelted Output Slots": false The plugin properly handles splitting mixed materials, smelting speeds, and charcoal output, and works as you would natively expect the oven to work. Only 1 permission is required simplesplitter.use to enable the splitter functionality. NOTE THIS SETTING "Enable QuickSmelt - Smelting of multiple slots at once": true When this is True, Simple Splitter controls the Smelting rates and slots (Can not be used with the "QuickSmelt" plugin) When this is False, Simple Splitter only controls the splitting of slots (Use this if you want to change to the "QuickSmelt" plugin) If you run a high pop server and want a performant Splitter... This is for you! Demo Video Seen Here NOTE: There is a known conflict with StacksExtended >2.0.4 which may prevent these 2 working together Discord: Shady14u https://discord.gg/magicdev
    $9.99
  2. Adem

    JetPack

    Version 1.2.4

    2,250 downloads

    Take your players to new heights in the game of Rust, and get a few laughs watching people try to fly one for the first time! Introducing Jetpack! A plugin that allows your players to soar around like never before in the game of Rust. Grab this plugin and give your players something to talk about! Many functions have already been implemented like the ability to shoot while piloting a jetpack, and the plugin will continue to expand and grow with the community. You'll find the configuration covers almost anything you can think of, and you'll see a breakdown of the configuration file in the description below. By default you can simply press the middle mouse wheel to equip and remove the jetpack quickly, you can't run around once you've equipped it. You can customize loot crates the jetpack might appear in, and all of the stats from thrust to rotation and all of the other controls. Be sure to check the permission section and feel free to use the command creatively to give jetpacks as an award for completing other tasks on your server using the commands provided. Make sure you have some lowgrade handy, let's take to the skies! Сontrols Space bar - thrust W/S keys - pitch axis A/D keys - yaw axis Chat commands (check config for permissions) /jet - toggle jetpack on & off /givejetpack - give a jetpack to yourself Console commands (admin only) givejetpack - give a jetpack to yourself givejetpack SteamID - give a jetpack to player using their SteamID Plugin config en – example of plugin configuration in English ru – example of plugin configuration in Russian Check out the rest of my work: Adem's Codefling Library You can reach out to me in Discord: Adem's Discord Profile Thanks to Jbird for writing, translation, & support: Jbird's Discord Profile Join the Mad Mappers Discord!
    $19.99
  3. Version 1.2.3

    834 downloads

    SUPPORTS EVERY VEHICLE IN THE GAME! A simple plugin that brings in new types of fuel. Depending on the fuel type helis fly faster or slower. Out of the box this plugin adds 2 new fuel types to the game: Medium Grade Fuel and High Quality Fuel. For each fuel type you can configure a speed multilplier. For example High Quality Fuel makes helis go 3x as fast by default. Furthermore you can configure the fuel consumption per minute for each fuel type. Supported vehicles: Minicopter, Scrap Heli, Attack Heli Rowboat, RHIB Modular Car Small & Large Submarine Horse Motorbike Configuration: Item name: The name of the ingame item; set it to null to use the default item name. Fuel skin id: the skin id of the fuel item. Note that each skin id has to be unique and can not be used for multiple fuel types Speed multiplier: the speed multiplier for the heli, 1 = default speed. It is not recommended to set this higher than 4. Fuel consumption per minute: fuel consumption per minute, set to -1 to use the default fuel consumption. Loot Table integration: This plugin supports the custom item api of Loot Table and Stack Size GUI, so you can easily add your custom fuel items to the loot table. When both plugins are installed on the server, the fuel items you configured will show up in the custom items tab of Loottable (right image): Admin commands: fuel list - View fuel types and their id fuel <id> <amount> - Give yourself x amount of fuel with the given id fuel <id> <amount> <player name or id> - Give the specified player x amount of fuel with the given id These commands are intended for admin use only and require the permission helispeed.admin Default configuration: { "Fuel Configuration": [ { "Item name": null, "Fuel skin id": 0, "Minicopter speed multiplier": 0.8, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 0.8, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 0.8, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 0.8, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 0.8, "Tugboat speed multiplier": 0.8, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 0.8, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 }, { "Item name": "Medium Grade Fuel", "Fuel skin id": 2501207890, "Minicopter speed multiplier": 1.5, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 1.5, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 1.5, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 1.5, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 1.5, "Tugboat speed multiplier": 1.5, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 1.5, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 }, { "Item name": "High Quality Fuel", "Fuel skin id": 2664651800, "Minicopter speed multiplier": 3.0, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 3.0, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 3.0, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 3.0, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 3.0, "Tugboat speed multiplier": 3.0, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 3.0, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 } ] }
    $18.00
  4. Version 1.0.1

    89 downloads

    Movement speed is a plugin that allows servers to create permission based speed increases for running and swimming. Server owners can create as many custom permission levels as they desire, and permissions are split between swimming and running, allowing for a lot of flexibility. The plugin allows for multiple speed boost permissions to be applied, and will select the highest speed modifier where applicable. This plugin will work great with: Skill Tree: This plugin can be used to create a new permission based skill inside of the Skill Tree, and supports leveling up. Cooking: A new recipe can be created that will give the player a temporary skill buff when consumed. Epic Loot: Add the speed value as part of a set bonus to provide players with faster swimming or running when wearing a set of equipment. Permission: movementspeed.admin - allows user of commands. Commands msdisablerun <steam id> - forces the players run speed to be disabled. msdisableswim <steam id> - forces the players swim speed to be disabled. msenablerun <steam id> - re-enables the run speed. msenableswim <steam id> - re-enables the swim speed. togglerun - Turns run speed on/off for the command user. toggleswim - Turns swim speed on/off for the command user. Config integration examples Cooking "energy drink": { "enabled": true, "shortname": "fish.cooked", "skin": 3348991998, "description": "Pretty sure I can hear colors and taste time right now... anyone else vibrating?", "duration": 120, "buffs": { "Permission": 1.0 }, "Commands to run when the player consumes the food [key = command, value = description]": { "o.grant user {id} MovementSpeed.run.5": "Increases your movement speed by 100%." }, "Commands to run when the food buff expires": [ "o.revoke user {id} MovementSpeed.run.5" ], "persistThroughDeath": false, "cookTime": 15.0, "useCooldown": 0.0, "permissionToCook": null, "dropWeight": 100, "allowDefaultEffects": false, "Effect settings": { "Effect to run when the player consumes the meal": "assets/prefabs/clothes/halloween.scarecrow/effects/soul_release_effect.prefab", "Should the effect run server side?": true, "Max distance heard [0 = no limit]": 20.0 }, "Ingredients for meal": { "sugar": 5, "pineapple": 1, "red berry": 2, "blue berry": 2 } }, Skill Tree - Swim speed "Olympic Swimmer": { "Permission required to show this node": null, "Minimum prestige required to unlock this node": 0, "Skill required to unlock node [Requires max level]": null, "Skill that if unlocked, will prevent this node from unlocking": null, "enabled": true, "max_level": 5, "tier": 3, "value_per_buff": 1.0, "buff_info": { "Key": "Permission", "Value": "Permission" }, "icon_url": "https://www.dropbox.com/s/6blc3eiarm07rku/cooking%20tree%20example.v1.png?dl=1", "skin": 3349007497, "permissions": { "description": "This node provides you with <color=#42f105>20%</color> faster swim speed per level.", "perms": { "1": { "perms_list": { "MovementSpeed.swim.2": "Swim speed - <color=#61e500>+20%</color>" } }, "2": { "perms_list": { "MovementSpeed.swim.3": "Swim speed - <color=#61e500>+40%</color>" } }, "3": { "perms_list": { "MovementSpeed.swim.4": "Swim speed - <color=#61e500>+60%</color>" } }, "4": { "perms_list": { "MovementSpeed.swim.5": "Swim speed - <color=#61e500>+80%</color>" } }, "5": { "perms_list": { "MovementSpeed.swim.6": "Swim speed - <color=#61e500>+100%</color>" } } } } }, Skill Tree - Run Speed "Athletic": { "Permission required to show this node": null, "Minimum prestige required to unlock this node": 0, "Skill required to unlock node [Requires max level]": null, "Skill that if unlocked, will prevent this node from unlocking": null, "enabled": true, "max_level": 4, "tier": 2, "value_per_buff": 1.0, "buff_info": { "Key": "Permission", "Value": "Permission" }, "icon_url": "https://www.dropbox.com/s/6blc3eiarm07rku/cooking%20tree%20example.v1.png?dl=1", "skin": 3349007405, "permissions": { "description": "This node provides you with <color=#42f105>20%</color> faster run speed per level.", "perms": { "1": { "perms_list": { "MovementSpeed.run.2": "Run speed - <color=#61e500>+20%</color>" } }, "2": { "perms_list": { "MovementSpeed.run.3": "Run speed - <color=#61e500>+40%</color>" } }, "3": { "perms_list": { "MovementSpeed.run.4": "Run speed - <color=#61e500>+60%</color>" } }, "4": { "perms_list": { "MovementSpeed.run.5": "Run speed - <color=#61e500>+80%</color>" } } } } }, API AddRunSpeedBoost(BasePlayer player, string plugin, float modifier, float duration, bool forceOverwrite) AddSwimSpeedBoost(BasePlayer player, string plugin, float modifier, float duration, bool forceOverwrite) RemoveRunSpeed(BasePlayer player, string plugin) RemoveSwimSpeed(BasePlayer player, string plugin)
    $9.99
  5. Version 1.0.3

    25 downloads

    Change the speed, fuel time and resource gained from all quarries and the giant excavator with a simple config. Works with GatherManager. Chat commands (admin only): /qc.data - Displays in chat the values for each of the quarries Config: You can easily configure each quarry type separately: Fuel time - How long does a diesel last (in seconds) Resource tickrate - How often resources are added to the output container (in seconds) Amount of resources - Total amount of resources from each diesel. A value of 1000 means it makes the same amount as vanilla. Changing this value to 2000 means it makes 2 times as much as vanilla, or 500 means half as much as vanilla. (example: in vanilla 1 diesel = 50 hqm at the HQM quarry. Setting the value to 2000 gives you 100 hqm for each diesel, and a value of 500 gives 25 hqm for each diesel. Note: Any GatherManager multipliers are multiplied on top of this setting Excavator fuel time - How long a diesel last for the giant excavator (in seconds) Excavator resource tickrate - How often resources are added to the output container for the giant excavator (in seconds) Excavator resource multiplier - Multiplies the output resource with this value. Note: This multiplier and GatherManager multiplier will stack (if "Use excavator settings if GatherManager exists" is set to true) Use excavator settings if GatherManager exists - If GatherManager is loaded (or reloaded) and this setting is true, it will override GatherManager excavator settings. Note: GatherManager still modifies the output as normal Default config (vanilla values): { "Stone Quarry": { "Fuel time per diesel (seconds)": 120.0, "Resource tickrate (seconds)": 5.0, "Amount of resources per diesel (1000 = vanilla)": 1000.0 }, "Sulfur Quarry": { "Fuel time per diesel (seconds)": 120.0, "Resource tickrate (seconds)": 5.0, "Amount of resources per diesel (1000 = vanilla)": 1000.0 }, "High quality metal Quarry": { "Fuel time per diesel (seconds)": 120.0, "Resource tickrate (seconds)": 5.0, "Amount of resources per diesel (1000 = vanilla)": 1000.0 }, "Pumpjack": { "Fuel time per diesel (seconds)": 120.0, "Resource tickrate (seconds)": 5.0, "Amount of resources per diesel (1000 = vanilla)": 1000.0 }, "Excavator": { "Excavator fuel time per diesel (seconds)": 120.0, "Excavator resource tickrate": 3.0, "Excavator resource multiplier": { "Stone": 1.0, "Sulfur": 1.0, "Metal fragments": 1.0, "High quality metal": 1.0 } }, "Use excavator settings if GatherManager exists": true }
    $7.99
  6. Version 1.3.4

    312 downloads

    SAVE 10% WHEN BUYING THE BUNDLE We are proud to announce the release of Crafting Manager superseding "Instant Crafting". Crafting Manager main features: Instant crafting (craftingmanager.instant.allow) Define a global scaling per workbench tier to be applied to all users by default Create as many "custom" profiles you need, each one will have a permission to control who gets access to the custom scaling Item blacklist allows you to block items from being crafted. Players get a message when the item is uncraftable. PermanentWorkbenchLevel permanently assigns workbench level to your players. Example of a custom profile, the values are in percentage of the original crafting duration. If you want to craft a Cupboard (30s original) and set tier0 to 0.5 (50%) then the Cupboard will take 15s to craft. "vip1": { "0": 0.25, "1": 0.5, "2": 0.75, "3": 1.0 } To assign the vip1 profile to a user type "o.grant user my_player craftingmanager.profile.example1", to assign it to a group type "o.grant group my_group craftingmanager.profile.example1". If you'd like to assign instant crafting it to all your players just grant the permission to the default group by typing "o.grant group default craftingmanager.instant.allow". Full configuration example: { "CraftingScale": { "Global": { "0": 1.0, "1": 1.0, "2": 1.0, "3": 1.0 }, "Profiles": { "example1": { "0": 0.25, "1": 0.5, "2": 0.75, "3": 1.0 }, "example2": { "0": 0.0, "1": 0.25, "2": 0.5, "3": 0.75 } } }, "Miscellaneous": { "InstantCrafting": 1.0, "PermanentWorkbenchLevel": 0 }, "BlacklistedItems": [ "syringe.medical", "explosives", "autoturret" ] }
    $4.99
  7. Farkas

    Mixing Speed

    Version 1.0.3

    1,264 downloads

    Multiply the speed of mixing tables or make them instant. Usage - Copy the downloaded DLL file into server/HarmonyMods folder - After loading the plugin it will create a directory in the server's folder called HarmonyConfig, where you will be able to change the config options. Support - If you need help or If you have any issues or suggestions you can contact me by joining my discord server: https://discord.gg/efVKDG6z6F or by adding me on discord: Farkas#6006
    Free
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

103.4k

Files Sold

Total number of files sold.

2.1m

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.