Jump to content

Tryhard

Creator
  • Posts

    111
  • Joined

  • Last visited

Everything posted by Tryhard

  1. Tryhard

    Hello conflict plugins

    Changed Status from Pending to Closed
  2. Tryhard

    Hello conflict plugins

    Would you mind making a ticket in my discord and posting the PlayerChallanges plugin in there, i can take a look
  3. Version 1.0.1

    3 downloads

    Premium Leaderboard is a performance-focused Leaderboard plugin for Rust that offers a sleek, modern UI to display detailed player and team statistics, all while ensuring minimal impact on server performance. Key Features Modern & Intuitive GUI: A clean, visually appealing, and easy-to-navigate user interface. Players can quickly switch between their personal stats, the server-wide player rankings, and the team leaderboards. Detailed Player & Team Statistics: Tracks a comprehensive set of stats including Kills, Deaths, KDR, Damage Dealt, Headshots, Shots Fired, Hits, and Accuracy percentage for both individual players and teams. Optimized for Performance: Designed to be exceptionally lightweight. Stats are processed in efficient batches on a configurable timer, and UI elements are cached to prevent any server or client-side lag. Highly Customizable: Easily change the UI's accent color to match your server's theme and define multiple custom chat commands for players to open the leaderboard. ImageLibrary Support: Automatically fetches and displays player avatars from Steam, adding a personalized and professional touch to the rankings. Performance Overview The plugin is designed to be lightweight. Stats are processed in batches on a configurable timer, and the UI is cached to prevent any noticeable server or client-side lag during gameplay. Commands /leaderboard, /lb, /stats - Opens the leaderboard menu. (Commands can be changed in the config) Permissions This plugin does not require any permissions to be used. All players can view the leaderboards by default. Config { "Clear stats on server wipe": true, "Header Background Color RGBA (Use https://colors.misticos.dev/ (RUST Color))": "0.29 0.15 0.45 0.98", "Accent Color RGBA (Use https://colors.misticos.dev/ (RUST Color))": "0.58 0.31 0.91 0.75", "Leaderboard refresh interval in seconds": 60, "Commands to open the leaderboard": [ "leaderboard", "lb", "stats", "leaderboards", "stat" ] } Join our Discord for support: https://discord.gg/YnbYaugRMh SHOWCASE VIDEO:
    $14.99
  4. Tryhard

    Simple Kits

    Version 1.1.2

    12 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:
    $17.99
  5. 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
  6. Tryhard

    red selection

    Changed Status from Pending to Closed
  7. Tryhard

    red selection

    Sadly not possible
  8. Tryhard

    Indoor Furnace

    That is not possible sadly
  9. Tryhard

    Industrialization Request

    Changed Status from Pending to Fixed
  10. Tryhard

    Spectator UI

    Version 1.1.0

    4 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
  11. Tryhard

    Possibly Broken After Update

    Changed Status from Pending to Not a Bug
  12. Changed Status from Pending to Fixed
  13. Tryhard

    Plugin Name

    Changed Status from Pending to Fixed
  14. Tryhard

    Not working?

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

    Not working?

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

    Add Permissions Please

    Changed Status from Pending to Closed
  21. Tryhard

    Add Permissions Please

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

    636 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
  24. I love the green man that runs around my town every christmas
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.6k

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.