-
Posts
108 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Tryhard
-
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-
- 1
-
-
- #simplekits simple kits
- #tryhard
-
(and 34 more)
Tagged with:
- #simplekits simple kits
- #tryhard
- #tryhard kits
- #kits by tryhard
- #performance
- #light
- #performant
- #amounts
- #rust servers kits
- #kits with menu
- #kits rust
- #in-game management kits
- #kits with editor
- #rust kits plugin
- #kits rust plugin
- #rust kits
- #sets
- #kits umod
- #rustkits
- #kits plugin
- #kit
- #kiticon
- #kits ui
- #kits tryhard
- #kitsui
- #item kits
- #customizable kits
- #cooldowns
- #kits in menu
- #kits
- #kit cooldowns
- #items
- #server management kits
- #set
- #rust plugin for kits
- #rust kit plugin
-
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 -
Changed Status from Pending to Closed
-
Sadly not possible
-
Changed Status from Pending to Fixed
-
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 -
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Fixed
-
Changed Status from Pending to Fixed
-
Changed Status from Pending to Not a Bug
-
Can we get a command to toggle on and off?
Tryhard replied to SlayersRust's Support Request in Support
If you pop a ticket in discord I can sort you a custom version -
Can we get a command to toggle on and off?
Tryhard replied to SlayersRust's Support Request in Support
Changed Status from Pending to Closed -
Can we get a command to toggle on and off?
Tryhard replied to SlayersRust's Support Request in Support
Hm, not enough demand for this at the moment -
Reload the plugin after assigning the permission
-
Major Bug Using M249 with explosive ammo to destroy barrels gives RPC Error disconnect from server
Tryhard replied to SlayersRust's Support Request in Support
Ty, fixed -
Major Bug Using M249 with explosive ammo to destroy barrels gives RPC Error disconnect from server
Tryhard replied to SlayersRust's Support Request in Support
Changed Status from Pending to Fixed Changed Fixed In to Next Version -
Changed Status from Pending to Closed
-
There's not enough demand for this feature at this time, so it will not be added
-
Changed Status from Pending to Not a Bug
-
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 -
I love the green man that runs around my town every christmas
-
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 -
- 4 comments
-
- #discord bot
- #discord nitro
- (and 6 more)
-
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