Jump to content

Vinni_TV_'s Wishlist

  1. More information about "Rust OnlyUP Challenge ver2"

    $14.98

    Rust OnlyUP Challenge ver2

    A follow-up to my previous work is now complete.
    This is a simple game where players climb upward using character-control skills and various gimmicks.
    On my server, I use it in combination with racetrack, and it has been extremely well received.
    Important: There are several required steps for proper implementation.
    Please purchase only if you are able to read and complete all of the instructions below.
    This prefab requires editing with RustEdit, so it is assumed that you are able to place prefabs into a MAP. This prefab uses electrical circuits. Implementing Oxide.Ext.RustEdit is mandatory. After placing the prefab into your MAP, several tasks must be completed in order for the course to function correctly:
    ・You must construct the two Catapults located on the prefab with a hammer. (They require wood and metal fragments.)
    ・To allow players to use the Ballista on the prefab, please provide them with items such as Piercer Bolts. You may place them in small boxes or distribute them directly using a kits plugin.  
    Please make sure that all of the above can be carried out before purchasing.
    ※ You may edit the prefab, but redistribution is prohibited.
    ※ The screenshots are from Version 1.0 and may differ slightly from the latest version.
  2. More information about "APBoatSpeed"

    $10.00

    APBoatSpeed

    APBoatSpeed — Custom boats with adjustable speed
    Overview
    APBoatSpeed adds customizable boats (Rowboat, RHIB, Tugboat, and Kayak placeholder)
    to your Rust server, allowing per-boat speed multipliers,
    item or direct spawn modes, and a modern UI with images, statuses, and cooldown timers.
    The plugin supports RU/EN localization and keeps boats linked to each player
    to prevent duplicates from being spawned.
    Key Features
     Custom boat types: Rowboat, RHIB, Tugboat — each with its own speed multiplier and permission.  Two delivery modes: as an inventory item (emulated via kayak with a unique Skin ID) or directly spawned near the player.  Smart water spawning: adjusts spawn distance for large boats (RHIB/Tug).  Player-linked boats: ensures one boat per type per player; old boats are removed automatically. Stored in oxide/data/APSystem/APBoatSpeed/PlayerBoats.json.  Localization: English and Russian (auto-detected from player language). Floating name above boats: configurable distance, color, size, and height. Cooldown system: global and per-boat cooldowns displayed in UI. Commands (default)
    /boat <name> [amount] — gives a boat item or spawns it (depending on config).
    Additional actions:
    /boat <name> 1 spawn — force spawn near the player
    /boat <name> 1 destroy — destroy player’s boat of that type
    /boat <name> 1 toitem — return boat to inventory item
    /boatlist — list all available boats with their speed multipliers
    /boatui — open graphical user interface
    Commands can be customized in the config (BoatCommand, ListCommand, UICommand).
    Permissions
    apboatspeed.use — allows using plugin commands
    apboatspeed.admin — admin-level access
     
    Per-boat permissions:
    apboatspeed.speedster apboatspeed.turbo apboatspeed.speedrhib apboatspeed.rocketrhib apboatspeed.speedtugboat apboatspeed.fasttugboat apboatspeed.turbotugboat Config
     
    { "Configuration Version": { "Major": 0, "Minor": 0, "Patch": 128 }, "Command Settings": { "Command to get boat": "boat", "Command to list boats": "boatlist", "Show receive message": true, "Automatically place boat in water": true, "Water search radius (meters)": 50.0, "Boat spawn distance from player (meters)": 8.0, "Give cooldown (seconds)": 5.0, "Spawn cooldown (seconds)": 3.0 }, "Display Settings": { "Show boat name": true, "Minimum display distance (meters)": 2.0, "Maximum display distance (meters)": 15.0, "Display update interval (seconds)": 0.2, "Text color (R G B A)": "0 1 1 1", "Font size": 14, "Height above boat (meters)": 2.0 }, "UI Settings": { "UI open command": "boatui", "Panel background color": "0.1 0.1 0.1 0.95", "Button color": "0.15 0.15 0.15 0.95", "Text color": "0.969 0.922 0.882 1", "Active button color": "0.2 0.6 0.8 1", "Panel position AnchorMin": "0.3 0.2", "Panel position AnchorMax": "0.7 0.8" }, "Custom Boats": [ { "Name": "speedster", "Display Name": "Speedster Rowboat", "Base Type": "rowboat", "Speed Multiplier": 1.0, "Permission": "apboatspeed.speedster", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594815869, "Give Cooldown (seconds)": 15.0, "Spawn Cooldown (seconds)": 10.0, "Image File Name (without extension)": "speedster" }, { "Name": "turbo", "Display Name": "Turbo Rowboat", "Base Type": "rowboat", "Speed Multiplier": 2.0, "Permission": "apboatspeed.turbo", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594816585, "Give Cooldown (seconds)": 10.0, "Spawn Cooldown (seconds)": 7.0, "Image File Name (without extension)": "turbo" }, { "Name": "speedrhib", "Display Name": "Speed RHIB", "Base Type": "rhib", "Speed Multiplier": 1.0, "Permission": "apboatspeed.speedrhib", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594816888, "Give Cooldown (seconds)": 5.0, "Spawn Cooldown (seconds)": 3.0, "Image File Name (without extension)": "speedrhib" }, { "Name": "rocketrhib", "Display Name": "Rocket RHIB", "Base Type": "rhib", "Speed Multiplier": 2.0, "Permission": "apboatspeed.rocketrhib", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594817179, "Give Cooldown (seconds)": 7.0, "Spawn Cooldown (seconds)": 5.0, "Image File Name (without extension)": "rocketrhib" }, { "Name": "speedtugboat", "Display Name": "Speed Tugboat", "Base Type": "tugboat", "Speed Multiplier": 0.5, "Permission": "apboatspeed.speedtugboat", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594817448, "Give Cooldown (seconds)": 4.0, "Spawn Cooldown (seconds)": 2.0, "Image File Name (without extension)": "speedtugboat" }, { "Name": "fasttugboat", "Display Name": "Fast Tugboat", "Base Type": "tugboat", "Speed Multiplier": 1.5, "Permission": "apboatspeed.fasttugboat", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594817649, "Give Cooldown (seconds)": 6.0, "Spawn Cooldown (seconds)": 4.0, "Image File Name (without extension)": "fasttugboat" }, { "Name": "turbotugboat", "Display Name": "Turbo Tugboat", "Base Type": "tugboat", "Speed Multiplier": 2.5, "Permission": "apboatspeed.turbotugboat", "Enabled": true, "Give Mode": "Item", "Base Item for Emulation": "kayak", "Unique Skin ID": 3594817910, "Give Cooldown (seconds)": 6.0, "Spawn Cooldown (seconds)": 4.0, "Image File Name (without extension)": "turbotugboat" } ], "Localization Settings": { "Message Prefix": "<color=#00ff00>[APBoatSpeed]</color>" } }

    Installation & UI Images
    Upload the plugin file to oxide/plugins.
    Run the server to generate the config.
    Place PNG images for each boat in:
    oxide/data/APSystem/APBoatSpeed/Images/
    (file name without extension = ImageFileName in config).
    The plugin will automatically upload images to FileStorage and display them in the UI.
     
  3. More information about "Underwater base"

    $2.00

    Underwater base

    Underwater customization for building. You can turn on the light (the Oxygen plugin must be installed on the server).
  4. More information about "Radio Station Trailer"

    $5.00

    Radio Station Trailer

    A small pop-up Radio Station built inside a shipping container on the back of a trailer. 83 prefabs total, no masks included.

    Feel free to make it your own by swapping out any materials, a couple of the Tiled Metal Cubes also look good as the container shell, and there are multiple Tiled Dev Cubes to switch out the colour of the DJ booth. There are also a few options of Tiled Cloth Cubes for various floor colours. 

    Featuring:
    * Fully hooked up lights & speakers from the boombox
    * 3 pictureframes and 1 neon sign for your logos to be added (using a plugin like SignArtist/AutoSigns etc)
    * 3 mountable chairs & a detailed DJ Booth
    * Options to plug in more lights/lazers using the Connected Speaker outputs

    A cool feature of hooking up the boombox directly to connected speakers in RustEdit is that they output full quality sound instead of the regular tinny sound! I haven't tested extreme distances but it seems you can plug them in way beyond the in game limits and have a huge spead of good quality audio. 

    I would reccomend installing the RustEdit DLL to prevent deployables being able to be destroyed.
     
  5. More information about "Sea Cave 🤿"

    $10.00 $6.99

    Sea Cave 🤿

    A beautiful underwater cave, created to enhance and diversify ocean gameplay, perfectly fitting the new marine update from Facepunch.
    The cave does not appear on the map, adding a sense of exploration and mystery — players will have to discover it on their own.
    (You may place a monument marker if you prefer to make it visible)
    Everything is built in the authentic Rust style, from lighting to environmental details.
    You can enter the cave in two ways:
    By swimming through the natural cave entrance,
    or via the connected laboratory, which leads into the main chamber.
    At the top level, there’s a custom laboratory room guarded by four scientists, containing valuable loot that requires green, blue, and red keycards to access.

    Rust - 2025-11-06 05-20-47.mp4
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.7k

Files Sold

Total number of files sold.

3.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.