Jump to content

GangstaPichu's Wishlist

  1. More information about "Scheduler"

    $4.99

    Scheduler

    🔥🔥🔥 SAVE 13% WHEN BUYING THE BUNDLE
    This plugin will allow you to run console commands at any given schedule.
    The syntax was inspired on the Unix's crontab format but ported to json for easy of use.  Below you'll find some examples.. but sky is the limit.
    +------------- minute (0 - 59) | +------------- hour (0 - 23) | | +------------- day of the month (1 - 31) | | | +------------- month (1 - 12) | | | | +------------- day of the week (0 - 6) (Sunday to Saturday); | | | | | | | | | | | | | | | * * * * * <command to execute> { "Minute": "*", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "ai.sleepwakestats" }  
    ✅ New features "@forced" and "!forced" to be used on the Command field as conditionals:
    /* * > minute = 15, hour = 19, DoW = 4, command = @forced restart 60 * > minute = 15, hour = 12, DoW = 4, command = !forced restart 900 * > The special keys "@forced" and "!forced" will allow you to execute commands * > only of forced wipe days or only on non forced wipe days. This example will * > restart the server every thursday at 12:15 except forced wipe days were it * > will only execute at 19:15. */  
    ✅ New features "@wipe" and "!wipe" to be used on the Command field as conditionals:
    /* * > minute = @restart, command = @wipe my_command * > minute = @restart, command = !wipe my_other_command * > The special keys "@wipe" and "!wipe" will allow you to execute commands * > only if the map was wiped. This example will execute my_command on server * > restart if the map was wiped otherwise will execute my_other_command. */
     ✅ Execute the command "ai.sleepwakestats" every 3m:
    { "Minute": "*/3", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "ai.sleepwakestats" },  
    ✅ Execute the command "status" at 15m of every hour:
    { "Minute": "15", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "status" },  
    ✅ Restart the server every day at 6:45:
    { "Minute": "45", "Hour": "6", "Day": "*", "Month": "*", "DoW": "4", "Command": "restart 60" },  
    ✅ Have a specific plugin running only during the weekends:
    { "Minute": "0", "Hour": "0", "Day": "*", "Month": "*", "DoW": "6", "Command": "oxide.load MyWeekEndPlugin" }, { "Minute": "0", "Hour": "0", "Day": "*", "Month": "*", "DoW": "1", "Command": "oxide.unload MyWeekEndPlugin" }  
    ✅   Execute the command "oxide.version" every Tuesday between 10:15 to 10:25:
    { "Minute": "15-25", "Hour": "10", "Day": "*", "Month": "*", "DoW": "3", "Command": "oxide.version" }  
    ✅ Sets the fps limit to 30 at every server restart:
    { "Minute": "@restart", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "fps.limit 30" }  
    ✅ Keeps the plugin MyWeekEndPlugin unloaded during weekend restarts:
    { "Minute": "@restart", "Hour": "*", "Day": "*", "Month": "*", "DoW": "1", "Command": "oxide.unload MyWeekEndPlugin" }, { "Minute": "@restart", "Hour": "*", "Day": "*", "Month": "*", "DoW": "6", "Command": "oxide.unload MyWeekEndPlugin" }  
  2. More information about "Barrel Stacks"

    $10.00

    Barrel Stacks

    Barrel Stacks is a Rust plugin that allows players to stack barrels on top of each other!  
    Configuration:
    { "Only stack barrels in Building Privileged zones": true, "Blacklisted Skins": [ 2618923347 ], "Permissions & their amount of stacked barrels allowed": { "barrelstacks.use": 3, "barrelstacks.vip": 5 } }
    Language:
    { "MaxStackAmount": "You are trying to stack more than {0} barrels!", "OnlyStackSameType": "You can only stack the same type of barrels!", "CeilingBlock": "A ceiling is blocking you from stacking this barrel!", "BuildingBlock": "You need to be Building Privileged in order to stack barrels!" }
    Permissions:
    barrelstacks.use (Always grant this permission for usage, grant additional permissions for different maximum stack amounts)
    DO NOT USE COPY/PASTE PLUGIN TO PASTE STACKED BARRELS, IT WON'T WORK PROPERLY.
    In order to stack the barrels you have to press RIGHT CLICK while looking at the placed barrel and being near it!
     
  3. More information about "Turret Tweaks"

    $15.00

    Turret Tweaks

    Installation
    Unzip the archive.
    Drag TurretTweaks.cs under the oxide/plugins folder of your server.
     
    Permissions
    Default permission - turrettweaks.default
    You can set permissions for VIP to give them custom values.
    Example: turrettweaks.vip
     
    Features:
    Auto Turret Settings
    Health Accuracy Range Bullet Speed Damage Scale Power Consumption Infinite Ammo Block ExploAmmo to be Infinite  
    Sam Site Settings
    Health Infinite Ammo   Damage Scale  
    Flame Turret Settings
    Health Turret Arc Flame Range Flame Radius Flame Triggered Duration Infinite Low Grade Fuel Consumption Multiplier Damage Scale  
    Shotgun Trap Settings
    Health Infinite Ammo Aim Cone Sensor Radius Damage Scale  
    Config example
     
    { "VERSION": "v1.1.0", "PermissionsList": [ { "Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.default", "AutoTurret Settings:": [ { "Health (Default = 1000):": 1000.0, "Accuracy (Default = 5):": 5.0, "Range (Default = 30):": 30.0, "Bullet Speed (Default = 10):": 10.0, "Damage Scale (Default = 1.0):": 1.0, "Power Consumption (Default = 10):": 10, "Infinite Ammo (Default = false):": false, "Block ExploAmmo to be Infinite (Default = true):": true, "AutoTurrets per player (0 means infinite):": 0 } ], "SamSite Settings:": [ { "Health (Default = 1000):": 1000.0, "Infinite Ammo (Default = false):": false, "Damage Scale (Default = 1.0):": 1.0, "SamSite per player (0 means infinite)": 0 } ], "FlameTurret Settings:": [ { "Health (Default = 300):": 300.0, "Turret Arc (Default = 45 degrees):": 45.0, "Flame Range (Default = 8):": 8.0, "Flame Radius (Default = 2):": 2.0, "Flame Triggered Duration (in seconds) (Default = 5):": 5.0, "Infinite LowGrade (Default = false):": false, "Fuel Consumption Multiplier (Default = 1):": 1.0, "Damage Scale (Default = 1.0):": 1.0, "FlameTurrets per player (0 means infinite):": 0 } ], "ShotgunTrap Settings:": [ { "Health (Default = 300):": 300.0, "Infinite Ammo (Default = false):": false, "AimCone (Default = 40):": 40, "SensorRadius (Default = 1.25):": 1.25, "Damage Scale (Default = 1.0):": 1.0, "ShotGunTraps per player (0 means infinite):": 0 } ] }, { "Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.vip", "AutoTurret Settings:": [ { "Health (Default = 1000):": 5000.0, "Accuracy (Default = 5):": 10.0, "Range (Default = 30):": 50.0, "Bullet Speed (Default = 10):": 15.0, "Damage Scale (Default = 1.0):": 1.2, "Power Consumption (Default = 10):": 5, "Infinite Ammo (Default = false):": true, "Block ExploAmmo to be Infinite (Default = true):": true, "AutoTurrets per player (0 means infinite):": 0 } ], "SamSite Settings:": [ { "Health (Default = 1000):": 5000.0, "Infinite Ammo (Default = false):": true, "Damage Scale (Default = 1.0):": 1.0, "SamSite per player (0 means infinite)": 0 } ], "FlameTurret Settings:": [ { "Health (Default = 300):": 2000.0, "Turret Arc (Default = 45 degrees):": 60.0, "Flame Range (Default = 8):": 10.0, "Flame Radius (Default = 2):": 4.0, "Flame Triggered Duration (in seconds) (Default = 5):": 8.0, "Infinite LowGrade (Default = false):": true, "Fuel Consumption Multiplier (Default = 1):": 1.0, "Damage Scale (Default = 1.0):": 1.0, "FlameTurrets per player (0 means infinite):": 0 } ], "ShotgunTrap Settings:": [ { "Health (Default = 300):": 2000.0, "Infinite Ammo (Default = false):": true, "AimCone (Default = 40):": 60, "SensorRadius (Default = 1.25):": 1.5, "Damage Scale (Default = 1.0):": 1.0, "ShotGunTraps per player (0 means infinite):": 0 } ] } ] }  
  4. More information about "Fuel Pump"

    $11.99

    Fuel Pump

    Fill your modular car with fuel, thanks to the petrol pump of the petrol station, without moving from your seat 😉, the filling time and cost, is modifiable in the file configurations. Take that 10, 20 or 30 seconds waiting before leaving you swept away
    Available on all gas stations on the map
    Working with modular cars
    How to use ?
    Go to any gas station on the server When you are facing a pump, an image will appear in front of you Just click on the "E" key on your keyboard (you have to be in a modular vehicle)  

    Config
    { "Currency": "SCRAP", "DistanceOfQuit": 5.0, "FillingLimit": 1000, "ImageLogo": "https://i.imgur.com/HFEMPq6.png", "PayItemID": -932201673, "PerFuel": 1, "Pricing": 10, "TimeFilling": 10, "Title": "Fuel Pump" } Currency: Payment currency that will be displayed on UI Title: The text displayed at the top of UI TimeFilling: The filling time of the vehicles Pricing: Sets fuel price for filling PerFuel:  The quantity received in relation to the price ( Pricing ) PayItemID: Item that will be removed during payments (default: scrap) ImageLogo: Image that is displayed on top left of UI FillingLimit: The maximum limit a reservoir can contain can be increased or decreased DistanceOfQuit: Max distance, for UI display ( when player exceeds max distance UI this closes automatically ) Langage
    { "Filling": "Fill", "AmountUI": "Amount Fuel", "CurrentFuel": "Current Fuel", "SalesRate": "Sales Rate", "FullTotal": "Full Total: {0} {1}", "RefuelButton": "Refuel", "TankLimit": "Your gas tank is already full", "AmountUnvalidate": "The amount must be greater than 0L", "AmountTotalLimit": "Your tank will be full please reduce the amount", "NoScrap": "You don’t get enough {0}", "SuccessFilling": "Your storeroom has been filled, and {0} {1} has been removed", "PlayerQuitZone": "You got away from the gas pump", "InterruptedFilling": "Filling your tank has been prevented" }  
  5. More information about "Outpost Respawn Plus"

    $8.00

    Outpost Respawn Plus

    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.

    If you cannot afford to pay for this plugin  wishlist  it and send me a message asking for it and I will give it to you for  free.


    Features:
    Supports your own set spawn locations. Supports all monuments and custom monuments. Supports custom map locations. Player cooldowns. 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.outpost
    Players with this permission can respawn at the outpost.
    outpostrespawn.bandit
    Players with this permission can respawn at the bandit camp.

    Admin Chat Commands:
    /savemonument - This saves the monument that the admin is standing at to the config.
    /setmonument - This saves the monument spawn location the admin is standing at to the config.
    /setcustommonument - This saves the custom monument spawn location the admin is standing at to the config.
    /setcustomspawn - This saves the custom map location the admin is standing at to the config.  
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126.1k

Files Sold

Total number of files sold.

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