Jump to content

SLATE's Wishlist

  1. More information about "Weapon Mechanics"

    $9.99

    Weapon Mechanics

    Easily adjust weapon statistics to fit your server’s gameplay. Customize a variety of attributes for any weapon, including custom names, damage, max range, effective distance, max ammo, and more. Tailor weapon performance to create unique gameplay balance and new challenges for players!

    Discord
    Join our community discord for fast support and future updates. We have several channels where you can get help, offer suggestions, see what's coming in future updates, and more. Our discord is the fastest way to get the help and info you need!  http://discord.rustlevels.com/
     
    Features:
    Adjust attribute for every weapon Including:
    Max ammo Distance Scale Damage Scale Effective Distance Close Range Addition Medium Range Addition Long Range Addition Make unbreakable In Game Admin Panel:
    Setup and adjustments can be done live in-game without having to open or edit a config file. Custom user friendly UI with different themes   Auto add option that can automatically add weapons and default attributes to the list Manually add weapons that you want Message display section to alert you of issues Debug mode that posts RCON messages with details on everything that's going on for easy troubleshooting  
    API - For Developers to use for compatibility:
    // Looks for weapon shortname as string - returns true or false if weapon is listed in Weapon Mechanics public bool IsWeaponListed(string weapon) // Looks for weapon shortname as string - returns true or false if weapon is set to unbreakable public bool IsWeaponBreakable(string weapon) // Looks for weapon shortname and attribute name as string - returns new values as floats public float WMGetWeaponData(string weapon, string value) // Looks for weapon shortname as string - returns new max ammo as int public int WMGetMaxAmmo(string weapon)  
    Language:
    { "adminmenu_001": "Settings", "adminmenu_002": "Add Weapon", "adminmenu_003": "Close", "adminmenu_004": "Main", "adminmenu_005": "Save", "adminmenu_006": "Help", "adminmenu_007": "Theme", "adminmenu_008": "Reload", "adminmenu_009": "Menu:", "admin_001": "Name", "admin_002": "ShortName", "admin_003": "Max Ammo", "admin_004": "Distance Scale", "admin_005": "Damage Scale", "admin_006": "Effective Range", "admin_007": "Delete", "admin_008": "Edit", "admin_009": "Weapon", "admin_010": "(Set value to 0 to ignore)", "admin_011": "Enable Weapon Machanics", "admin_012": "Enable Debug Mode", "admin_013": "Weapon List", "admin_014": "(Type the item name, then hit enter)", "admin_015": "Load Default", "admin_016": "No item with found with {0}...", "admin_017": "Item already listed. {0}", "admin_018": "Search Weapon", "admin_019": "Search Results...", "admin_020": "+ Add", "admin_021": "... type here ...", "admin_022": "⇧ Prev", "admin_023": "Next ⇨", "admin_024": "Default data not found, Reload/Fire weapon to store defaults..", "admin_025": "Auto add weapons on reload (recommended)", "admin_026": "Main Icon", "admin_027": "No Weapons Listed Yet... \n Enable Auto Add or Click Add Weapon on the menu to start adding weapons.", "admin_028": "Close", "admin_029": "Close Range Addition", "admin_030": "Medium Range Addition", "admin_031": "Long Range Addition", "admin_032": "Admin Chat Command (requires save/reload)", "admin_033": "Select Theme", "admin_034": "Breakable", "adminmessage_001": "Weapon Mechanics Enabled", "adminmessage_002": "Debug Mode is ON", "adminmessage_003": "Auto Add Enabled", "adminmessage_004": "ImageLibrary Plugin Missing", "adminmessage_005": "XPerience Plugin Detected", "adminmessage_006": "XPerienceAddon Plugin Detected", "adminmessage_007": "Message Panel:", "adminmessage_008": "Weapon Mechanics Disabled", "admin_help_000": "Thank you for using our Weapon Mechanics plugin!\n\n These help pages will hopefully guide you in adjusting each weapon to best fit your needs. Be aware that these adjustments effect all weapons on a global scale and they will remain effected until your server restarts Weapon Mechanics plugin is removed or disabled!\n\n I recommend making minor adjustments in a private setting to find what best fits your needs. These adjustments are applied on each fire/reload if the weapon data doesn't match the Weapon Mechanics settings.\n\n Join our discord - discord.rustlevels.com - The fastest way to get the help and support you need from our great community!\n\n Continue to the next pages to view details on settings, their seffects, and what to do if something goes wrong.", "admin_help_001": "Settings: (Green = On/True - Red = Off/False)\n\n Enable Weapons Mechanics:\n By default Weapon Mechanics is disabled so that you can look around the admin panel before any changes are made. Turning this option on will allow the plugin to change all weapons listed on the main page. Turning this option off will stop any changes from being made to listed weapons however any weapon changed prior will still be effected.\n\n Auto add weapons on reload:\n This option allows the plugin to automatically add weapons to the main page with their default settings if they are not already listed. This is the easiest way to add weapons to the list. Weapons must still be reloaded at least 1 time to be automatically added to the Weapon Mechanics list.\n\n Enable Debug Mode:\n This is for helping find issues or see what is happening when Weapon Mechanics is enabled. Messages will be posted in your server console with information that can be useful when reporting bugs. Keep this disabled unless needed.\n\n When any of these options are enabled they will be listed on the menu display. This display will also alert you of any installed plugins that are directly supported or known to conflict.", "admin_help_002": "Weapon Adjustments:\n\n <color=yellow>Name:</color>\n You can edit the default name of any weapon. Customize your server with unique weapon names.\n\n <color=yellow>Max Ammo:</color>\n This is the new maximum amount of ammunition this weapon will hold. Players must still have the ammo needed to fill the weapon.\n\n <color=yellow>Distance Scale:</color>\n This changes the distance scale this weapon uses to determain how far the fired projectile will travel. The value works much like a percentage % based off a predetermained global distance scale. Increasing or decreasing this value will effect how far the weapons projects can travel.\n\n <color=yellow>Damage Scale:</color>\n This changes the damage scale this weapon uses to determain how much damage a fired projectile can cause. The value works much like a percentage % based off a predetermained global damage scale. Increasing or decreasing this value will effect how much damage the weapons projects can cause.\n\n <color=yellow>Effective Range:</color>\n This changes the effective range this weapon has and how much damage the fired projectile will lose over distance. The value is based off distance in meters and the fired projectile will drop damage potential increasingly after this distance. Increasing or decreasing this value will effect how far the fired project can travel before it begins to lose damage potential.", "admin_help_003": "Troubleshooting:\n\n <color=yellow>Weapons Not Effected?:</color>\n\n - Make sure Weapon Mechanics is enabled in the settings. By default Weapon Mechanics is disabled so that you can look around the admin panel before any changes are made.\n\n - Enable (Debug Mode) on the settings page and try reloading the weapon that isn't effected. In your server console you will see messages posted step by step when Weapon Mechanics tries to change the weapon as it reloads. Look for any messages that might explain what is happening and why the weapon is not being changed. If any errors appear report them to the developer.\n\n - If you are using any plugins that alter weapons, try unloading those plugins and see if Weapon Mechanics works. If so there could be a conflict bewteen plugins and this will have to be resolved between plugin developers. Report the conflict to both developers so they are aware and can look into possible solutions.\n\n <color=yellow>Images Not Showing?:</color>\n\n - This plugin requires the ImageLibrary plugin for images to show properly. Make sure you have the latest version of ImageLibrary installed.\n\n <color=yellow>Some Images Not Showing When Searching?:</color>\n\n - If the item has not been loaded before there can be a delay on ImageLibrary loading the image. The next search or load will usually fix this. All item images are hosted by rustedit.io and may be missing if those items have not been updated or added yet.\n\n <color=yellow>UI Images Not Showing?:</color>\n\n - The UI images such as the top left logo, menu background and other images are hosted by a public image service called imgur. This service sometimes limits the number of requests and can prevent the images from loading. These can be changed on the Them page using the custom option and enter the URL to any remote images you wish to use." }  
  2. More information about "Helicopter Records"

    $19.99

    Helicopter Records

    Show all Active and past Patrol Helicopter records that track all attacks by players with detailed statistics for each helicopter and player.  
    Features:
    ✯ Detailed Statistics for Helicopters, Players, Weapons
    ✯ Easy to use UI to show all statistics
    ✯ 5 Theme colors that each player can choose from
    ✯ Top players for helicopter attacks, total damage, total hits
    ✯ Search attacker history for players
    ✯ Quick Helicopter spawn button for admins in the UI
    ✯ Helicopter Tiers - Create custom tiers to make patrol helicopters easier/harder
     
            Recorded Data:
            [Patrol Helicopters]
            ✯ Status (active/inactive)
               ✯ Health (current/max)
               ✯ Start Time
               ✯ End Time
               ✯ List of Attackers
             
            [Attackers]
               ✯ Total Helicopters Attacked
               ✯ Total Damage (all helicopters / per helicopter)
               ✯ Total Hits (all helicopters / per helicopter)
               ✯ List of every Attack
            [Attacks]
            ✯ Weapon
               ✯ Damage
               ✯ Type
               ✯ Distance
               ✯ Time
            [Weapons]
               ✯ Total Damage (all helicopters / per helicopter)
               ✯ Total Hits (all helicopters / per helicopter)
               ✯ List of every Attack with weapon
         
            [Top Players]
               ✯ Helicopters Attacked
               ✯ Total Damage
               ✯ Total Hits
               
    Default Chat Command:
    /hr   - Opens UI panels (can be changed in admin settings)  
     
    NOTES:
                     * Report all issues or bugs in our discord
     
    Language:
    { "menu_lable": "Menu", "menu_001": "Main", "menu_002": "Active Patrols", "menu_003": "Patrol Records", "menu_004": "Top Players", "menu_005": "Search", "menu_006": "My Stats", "menu_007": "Close", "menu_008": "Admin", "hr_001": "Helicopter Records", "hr_002": "Global Statistics", "hr_003": "Total Helicopters", "hr_004": "Total Hits", "hr_005": "Total Attackers", "hr_006": "Active Patrol Helicopters", "hr_007": "Last Patrol Helicopters", "hr_008": "Helicopter ID", "hr_009": "Patrol Helicopter [#{0}]", "hr_010": "Health", "hr_011": "Started", "hr_012": "Ended", "hr_013": "Status", "hr_014": "Active", "hr_015": "InActive", "hr_016": "Escaped", "hr_017": "Attackers", "hr_018": "︽ Pevious", "hr_019": "Next ︾", "hr_020": "Player", "hr_021": "Damage", "hr_022": "No Attackers", "hr_023": "No Active Patrol Helicopters", "hr_024": "No Inactive Patrol Helicopters", "hr_025": "Helicopters Attacked", "hr_026": "Total Damage", "hr_027": "Attack Record", "hr_028": "Total Attacks", "hr_029": "Timestamp", "hr_030": "Distance", "hr_031": "Type", "hr_032": "Weapon", "hr_033": "Page: {0}", "hr_034": "Total Damage Amount", "hr_035": "Total Damage Percentage", "hr_036": "Top Attackers", "hr_037": "Search Attackers", "hr_038": "..enter player name..", "hr_039": "Search Results", "hr_040": "Total Weapons", "hr_041": "Most Used", "hr_042": "All Weapons", "hr_043": "Total Hits", "hr_044": "Helicopters Hit", "hradmin_001": "Settings", "hradmin_002": "Open UI Panel", "hradmin_003": "Save Settings", "hradmin_004": "Use Local Path", "hradmin_005": "Oxide Folder Path", "hradmin_006": "Reload Images & ImageLibrary", "hradmin_007": "Delete Records", "hradmin_008": "Delete", "hradmin_009": "This will delete all records for this helicopter including attackers and hits. \nAre you sure you want to remove all records for Patrol Helicopter [#{0}]", "hradmin_010": "Spawn New Helicopter" }  
    Discord
    Join our community discord for fast support and future updates. We have several channels where you can get help, offer suggestions, see what's coming in future updates, and more. Our discord is the fastest way to get the help and info you need! http://discord.rustlevels.com/
  3. More information about "TankRecords"

    $19.99

    TankRecords

    Show all Active and past Tank records that track all attacks by players with detailed statistics for each tank and player.  
         
       Features:
            ✯ Detailed Statistics for Tanks, Players, Weapons
            ✯ Easy to use UI to show all statistics
            ✯ 5 Theme colors that each player can choose from
            ✯ Top players for tank attacks, total damage, total hits
            ✯ Search attacker history for players
            ✯ Quick Tank spawn button for admins in the UI
             Recorded Data:
             [APC Tanks]
            ✯ Status (active/inactive)
               ✯ Health (current/max)
               ✯ Start Time
               ✯ End Time
               ✯ List of Attackers
             
            [Attackers]
               ✯ Total Tanks Attacked
               ✯ Total Damage (all tanks / per tank)
               ✯ Total Hits (all tanks/ per tank)
               ✯ List of every Attack
            [Attacks]
            ✯ Weapon
               ✯ Damage
               ✯ Type
               ✯ Distance
               ✯ Time
              [Weapons]
               ✯ Total Damage (all tanks / per tank)
               ✯ Total Hits (all tanks / per tank)
               ✯ List of every Attack with weapon
         
              [Top Players]
               ✯ Tanks Attacked
               ✯ Total Damage
               ✯ Total Hits
               
    Default Chat Command:
    /tr   - Opens UI panels (can be changed in admin settings)  
     
    NOTES:
                     * Report all issues or bugs in our discord
     
    Language:
    { "menu_lable": "Menu", "menu_001": "Main", "menu_002": "Active APC Tanks", "menu_003": "APC Tank Records", "menu_004": "Top Players", "menu_005": "Search", "menu_006": "My Stats", "menu_007": "Close", "menu_008": "Admin", "menu_009": "『Helicopter Records』", "TR_001": "Tank Records", "TR_002": "Global Statistics", "TR_003": "Total Tanks", "TR_004": "Total Hits", "TR_005": "Total Attackers", "TR_006": "Active APC Tanks", "TR_007": "Last APC Tanks", "TR_008": "Tank ID", "TR_009": "APC Tank [#{0}]", "TR_010": "Health", "TR_011": "Started", "TR_012": "Ended", "TR_013": "Status", "TR_014": "Active", "TR_015": "InActive", "TR_016": "Escaped", "TR_017": "Attackers", "TR_018": "︽ Pevious", "TR_019": "Next ︾", "TR_020": "Player", "TR_021": "Damage", "TR_022": "No Attackers", "TR_023": "No Active APC Tanks", "TR_024": "No Inactive APC Tanks", "TR_025": "Tanks Attacked", "TR_026": "Total Damage", "TR_027": "Attack Record", "TR_028": "Total Attacks", "TR_029": "Timestamp", "TR_030": "Distance", "TR_031": "Type", "TR_032": "Weapon", "TR_033": "Page: {0}", "TR_034": "Total Damage Amount", "TR_035": "Total Damage Percentage", "TR_036": "Top Attackers", "TR_037": "Search Attackers", "TR_038": "..enter player name..", "TR_039": "Search Results", "TR_040": "Total Weapons", "TR_041": "Most Used", "TR_042": "All Weapons", "TR_043": "Total Hits", "TR_044": "Tanks Hit", "TRadmin_001": "Settings", "TRadmin_002": "Open UI Panel", "TRadmin_003": "Save Settings", "TRadmin_004": "Use Local Path", "TRadmin_005": "Oxide Folder Path", "TRadmin_006": "Reload Images & ImageLibrary", "TRadmin_007": "Delete Records", "TRadmin_008": "Delete", "TRadmin_009": "This will delete all records for this Tank including attackers and hits. \nAre you sure you want to remove all records for APC Tank [#{0}]?", "TRadmin_010": "Spawn New Tank", "TRadmin_011": "Clear All Data", "TRadmin_012": "This will delete all records for Tanks, attackers and hits. \nAre you sure you want to completely wipe all records?", "TRadmin_013": "Clear Unattacked Tanks", "TRadmin_014": "This will delete all records for Tanks that have no recorded attackers. \nAre you sure you want to remove all unattacked Tank records?" }  
    Discord
    Join our community discord for fast support and future updates. We have several channels where you can get help, offer suggestions, see what's coming in future updates, and more. Our discord is the fastest way to get the help and info you need! http://discord.rustlevels.com/
  4. More information about "Rocket Guidance System"

    $14.99

    Rocket Guidance System

    This plugin was originally created for the XPerience Addon as part of the Demolitionist skill. I have chosen to recreate it as a separate plugin for others to use that don't want the XPerience and Addon plugins.
    NOTE: If using the XPerience Addon you must disable the rocket tracking abilities in the Demolitionist skill!
    Discord
    Join our community discord for fast support and future updates. We have several channels where you can get help, offer suggestions, see what's coming in future updates, and more. Our discord is the fastest way to get the help and info you need! http://discord.rustlevels.com/
     
    Feature:
    Select rocket trackable entities Select rocket trackable ammo Adjust rocket lock chance percentage % Adjust rocket lock time Adjust rocket max lock distance Adjust rocket detonation time Adjust rocket speed increase percentage % Adjust rocket base damage Adjust rocket damage per Entity type Adjust target names that appear on the UI Works with BetterNPCNames that shows NPC names on target UI Includes Rocket Launcher UI that shows target name, lock status, distance, and max distance allowed  
    Permissions
    This plugin uses the permission system. To assign a permission, use  oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use  oxide.revoke <user or group> <name or steam id> <permission>.
    rocketguidancesystem.use  -- Gives permission to use the RGS features
     Config:
     
    { "Rocket Targets": { "players": true, "npcs": true, "animals": true, "bradleyapc": true, "patrolheli": true, "ch47": true, "turrets": true, "buildings": true, "minicopter": true, "hotairballoon": true, "drones": true, "boats": true, "vehicles": true, "trains": true, "planes": true, "authbuildings": false, "entityList": { "0": { "entity": "chicken", "name": "Chicken" }, "1": { "entity": "boar", "name": "Boar" }, "2": { "entity": "stag", "name": "Stag" }, "3": { "entity": "wolf", "name": "Wolf" }, "4": { "entity": "bear", "name": "Bear" }, "5": { "entity": "polarbear", "name": "Polar Bear" }, "6": { "entity": "simpleshark", "name": "Shark" }, "7": { "entity": "ridablehorse", "name": "Horse" }, "8": { "entity": "scientistnpc", "name": "Scientist" }, "9": { "entity": "tunneldweller", "name": "Tunnel Dweller" }, "10": { "entity": "underwaterdweller", "name": "Underwater Dweller" }, "11": { "entity": "scarecrownpc", "name": "Scarecrow" }, "12": { "entity": "zombienpc", "name": "Zombie" }, "13": { "entity": "customscientistnpc", "name": "Custom Scientist" }, "14": { "entity": "bradleyapc", "name": "Bradley APC" }, "15": { "entity": "patrolhelicopter", "name": "Patrol Helicopter" }, "16": { "entity": "basehelicopter", "name": "Patrol Helicopter" }, "17": { "entity": "tugboat", "name": "Tug Boat" } } }, "Rocket Ammo": { "basicrocket": true, "smokerocket": true, "hvrocket": true, "incrocket": true }, "Rocket Settings": { "chance": 100, "timetolock": 3, "speed": 0.2, "detonate": 20.0, "basedamage": 100, "distance": 150.0, "playerdamage": 100, "npcdamage": 100, "animaldamage": 100, "bradleyapcdamage": 100, "patrolhelidamage": 100, "ch47damage": 100, "turretdamage": 100, "buildingdamage": 100, "minicopterdamage": 100, "hotairballoondamage": 100, "dronesdamage": 100, "boatdamage": 100, "vehicledamage": 100, "traindamage": 100, "planedamage": 100 }, "Images": { "TargetUI": "https://i.imgur.com/0gnnP2K.png" } } Language:
    { "targetname": "Target", "targetdistance": "Distance", "targetdistancemax": "max", "lockpending": "PENDING (HOLD)", "lockfailed": "FAILED (HOLD)", "locked": "LOCKED (FIRE)", "lock": "Lock" }  
  5. More information about "Heavy Military Tunnel Event"

    $19.99

    Heavy Military Tunnel Event

    Heavy Military Tunnel Event is a configurable plugin that allows for a new type of random event. Randomly  a message will appear letting players know that a heavy unit is now guarding Military Tunnel
    The Military Tunnel will then be equipped with extra scientists both light and heavy, auto turrets, and Bradleys. Players must try to clear the military tunnel and find the scientist who drops the code to disable the auto turrets OR destroy all the turrets. If the code is found, it can be entered  into the code lock hidden in a room to disable the turrets. Once the turrets and scientists are dealt with, players must defeat the Bradleys that guard the hackable crates. Finally, once the Bradleys are defeated, players can collect all the loot. That's if someone else doesn't get to it first!
    This is a great event to add to your server to give it a little more variety. It can be a fun PVP zone or a PVE event for non PVP servers.  
     
    EASY OPTIONAL SETUP - NO SETUP REQUIRED
    You can simply drop the plugin in as-is and it will start the random event every 1 to 2 hours OR you can modify the config to your specific needs.
     
    Configuration
    Example  - en
    Admin Only Commands
    /HmtStart
    /HmtStop
    /HmtPos
     
    Hooks
    void  HeavyMilitaryTunnelEventStarted()
    void HeavyMilitaryTunnelEventStopped()
     
    Customization
    Spawn locations as well as the total number turrets, scientists, hackable crates,   & APCbradleys can be modified. Simply go to the location in game you want to place the new item and use the command /HmtPos. It will message you the location. You can the add that location to the config in the appropriate section for want you want to modify. Reload the plugin and you're good to go!
     
    Support
    Create a support ticket here or message me on discord:    cahnu
2.2m

Downloads

Total number of downloads.

10.2k

Customers

Total customers served.

147.5k

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.