Jump to content

Nobby's Wishlist

  1. More information about "Movement Speed"

    $9.99

    Movement Speed

    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)  

  2. More information about "Catapult Seat"

    $9.99 $7.99

    Catapult Seat

    CatapultSeat — a plugin that adds a full-fledged ejection system.
    It makes the Pilot Seat functional (by default it’s only a decorative object) and introduces a Custom Seat, which can be given to players or added to loot tables.
    Both seats are placed on the ground and serve as stationary ejection points.
    Additionally, the plugin allows players to eject directly from minicopters, attack helicopters, and transport helicopters, making aerial combat and movement far more dynamic and spectacular.
     

    CatapultSeat supports several ways to provide the ejection seat to players:
    Console command — administrators can manually give the item via console. Other plugins — use the shortname and skin from the config for integration. Loot tables — add the seat directly into loot through the plugin configuration.
    Chat commands (admin only)
    /givecatapult - give a catapult to yourself
    Console commands (RCON only)
    givecatapult userID amount - give a catapult to player
    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
    Join the Mad Mappers Discord!
  3. More information about "DropBags"

    $14.99

    DropBags

    Drop Bags tracks items dropped into the rust world. When there are high-volume drops, they are combined into a single "drop bag.” This method enhances performance by streamlining the handling of item drops and reducing item physics.

    Stop server stalls and freezing from item spam Works on craft spam, dropped item spam, gutted shark spam and horse dung! Light weight and easy to use Easy config

    DropBags uses one light weight hook to track dropped items. Dependent on how many items are dropped in a given radius those items get placed into a drop bag. This stops mass item spam effecting your server performance.



    { "Area Size - How far away items can be moved into a container": 7, "Max drops before moving items to container": 36, "Time to wait before moving items": 5.0, "Vischeck - checks items are visable before moving to container": true, "Calculate despawntime from drop bag items": true, "Reset dropbag despawn time on loot": false, "Override drop bag despawn time (seconds), 0 = false": 0.0 }  
  4. More information about "Sewer Outpost [Underground Safezone / Small]"

    $8.00

    Sewer Outpost [Underground Safezone / Small]

    A cozy small underground outpost equipped with all the necessary Trading / Shops + Gambling Wheel & Poker Tables.

    This Monument comes with 3 prefabs..

    > Sewer Outpost    -    [ Just includes the Inner Monument and no Surface Exit / Entrance ]
    > Sewer Outpost W Chimmey    -    [ Includes Exits but NO Surface Connection ]
    > Sewer Outpost W SurfaceEntrance    -    [ Full Prefab ]


    I feel like a lot of Custom Safezone are overwhelming and too much to explore and run through. This Monument make it simplistic and great for Smaller Servers / 1 Grids & More.
  5. More information about "Monothaki (custom map)"

    $29.99

    Monothaki (custom map)

    Welcome to the stunning paradise lagoon of Fulaga Island where there is a village called Monothaki.  
    This island is located in the Fiji archipelago and has an unusual shape.
    The Monothaki map follows the shape of the island and its features.
    Many small islands that can be used to build bases.
    Rock formations that are visible from the water and create an unusual atmosphere of the island.
    Underwater sandbars that allow you to walk in the middle of the ocean or use them for other purposes.
    You can build or fence off larger islands and become the sole owner of these places.
    In the center of the lagoon is one of two Oil Rigs and one of three underwater laboratories.
    The Road and the Railway go around the entire island.
    Lots of caves and hidden underground passages. Beautiful custom places and locations.
    The Monothaki map will give you an unusual survival experience.


     


    Features:
    Size:   6k land size: ~4k Prefabs: ~ 34k Ring railway Ring  road Unique custom locations Magnificent and realistic landscape Lot of    places to explore Subway and train are connected by tunnel Advanced subway network Zipline across the entire map
    Custom Monuments:
    Fisherman's House Paradise beach Ancient well Сustom pipeline Hidden Underground Tunnel Sea stack Monument Rust:
    Jungle Ziggurat  Jungle Ruins Jungle Trees with vines Jungle Swamps Radtown Harbor 1 and 2 Missle Silo Ferry Terminal Trainyard Abandoned MIlitary Base Abandoned cabins Launch Site Arctic Research Base Satellite Dish Airfield Bandit Camp Outpost Giant Excavator Pit Junkyard Military Tunnel The Dome   Lighthouse Ranch Large Barn Water Treatment Fishing Village 1,2,3   Underwater Lab Oil rig and Large Oil Rig Railway Sewer Branch HQM, Sulfur, Stone Quarry   Roadside Monument   Mining Outpost   Supermarket Gas Station Power Sub Water Well Please rate the⭐⭐⭐⭐⭐  map. Thank you!
    The map is password protected, if you want to make changes or you have any questions please write to me in  discord.
    Litum on  -  
     

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.5k
Customers served
Files Sold
163.7k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.