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

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

  1. Version 2.4.5

    1,764 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/8mvvBrrw4Y
    $10.50
  2. Adem

    JetPack

    Version 1.1.9

    1,406 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.3.3

    238 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
  4. Version 1.1.3

    437 downloads

    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. 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 Helicopter speed multiplier: the speed multiplier for the heli, 1 = default speed. It is not recommended to set this higher than 4. Helicopter 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 } ] }
    $14.00
  5. Farkas

    Mixing Speed

    Version 1.0.2

    1,021 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.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.3k

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.