Jump to content

Tryhard

Creator
  • Posts

    108
  • Joined

  • Last visited

Everything posted by Tryhard

  1. Tryhard

    Simple Kits

    Version 1.1.0

    4 downloads

    Simple Kits is a Kits plugin for Rust that offers a simple and easy to navigate UI while maintaining good server performance. Key Features GUI for Kit Management: The plugin provides a custom, in-game user interface for players to view and redeem available kits. Admins can also use the GUI to create and edit kits without manually editing the config file. Highly Customizable Kits: Each kit can be configured with a specific name, short name, description, image, and items. It also supports item attachments, allowing for pre-modded weapons and tools. Autokit support. Built-in Cooldown and Usage Limits: You can define cooldown periods (global and per-player) and set a maximum number of uses for each kit, providing a balanced experience. There is also an option to automatically clear all cooldowns and use counts upon a server wipe. Permission-Based Access: Kits can be restricted to specific players or groups using permissions, allowing for VIP kits or donor perks. API: The plugin exposes a comprehensive API that is compatible with the uMod Kits plugin's API. It allows other plugins to interact with the kit system, including giving kits, checking their existence, retrieving kit data, and managing player cooldowns and uses. Lightweight: stripped down features and more optimized to guarantee good performance. Performance Overview: Commands /kit - open the kits menu /kit shortname - redeem any kit via it's shortname without opening the menu Permissions No admin permission, must have moderatorid or ownerid to access the admin menu Config: { "VIP Store URL (Wthout https://)": "", "Enable Auto-Kits": true, "Clear Cooldowns and Redeem Limits on wipe": true, "Main Color RGBA (Use https://colors.misticos.dev/ (RUST Color))": "0 1 1 1", "Kits": { "starter": { "Name": "STARTER", "ShortName": "starter", "Description": "A simple kit to get your <color=#00ceff>base</color> going! \n24 Hour cooldown between redeems.", "Image": "https://files.tryhard.cloud/s/RygdtjDamAXHKwQ/preview", "Cooldown": 86400.0, "WipeCooldown": 0.0, "MaxUses": -1, "Perm": "", "Items": [ { "Id": 1079279582, "ShortName": "medkit", "Amount": 2, "SkinId": 0, "Slot": 1, "Container": 1, "Attachments": null }, { "Id": 1079279582, "ShortName": "bandage", "Amount": 2, "SkinId": 0, "Slot": 2, "Container": 1, "Attachments": null } ], "Hide": false } } } API: // Attempts to give a kit to the specified player. // Returns a string containing a failure message, otherwise returns the result of the internal GiveLoadout method. object GiveKit(BasePlayer player, string name); // Checks if a kit with the given name exists. // Returns a boolean value. bool IsKit(string name); // Populates a provided list with the names of all available kits. // This method does not return a value. void GetKitNames(List<string> list); // Retrieves the image URL for the specified kit. // Returns an empty string if no URL is set. string GetKitImage(string name); // Retrieves the description text for the specified kit. // Returns an empty string if no description is set. string GetKitDescription(string name); // Returns the maximum number of uses for a kit per player. // Returns 0 if no maximum is set. int GetKitMaxUses(string name); // Returns the cooldown period (in seconds) for a kit. // Returns 0 if there is no cooldown. int GetKitCooldown(string name); // Gets the number of times a specific player has used a specific kit. // Returns 0 if the player or kit data is not found. int GetPlayerKitUses(ulong playerId, string name); // Sets the number of uses for a specific kit for the given player. // This method does not return a value. void SetPlayerKitUses(ulong playerId, string name, int amount); // Retrieves the remaining cooldown time (in seconds) for a player's kit. // Returns 0 if the kit is not on cooldown. double GetPlayerKitCooldown(ulong playerId, string name); // Sets a new cooldown time (in seconds) for the specified kit for a player. // This method does not return a value. void SetPlayerCooldown(ulong playerId, string name, double seconds); Join our Discord for support: https://discord.gg/YnbYaugRMh SHOWCASE VIDEO:
    $19.99
  2. Version 1.0.0

    4 downloads

    Vending Captcha prompts AFK bots that use vending machines with captcha checkboxes. Key Features Dynamic Positions: The checkbox location is randomized, making it harder to automate bypasses. Lightweight: No big impact on server performance. Complete Customization: Change any text or threshold via the config file.. API: Any other plugin can call the "captcha" command to prompt a player with a captcha checkbox Commands (F1 Console) Captcha - Creates the captcha checkbox UI Config { "Captcha bypass permission": "captcha.bypass", "Purchase Time Frame (seconds)": 60.0, "Purchase Count Threshold Per Time Frame": 5, "Captcha UI title": "Quick Check", "Captcha UI description": "Please confirm you’re human:", "Captcha UI button text": "I’m not a bot", "Captcha UI checkbox text": "☐" } Permission Captcha.bypass - Makes the user bypass automated captcha popups. Join our Discord for support: https://discord.gg/YnbYaugRMh SHOWCASE VIDEO:
    $4.99
  3. Tryhard

    red selection

    Changed Status from Pending to Closed
  4. Tryhard

    red selection

    Sadly not possible
  5. Tryhard

    Indoor Furnace

    That is not possible sadly
  6. Tryhard

    Industrialization Request

    Changed Status from Pending to Fixed
  7. Tryhard

    Spectator UI

    Version 1.0.0

    3 downloads

    Spectator UI is a simple, light plugin for Rust, designed to enhance server administration by adding an informative panel for admins when spectating. No commands, no config, no permissions Support Join our Discord for support and community interaction: https://discord.gg/YnbYaugRMh
    $2.99
  8. Tryhard

    Possibly Broken After Update

    Changed Status from Pending to Not a Bug
  9. Changed Status from Pending to Fixed
  10. Tryhard

    Plugin Name

    Changed Status from Pending to Fixed
  11. Tryhard

    Not working?

    Changed Status from Pending to Not a Bug
  12. If you pop a ticket in discord I can sort you a custom version
  13. Changed Status from Pending to Closed
  14. Hm, not enough demand for this at the moment
  15. Tryhard

    Not working?

    Reload the plugin after assigning the permission
  16. Changed Status from Pending to Fixed Changed Fixed In to Next Version
  17. Tryhard

    Add Permissions Please

    Changed Status from Pending to Closed
  18. Tryhard

    Add Permissions Please

    There's not enough demand for this feature at this time, so it will not be added
  19. Changed Status from Pending to Not a Bug
  20. Version 2.1.1

    528 downloads

    This plugin allows you to easily place entities like large furnaces and oil refineries on foundations inside your base. Protect your resources hassle free. Simply attempt to place the item like normal onto a foundation, no chat command needed! WORKS WITH THE WATER BASES PLUGIN! Config: { "Custom Placeable Entities": [ { "PrefabName": "assets/prefabs/deployable/furnace.large/furnace.large.prefab", "ItemID": -1992717673, "PlacementDistance": 2.2, "Permission": "indoorfurnace.largefurnace", "skinID": 0 }, { "PrefabName": "assets/prefabs/deployable/oil refinery/refinery_small_deployed.prefab", "ItemID": -1293296287, "PlacementDistance": 1.0, "Permission": "indoorfurnace.refinery", "skinID": 0 } ] } Support Join our Discord for support and community interaction: https://discord.gg/YnbYaugRMh
    $9.99
  21. I love the green man that runs around my town every christmas
  22. Version 1.0.0

    5 downloads

    Water Catcher Modifier Effortlessly enhance water catchers on your Rust server! This plugin offers unparalleled customization of water catcher properties while maintaining near-zero performance impact. Key Features - Performance-Optimized: Designed with efficiency in mind, ensuring your server's performance remains unaffected even with extensive modifications. - Fully Configurable: Adjust static, rain, snow, and fog water collection rates, as well as max water storage and item creation limits. - Dynamic Behavior: Control how often water catchers generate water with a configurable static fill timer. - Indoor Collection: Optionally allow water catchers to collect water indoors, even from fog. - Automatic Initialization: All water catchers are updated dynamically during server initialization, with changes reverting seamlessly on plugin unload. Default Configuration { "Fill timer": 60.0, "Catchers": { "assets/prefabs/deployable/water catcher/water_catcher_small.prefab": { "Require being placed outside": true, "Max amount of water that can be stored": 10000, "Base collection rate that happens at all times": 0.25, "Additional rate during rain": 1.0, "Additional rate during snow": 0.5, "Additional rate during fog. Fog water is also collected indoors": 2.0, "Max item to create": 10.0 }, "assets/prefabs/deployable/water catcher/water_catcher_large.prefab": { "Require being placed outside": true, "Max amount of water that can be stored": 10000, "Base collection rate that happens at all times": 0.25, "Additional rate during rain": 1.0, "Additional rate during snow": 0.5, "Additional rate during fog. Fog water is also collected indoors": 2.0, "Max item to create": 10.0 } } } Permissions and Support Permissions: No special permissions required. Support: For assistance, join our Discord community at https://discord.gg/YnbYaugRMh
    $4.99
  23. Allow viewing images attached to products in a grid view, so I don't have to click through all images to find the images i want to see. Yes yes
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132.2k

Files Sold

Total number of files sold.

2.8m

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.