Jump to content

ExploitCore

Creator
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ExploitCore

  1. Hello, So far it doesn't give any notification in chat. So far plugin just detect where the raid is on map, There is lot of ideas will be added later on. I'm already working on few updates and it will be published in few weeks..
  2. Version 1.1.0

    12 downloads

    RaidCircles creates instant, clean raid indicators by placing a configurable radius circle on the map when a raid-related entity is destroyed. No spam, no heavy processing just fast, reliable raid feedback with full control through config. Features Smart Raid Detection (Killshot Only) Triggers only when an entity is actually destroyed (not every hit) Tracks building pieces via buildingblock (walls, floors, roofs, stairs, etc.) Optionally tracks selected deployables/defenses (turrets, SAM sites, barricades, etc.) Weapon / Explosive Filtering (Config-Driven) Enable exactly what should create a marker, for example: Rockets (basic / HV / incendiary) Timed Explosive (C4) Satchel Charges(Additional types can be added easily if you want to expand later.) Customizable Map Circle Marker Adjustable radius Adjustable duration Adjustable color (RGBA) Adjustable alpha/opacity Automatically removes itself after the configured time Anti-Spam Cooldown (Area-Based) Grid-based cooldown system reduces marker spam during heavy raids Prevents overlapping circles in the same area within the cooldown window Keeps the map readable while staying responsive Notification cooldown prevents chat spam during heavy raids by only announcing once per grid within the cooldown window. Raid Start Chat Notification Sends a notification when a raid “starts” in an area (first valid destruction after cooldown). Includes the Rust map grid (e.g. `E3`) using `MapHelper.PositionToString(...)`. Fully configurable message (supports placeholders). Admin Tools (Permission Controlled) Remove all active raid circles instantly with a command Command name is configurable in the config file Performance Focused Lightweight event hook usage Early-exit checks to reduce overhead Safe null handling and low allocations Cleans up markers on plugin unload/reload Configuration Sample { "Weapons": { "rocket_basic": true, "rocket_hv": true, "rocket_fire": true, "explosive_timed": true, "explosive_satchel": true }, "Entities": { "buildingblock": true, "door": true, "wall_external_high": true, "autoturret": true, "flameturret": true, "sam_site": true, "ladderhatch": true, "barricade_wood": true, "barricade_metal": true }, "BuildingGrades": { "twig": false, "wood": true, "stone": true, "metal": true, "armored": true }, "CircleRadius": 1.2, "CircleAlpha": 0.7, "CircleColor": [ 1.0, 0.4, 0.1, 1.0 ], "CircleDuration": 120.0, "CircleCooldown": 60.0, "SmallGridBucketSize": 10.0, "NotifyOnRaidStart": true, "RaidStartNotifyCooldown": 180.0, "RaidStartMessage": "<color=orange>Raid started</color> at <color=#ffd479>{grid}</color>!", "NotifyToAllPlayers": true, "NotifyToAdminsOnly": false, "LogToConsole": false, "GridMethod": "MapHelper", "RemoveCirclesCommand": "removecircles" } Permissions raidcircles.removecircles — Allows use of the marker removal command Commands /removecircles — Removes all active raid markers (requires permission) (Command name can be changed in config.) If you need support, please join to our discord server!
    $11.99
  3. Can you please publish it for me? I did re uploaded other one as well but looks like instant file upload is not working. Thanks
  4. Version 2.2.35

    20 downloads

    AdminChat Description: AdminChat is a lightweight, clean, and professional plugin that gives your Rust staff a dedicated, private communication channel—both via in-game chat and a fully skinnable GUI panel. Whether you’re running a PvP server or an RP community, AdminChat keeps your admin conversations discreet and organized. Key Features Admin-only chat via /ac <message> Sleek GUI Panel opened with /acpanel, closed with the button or /acclose Full Layout & Color Control Header / Content / Footer sections Configure every background & text color in the JSON Reposition the panel anywhere on-screen via PanelAnchorMin/PanelAnchorMax Move or center your header text via HeaderTextAnchorMin/HeaderTextAnchorMax True 20-line Scroll History in the center content area, updating in real-time Customizable Labels Rename “Admin Chat” header (HeaderText) Rename “Online Admins:” footer label (AdminsLabelText) Change /ac and /acpanel via config: Automatic Panel Cleanup On /oxide.reload AdminChat or server restart, all open panels close cleanly Permission-based access via adminchat.use Ultra-Lightweight & Optimized for minimal performance impact Configuration Example { "CommandName": "ac", "PanelCommand": "acpanel", "ChatPrefix": "[AdminChat]", "PrefixColor": "#00B3FF", "NameColor": "#FFCC00", "PanelAnchorMin": { "x": 0.3, "y": 0.3 }, "PanelAnchorMax": { "x": 0.7, "y": 0.7 }, "PanelBackgroundColor": "0.05 0.05 0.05 0.9", "MaxMessages": 20, "HeaderColor": "0.0 0.0 0.0 0.8", "ContentColor": "0.1 0.1 0.1 0.6", "FooterColor": "0.0 0.0 0.0 0.8", "HeaderText": "Admin Chat", "HeaderTextColor": "1.0 0.65 0.0 1.0", "HeaderTextAnchorMin": { "x": 0, "y": 0 }, "HeaderTextAnchorMax": { "x": 1, "y": 1 }, "HistoryTextColor": "1.0 1.0 1.0 1.0", "ReminderColor": "1.0 0.8 0.0 1.0", "AdminListColor": "0.0 1.0 0.0 1.0", "ReminderText": "Use /ac <message> to chat", "AdminsLabelText": "Online Admins:" } Commands : /ac <message> – Send a private admin chat message /acpanel – Open the AdminChat GUI panel /acclose – Close the panel (or click ) Installation : Upload AdminChat.cs (v2.2.30) to your oxide/plugins/ folder. Delete or reset oxide/config/AdminChat.json so new fields appear. Reload in console/RCON: oxide.reload AdminChat Customize colors, positions, labels in oxide/config/AdminChat.json and reload again to apply. If you need support, please join to our discord server!
    $4.99
2.2m

Downloads

Total number of downloads.

10.4k

Customers

Total customers served.

151k

Files Sold

Total number of files sold.

3.2m

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.