Jump to content

Khaled

Creator
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Khaled

  1. Khaled

    Fuel Monitor

    Hello CoreSnap, Currently, FuelMonitor is designed to work only with the default Rust fuel type, which is (Low Grade Fuel). The plugin detects and calculates fuel based solely on the item shortname (lowgradefuel). It does not check or differentiate fuel by skinID, so if another plugin uses different skinIDs of Low Grade Fuel as “tiers,” FuelMonitor will still treat all of them as standard Low Grade Fuel without distinction. If a plugin uses a completely different fuel item (a different shortname), FuelMonitor will not detect or count it at all. Best Regards.
  2. Khaled

    Weapon Control

    Hi ALiEN JiM, Thank you for the detailed report you’re absolutely right. At the moment, the plugin applies its ammo capacity logic whenever a weapon is equipped, which can override additional ammo provided by extended magazines, SkillTree perks, or other plugins. In setups like yours where ammo is already handled elsewhere, this behavior is understandably undesirable. To address this, I’ll be adding an option to completely disable the ammo capacity system. When disabled, the plugin will no longer modify weapon ammo or magazine capacity at all, allowing external systems to function without interference while still keeping all damage-related features active. This option will be available in an upcoming update, and once enabled, the plugin will not touch ammo values in any situation. Thank you again for bringing this up feedback like this helps improve compatibility and overall server experience. Best regards, Khaled
  3. Khaled

    Fuel Monitor

    Thank you for your interest in Fuel Monitor and for the great questions. At the moment, the plugin focuses on providing a clean and lightweight visual fuel indicator (bar, color changes, blinking, and an “OUT OF FUEL” warning). However, I’d like to confirm that the points you mentioned are already planned and added to the plugin’s to-do list for upcoming updates: Customizable fuel thresholds (full / low / empty), including proper support for modded servers with higher fuel capacities. UI customization options, including moving the fuel bar on the screen, adjusting its size, and customizing colors. Optional sound alerts for low fuel and out-of-fuel states. These improvements are part of the planned roadmap and will be introduced progressively in future versions. If you have any additional suggestions or specific use cases, feel free to share them i actively use community feedback to shape upcoming updates. Thanks again for your interest!
  4. Khaled

    UICommands

    Version 1.0.1

    5 downloads

    UICommands – In-Game Command Browser for Rust Servers UICommands makes it easy for players to find and use server commands without memorizing anything or spamming chat. All commands are displayed in a clean, in-game interface, neatly organized into categories with clear explanations. Players can quickly see what each command does, whether it’s available to them, and how to use it — all in one place. Features - Clean and modern in-game UI - Commands neatly organized by category - Shows whether commands are available or locked - Detailed command info panel with usage examples - RUN button for supported commands - Simple, smooth, and easy to use Why Players Like It - No need to remember commands - Quick access to everything the server offers - Easy to understand, even for new players - Less confusion, more gameplay Why Server Owners Use It - Fewer repeated questions in chat - Better presentation of server features - Helps new players get started faster - Clean and professional look Permissions UICommands is a great fit for any Rust server that wants a simple, organized, and player-friendly way to show commands in-game. Config: { "General": { "Open Commands": [ "cmds", "commands" ], "Rows Per Page": 6, "Close UI when prompting for input": true }, "Categories": [ { "Id": "starter", "Title": "Starter & Info", "Description": "Core commands players use immediately after joining.", "Sort Order": 0, "Required Permission (optional)": null, "Commands": [ { "Command": "/ranks", "Description": "Show player ranks.", "Benefit / Why Use It": "See your current rank and progression.", "Usage Example (optional)": "/ranks", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/kit", "Description": "Starter kit.", "Benefit / Why Use It": "Get essential items to start playing.", "Usage Example (optional)": "/kit", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/wear", "Description": "Change your underwear.", "Benefit / Why Use It": "Quickly change your character underwear.", "Usage Example (optional)": "/wear", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] } ] }, { "Id": "teleport", "Title": "Teleport & Home", "Description": "Teleport requests, homes, towns and utilities.", "Sort Order": 10, "Required Permission (optional)": null, "Commands": [ { "Command": "/sethome <name>", "Description": "Set home at your base.", "Benefit / Why Use It": "Save a home location for quick teleport.", "Usage Example (optional)": "/sethome main", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] }, { "Command": "tphelp", "Description": "Teleport help.", "Benefit / Why Use It": "View teleport commands and usage.", "Usage Example (optional)": "tphelp", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/town", "Description": "Teleport to Bandit Town.", "Benefit / Why Use It": "Quick access to Bandit Town.", "Usage Example (optional)": "/town", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/outpost", "Description": "Teleport to Outpost.", "Benefit / Why Use It": "Quick access to Outpost.", "Usage Example (optional)": "/outpost", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/where", "Description": "Teleport to your death location.", "Benefit / Why Use It": "Return to your death spot quickly.", "Usage Example (optional)": "/where", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/tpr <PlayerName>", "Description": "Request teleport to a player.", "Benefit / Why Use It": "Send a teleport request to another player.", "Usage Example (optional)": "/tpr Khaled", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] } ] }, { "Id": "shop", "Title": "Shop, Economy & Trade", "Description": "Server shop and purchases.", "Sort Order": 20, "Required Permission (optional)": null, "Commands": [ { "Command": "/s", "Description": "Shop.", "Benefit / Why Use It": "Open the server shop.", "Usage Example (optional)": "/s", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/buy", "Description": "Transport license.", "Benefit / Why Use It": "Purchase transport license.", "Usage Example (optional)": "/buy", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/buyraid", "Description": "Buy a Raidable Base.", "Benefit / Why Use It": "Purchase a raidable base event.", "Usage Example (optional)": "/buyraid", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] } ] }, { "Id": "skills", "Title": "Skills / Levels", "Description": "Leveling and skills commands (server dependent).", "Sort Order": 30, "Required Permission (optional)": null, "Commands": [ { "Command": "/st", "Description": "Open skill tree (shortcut).", "Benefit / Why Use It": "Quick access to the skill tree.", "Usage Example (optional)": "/st", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/skills", "Description": "Open skills UI.", "Benefit / Why Use It": "View and manage your skills.", "Usage Example (optional)": "/skills", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/skill", "Description": "Open crafting menu.", "Benefit / Why Use It": "Access crafting skill menu (if supported).", "Usage Example (optional)": "/skill", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] } ] }, { "Id": "building", "Title": "Building & Remove", "Description": "Upgrade, remove and building utilities.", "Sort Order": 40, "Required Permission (optional)": null, "Commands": [ { "Command": "/up <1-4>", "Description": "Upgrade building tier.", "Benefit / Why Use It": "Upgrade building parts quickly.", "Usage Example (optional)": "/up 4", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] }, { "Command": "/down <1-4>", "Description": "Downgrade building tier.", "Benefit / Why Use It": "Downgrade building parts quickly.", "Usage Example (optional)": "/down 2", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] }, { "Command": "/remove", "Description": "Remove buildings.", "Benefit / Why Use It": "Remove building parts if enabled.", "Usage Example (optional)": "/remove", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/bskin", "Description": "Building skins.", "Benefit / Why Use It": "Change building skins (if enabled).", "Usage Example (optional)": "/bskin", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] } ] }, { "Id": "security", "Title": "Security & QoL", "Description": "Locking, turrets and helpful quality-of-life commands.", "Sort Order": 50, "Required Permission (optional)": null, "Commands": [ { "Command": "/autolock", "Description": "Auto lock boxes & doors.", "Benefit / Why Use It": "Automatically apply locks to your base items.", "Usage Example (optional)": "/autolock", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/lockturret", "Description": "Lock turret (requires codelock).", "Benefit / Why Use It": "Protect your turret from unauthorized access.", "Usage Example (optional)": "/lockturret", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/carturret", "Description": "Spawn your car.", "Benefit / Why Use It": "Quickly spawn your vehicle (server dependent).", "Usage Example (optional)": "/carturret", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "Quarry lock", "Description": "Locking a quarry engine.", "Benefit / Why Use It": "Protect the quarry engine with a code lock.", "Usage Example (optional)": "Craft a codelock, go to the quarry engine and press E.", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] } ] }, { "Id": "social", "Title": "Friends / Sharing", "Description": "Friends and access control.", "Sort Order": 60, "Required Permission (optional)": null, "Commands": [ { "Command": "/friend <add/remove playername>", "Description": "Add or remove a friend from your base.", "Benefit / Why Use It": "Control who can interact with your base features.", "Usage Example (optional)": "/friend add Khaled", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] } ] }, { "Id": "misc", "Title": "Misc", "Description": "Skins, signs and other utilities.", "Sort Order": 70, "Required Permission (optional)": null, "Commands": [ { "Command": "/skin", "Description": "Skins.", "Benefit / Why Use It": "Open skins menu (if enabled).", "Usage Example (optional)": "/skin", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] }, { "Command": "/sili", "Description": "Sign image URL.", "Benefit / Why Use It": "Paste an image URL into a sign (if enabled).", "Usage Example (optional)": "/sili <url>", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] }, { "Command": "/sil", "Description": "Sign image URL (shortcut).", "Benefit / Why Use It": "Paste an image URL into a sign (if enabled).", "Usage Example (optional)": "/sil <url>", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": false, "Tags (optional)": [] }, { "Command": "/recycler.craft", "Description": "Craft your recycler.", "Benefit / Why Use It": "Craft and place a recycler (if enabled).", "Usage Example (optional)": "/recycler.craft", "Required Permission (optional)": null, "Admin Only (optional)": false, "VIP Only (optional)": false, "Allow RUN (optional, override)": true, "Tags (optional)": [] } ] } ], "Debug: Print Config Summary On Load": false } Need Support?
    $13.99
  5. Khaled

    Fuel Monitor

    Version 3.0.0

    8 downloads

    FuelMonitor is a lightweight and fully customizable Rust plugin that displays a clean, modern fuel bar while driving fuel-powered vehicles. The plugin features a real-time updating UI with a low fuel warning system, including popup notifications and sound alerts when fuel is running low, plus a clear OUT OF FUEL indication when empty. FuelMonitor includes an in-game Admin Settings UI, allowing server owners to: Preview changes live before applying them Adjust Global Max Fuel Reposition the UI using Move Mode Reposition the popup Warning notifications Move Mode Customize all UI colors All changes are applied safely using an Apply / Cancel workflow and affect all players server-wide.| Commands : /Fuelui FuelMonitor works automatically in the background, is performance-friendly, and requires no player commands. Need Support?
    $5.99
  6. Khaled

    Weapon Control

    At the moment, C4 and individual rocket support are not included. These features are planned and will be introduced in future updates.
  7. Version 1.0.5

    5 downloads

    WeaponControl is an advanced weapon balancing plugin for Rust. It allows server owners to fully control weapon damage and magazine capacity using a clean in-game UI, Key Features: • Weapon damage multipliers • Magazine capacity control • Separate profiles: Default / VIP I / VIP II / VIP III • Automatic ammo-based weapon detection • Live in-game UI editor • No external plugins or image libraries VIP System (Optional) : Flexible VIP system with priority-based tiers. Each VIP level can have its own damage and capacity values, with full control over affected entities and blacklist support. In-Game UI: Manage all weapons directly in-game: • Search and sort weapons • Apply global presets • Edit values live • Safely apply or discard changes Performance & Compatibility • Optimized for PVP and PVE servers • Lightweight and server-friendly • Compatible with Oxide and Carbon Need Support?
    $14.99
  8. Khaled

    Conflicting Command

    Changed Status from Work in Progress to Fixed
  9. Khaled

    Conflicting Command

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  10. Khaled

    Conflicting Command

    Thanks for the heads-up. A new update is being released now that allows full command control from the config, so you can change /strike to any command you prefer to avoid conflicts with SkillTree (for example /airstrike).
  11. Khaled

    Wipe Timer

    Version 1.3.5

    8 downloads

    Main Purpose: This plugin tracks the next server wipe time in Rust and displays a continuously updated countdown message on a dedicated Discord channel. It also provides advanced features such as: • Automatic countdown updates on Discord. • Private admin alerts before the wipe time. • Neatly formatted server information, including map image and news. • Commands to set the next wipe and last wipe times from inside the game. • Dynamic Embed color changes based on how close the wipe is. ----------------------------------------------------------------------------------------- Core Components: Data Storage: • Stores the next wipe time (nextWipeTime) and last wipe time (lastWipeTime) persistently in data files. Periodic Updates:, 1 • Runs a timer that updates the Discord Embed message every configurable interval (default every 60 seconds). Discord Messaging:, 2 • Uses WebRequests to send or update an Embed message in a Discord channel via a Discord bot. (The message includes) : • Time remaining until the wipe. • Wipe date (date & Time). • Server name and IP address. 3 • Current online players count. • Server news. • Server website link. • Map image and thumbnail. Embed Color Coding:, 4 • Green if more than 24 hours remain. • Yellow if between 1 hour and 24 hours remain. • Red if less than 1 hour remains. Admin Private Alerts:, 5 • Sends direct messages (DMs) on Discord to specified admin user IDs before the wipe by a configurable number of seconds (default 1 hour). In-Game Commands:, 6 • /setwipe <yyyy-MM-dd 00:00> : Set the next wipe time in date and time from now. • /setlastwipe <yyyy-MM-dd> : Set the date of the last wipe. ----------------------------------------------------------------------------------------- How to Use: Place the plugin file in your Oxide plugins folder. Configure config.json:, • Set your Discord bot token. • Set the target Discord channel ID. • Update server info like IP, website, news, etc. • Add admin Discord IDs for private alerts if desired. Reload the plugin or restart your server., Use /setwipe and /setlastwipe in-game commands to configure wipe dates., Watch the Discord channel for an up-to-date, nicely formatted wipe countdown message. ----------------------------------------------------------------------------------------- configuration { "AdminAlertBeforeSeconds": 3600, // Time in seconds before wipe to send private alerts to admins "AdminDiscordIds": [], // List of Discord user IDs to receive private admin alerts "BotToken": "YOUR_BOT_TOKEN_HERE", // Discord bot token used for authentication "ChannelId": 0, // Discord channel ID where the wipe countdown embed will be posted "ColorLongTime": 3066993, // Embed color when wipe is more than 24 hours away (green) "ColorMediumTime": 16776960, // Embed color when wipe is between 1 hour and 24 hours away (yellow) "ColorShortTime": 15158332, // Embed color when wipe is less than 1 hour away (red) "DefaultWipeDaysFromNow": 3, // Default number of days from now for the next wipe if no data exists "EmbedSettings": { "Color": 3447003, // Default color of the embed (may be overridden by time-based colors) "Footer": { "IconUrl": null, // Footer icon URL (optional) "Text": "Rust Server" // Footer text in the embed }, "Title": "Wipe Countdown" // Title of the embed message }, "MapImageUrl": "", // URL of the map image displayed in the embed "ServerCountry": "Unknown", // The country the server is located in, displayed in the message. "ServerIP": "0.0.0.0", // IP address of your Rust server displayed alongside the server name "ServerNews": "Stay tuned for upcoming events!", // News or announcements displayed in the embed "ServerWebsiteUrl": "", // URL to your Rust server's website "ThumbnailUrl": "", // URL of the thumbnail image displayed in the embed "UpdateIntervalSeconds": 60, // Interval in seconds to update the countdown message "UtcOffsetHours": 3, // The UTC offset for the server, used to adjust the local time. } Need Support?
    $9.99
  12. Version 1.2.1

    22 downloads

    Features Target Designator System: Players receive a binocular. Aim and left-click to paint the target location. Custom F15 Flight: Flight altitude, speed, and approach distance are fully configurable. Plane spawns, flies across the map, and despawns once the strike ends. Rocket Mechanics: Configurable rocket speed, rate of fire, and shots per run. Permissions: Controlled with a permission: Commands: Gives the player a Target Designator (binocular). Aim and Left-click with it to mark coordinates and trigger the airstrike. Config: { "Config Version": 5, "Flight altitude (m)": 250.0, "Plane speed (m/s)": 200.0, "Pre-fire distance (m)": 750.0, "Chat prefix": "[F15]", "Commands": { "Strike": { "Enabled": true, "Primary": "strike", "Aliases": [] }, "Nuke": { "Enabled": true, "Primary": "nuke", "Aliases": [] } }, "Strike": { "Planes (count)": 1, "Shots per plane": 10, "Rocket speed (m/s)": 150.0, "Confirm delay (s)": 5.0, "Cooldown (s)": 900.0, "Designator display name": "F15 Strike" }, "Nuke": { "Planes (count)": 5, "Shots per plane": 10, "Rocket speed (m/s)": 200.0, "Confirm delay (s)": 6.0, "Cooldown (s)": 120.0, "Designator display name": "F15 Nuke" } } Need Support?
    $12.00
  13. Khaled

    MLRS Deployer

    Version 1.0.3

    7 downloads

    Players can spawn their personal MLRS near a Computer Station and dismiss it when they're done -- - Personal to each player; no one else can take it - Simple controls: Spawn to call it in, Recall to send it away - Safe placement that avoids bad terrain and tight spaces - Optional timer between uses to keep things fair - Optional limit of one active MLRS per player Need Support?
    $7.49
  14. i have your request, please contact on Discord @Khaled.7
  15. Khaled

    Drag & Drop PVE Server 1.0.2

    4: Upload the Harmomy mods into your HarmonyMods folder. the package doesn't have Harmony mods. What u mean by it?
  16. Khaled

    Drag & Drop PVE Server 1.0.2

    i buy the file and i didnt find plugins file inside i found only config only
2.2m

Downloads

Total number of downloads.

10.2k

Customers

Total customers served.

147.4k

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.