CoreSnap's Wishlist
-
Buttons
By dFxPhoeniX in Plugins
Buttons is a Rust plugin that allows server owners to add customizable buttons to the in-game user interface.
These buttons can be used to trigger commands, open menus, send messages, or execute any server-side action, offering a more interactive and user-friendly experience for players. With support for custom positioning, styling, and permissions, Buttons makes it easy to enhance gameplay and streamline interactions through intuitive UI elements.
Permissions:
buttons.use - Allows group/player to use the buttons. buttons.toggle - Allows group/player to toggle the buttons. Chat Commands:
/buttons - Toggle the buttons (require buttons.toggle). Console Commands:
buttons.open <index> - Execute the button command.
Configuration:
{ "Settings": { "Buttons": [ { "Image Url": "https://i.ibb.co/Gv8YKB8g/info.png", "Command": "info", "Alignment": { "Anchor Min": "0 1", "Anchor Max": "0 1", "Offset Min": "18 -60", "Offset Max": "56 -22" } }, { "Image Url": "https://i.ibb.co/VYz1NcLL/leaderboard.png", "Command": "leaderboard", "Alignment": { "Anchor Min": "0 1", "Anchor Max": "0 1", "Offset Min": "58 -60", "Offset Max": "96 -22" } }, { "Image Url": "https://i.ibb.co/V06FLK38/shop.png", "Command": "shop", "Alignment": { "Anchor Min": "0 1", "Anchor Max": "0 1", "Offset Min": "98 -60", "Offset Max": "136 -22" } }, { "Image Url": "https://i.ibb.co/ksjLcnx5/kits.png", "Command": "kits", "Alignment": { "Anchor Min": "0 1", "Anchor Max": "0 1", "Offset Min": "138 -60", "Offset Max": "176 -22" } } ], "Background Color": "0.65 0.65 0.65 0.3", "Open By Default": true, "Only Show Buttons In Looting": false, "Display Type (Hud/Overlay)": "Overlay" } }
Languages:
Buttons have two languages by default (English and Romanian), but you can add more in Oxide lang folder.
-
Death Tracker
By imthenewguy in Plugins
Death tracker is an administration tool that allows server admins to restore player items via rcon or in-game, in the event a player dies for reasons beyond their control.
The plugin will detail:
The location of the death (grid + coordinate). The damage type that the player took. Whether they were connected to the server or not. Who killed them (along with the userid). The date and time of the death. The players inventory, item backpack contents, and their backpack plugin contents (if they dropped).
Admins can select items from the UI to see more details about the item such as the items condition, amount, ammo, armor slots and other parameters (such as buffs from ItemPerks).
You can also toggle whether the item will be restored from this menu, allowing you to exclude certain items from being restored if required.
In order to use the following commands in game, you must have the deathtracker.admin permission.
Command: dt
Use: Access the DeathTracker restore menu in-game.
Command: dt.,rcon deaths <userid>
Use: Returns information for each death stored for the specified player.
Command: dt.rcon query <userid> <index>
Use: Returns detailed information about the specified death for the player at the specified index (item lists etc).
Command: dt.rcon restore <userid> <index>
Use: Restores the items to the specified player from the specified index.
-
BGrade Pro
Built from the ground up with pure performance as a drop in replacement for umods bgrade. Players can Auto Build with there Specified Grade when using the building planner or simply tap with the hammer!
Features:
BGrade supports using both the Planner & Hammer.
Native Game Popups to indicate missing resources.
Supports Rust Backpacks.
Works well with 3rd party plugins, like remover tools, etc
Chat & Console Commands:
/bg /bgrade Grades 0 - 4 ( Wood > Stone > Metal > Armored )
Configuration
{ "Enable On Active Item Changed Notification": false, "Console & Chat Commands": [ "bg", "bgrade" ], "Sound Effects: Set Empty string to disable": { "Ok": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab", "Ko": "assets/prefabs/weapons/toolgun/effects/repairerror.prefab" } }
Included Languages:
English > French > German > Simplified Chinese > Russian
//Default English { "ToggledGrade": "Toggled Grade to {0}.", "NoAccess": "You do not have permission to use {0} level of BGrade.", "Off": "Toggled BGrade Off.", "GradePerm": "You do not have permission for grade: {0}", "NoEscape": "NoEscape Blocked: BGrade Disabled.", "Notify": "BGrade is available using {0}" }
- #bgrade
- #building grades
-
(and 7 more)
Tagged with:
-
CustomC4&RocketTiers
By Blackmatic in Plugins
CustomC4RocketTiers is a Rust plugin that allows you to create and distribute C4 and Rocket Launcher items with various damage tiers and optional skins. You can configure multiple C4 tiers (e.g., c4_tier1, c4_tier2, c4_tier3) and Rocket tiers (e.g., rocket_tier1, rocket_tier2, rocket_tier3), each with its own damage multiplier and skin. Admins (with the customc4.admin permission) can spawn these items via simple chat commands:
/givec4 [tier1|tier2|tier3]
/giverocket [tier1|tier2|tier3]
When thrown or fired, the items will deal the configured explosion damage. This plugin adds a new layer of customization and progression to raiding by letting you manage different explosive strengths or even special skins.
Config:
{ "C4Tiers": { "c4_tier1": { "ExplosionDamage": 1000.0, "SkinId": "3425076124" }, "c4_tier2": { "ExplosionDamage": 2000.0, "SkinId": "3425076601" }, "c4_tier3": { "ExplosionDamage": 5000.0, "SkinId": "3425076743" } }, "RocketTiers": { "rocket_tier1": { "ExplosionDamage": 500.0, "SkinId": "3447956979" }, "rocket_tier2": { "ExplosionDamage": 750.0, "SkinId": "3447957790" }, "rocket_tier3": { "ExplosionDamage": 1000.0, "SkinId": "3447954671" } } }
-
Simple Kits
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:
- #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