Jump to content

Search the Community

Showing results for tags 'admin plugin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Arenas
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support
    • Help Center

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Steam


Github

Found 4 results

  1. VORON

    APAdminWH

    Version 1.0.0

    13 downloads

    APAdminWH is a fully customizable wallhack tool with a sleek in-game UI. Designed for server administrators, it provides powerful visualization features to monitor player activity, including sleepers, with complete control over what and how information is displayed — all from a user-friendly menu. Key Features 1. Intuitive UI Floating button (WH) with support for custom icons (PNG) or simple text label. Full-featured admin menu — no need to type commands. 2. Real-Time Visual Options Toggle wallhack and sleeper visibility. 1. Customizable HUD elements: Player names + distance + health Eye direction lines 3D player boxes 2. Adjustable settings: Update interval: 0.1–15 seconds Visibility distance: 50–1000 meters Eye line length 3. Player Search “Player Search” - button next to the settings button in the main menu Panel with a list of players within the search radius (10–100 m, default 50 m) Periodic update: the list refreshes every N seconds (configurable in the UI) Pinning: clicking on a player row pins/unpins them. Pinned players stay at the top of the list WH filter: if there are pinned players, WH shows only them. If none are pinned — shows all within PlayerDistance Purpose of pinning: distant players disappear from the list; pinned players remain visible without needing to get closer 4. UI Settings Search Radius — radius for the player list (10–100 m), default 50 Refresh Interval — how often the list updates while the search panel is open (seconds) 5. Color Customization Separate colors for active players and sleepers. Built-in presets: White, Cyan, Yellow, Red, Green Admin Commands /aw — Toggle wallhack on/off /aws — Toggle sleeper tracking /awmenu — Open in-game UI menu Config: { "Colors": { "AccentColor": "0.2 0.6 0.8 1", "ButtonHoverColor": "0.2 0.2 0.2 0.95", "MainColor": "0.1 0.1 0.1 0.95", "PanelButtonColor": "0.15 0.15 0.15 0.95", "TextColor": "0.969 0.922 0.882 1" }, "OpenButton": { "AnchorMax": "1 0", "AnchorMin": "1 0", "Color": "0.969 0.922 0.882 0.03137255", "ImageName": "ICON_WH.png", "OffsetMax": "-209.73345 97.84776", "OffsetMin": "-235.733765 71.84754", "UseImage": true }, "Panel": { "AnchorMax": "0.97 0.85", "AnchorMin": "0.71 0.31", "ShowCursorWhenOpen": true }, "Version": { "Major": 0, "Minor": 0, "Patch": 1 } } Setup Instructions Place APAdminWH.cs into your oxide/plugins/ folder. Upload the desired icon image (e.g., ICON_WH.png) to oxide/data/APAdminWH/. Reload or start the server — the config and UI will be created automatically. Grant the permission: oxide.grant user <steamID> apadminwh.use
    $12.00
  2. fullwiped

    Admin Warn

    Version 1.0.8

    381 downloads

    AdminWarn is designed for situations where players clearly violate server rules or require a direct and serious warning. With the latest update, an optional popup warning mode has been added alongside the mandatory acknowledgment GUI. This allows admins to send clean, non-intrusive messages displayed at the top of the screen. News: To avoid disrupting gameplay (such as PvP), you can use: /warnpopup <SteamID> <message> /warnpopupall <message> The core purpose of AdminWarn remains unchanged: forcing players to acknowledge warnings. Each mandatory warning includes a single confirmation button, ensuring the player has read and accepted it. Acknowledgment events are tracked via Discord webhook logs, including whether the warning was confirmed while the player was online or after reconnecting. AdminWarn is built for manual use only. It is not an automated warning system. All warnings are intentionally sent by admins using commands. At the same time, the system works intelligently in the background: - Warnings sent to offline players are stored and automatically shown when they next join, even days later. - For online players, warnings remain active until acknowledged, then are automatically cleared. - All data is fully wipe-aware and automatically cleaned on server wipes. Each warning includes built-in in-game sound effects. No external or custom audio files are used. This is not a chat message. Warnings are delivered as visual UI elements that require acknowledgment or appear as optional popup notifications. Even if a player closes the game, mandatory warnings will reappear on the next login until confirmed. No movement restrictions are applied. Warnings can be sent via: - RCON - Server console - In-game admin console (F1) Performance: AdminWarn is built with an optimized and efficient code structure, making its presence virtually unnoticeable on the server. It runs smoothly during long uptimes and maintains stable hook memory and performance values under normal server conditions. Wipe Behavior: - Restarts: Data preserved (approved warnings are auto-deleted for data optimization) - Server wipe: All warning data automatically cleared - No manual cleanup needed (Most of the time, it is not necessary) Commands Chat & Rcon: Note: Player names are not unique and may include different alphabets or special characters. To avoid ambiguity, using Steam64ID is strongly recommended when sending warnings. warn <SteamID> <message> warn <PlayerName> <message> warn <SteamID1>,<SteamID2>,<SteamID3> <message> warn <Name1>,<Name2>,<Name3> <message> warnall <message> warnpopup <SteamID> <message> warnpopup <PlayerName> <message> warnpopup <SteamID1>,<SteamID2>,<SteamID3> <message> warnpopup <Name1>,<Name2>,<Name3> <message> warnpopupall <message> Permissions Oxide/Carbon oxide.grant group admin adminwarn.admin c.grant group admin adminwarn.admin Discord Webhook Logging - Player name/steamid and SteamURL - Warning message / Timestamp - Read status (online/after reconnect) - Logs warning sending - Logs individual warning acknowledgements Config: { "Warning sound": "assets/prefabs/building/wall.frame.shopfront/effects/metal_transaction_complete.prefab", "Clear data on wipe": true, "Discord Webhook URL": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "Discord Log Enabled": true, "Log Global Warnings (warnall)": true, "Log Warning Sent (single + multi)": true, "Show Date in GUI": true, "Show logo in warning GUI": true, "Logo size (px) — local image should be a square PNG, recommended 75-120": 90, "Use local images (false = use Web URL below)": true, "Web image URL for logo (128x128 transparent PNG recommended, used only when Use local images is false)": "", "Popup duration (seconds)": 10 }
    $17.99
  3. Version 0.0.2

    260 downloads

    APAdminDaylight: is a lightweight Rust plugin that enables a local daylight view for an administrator without changing the server time. Perfect for admin patrols, base moderation at night, or crisp screenshots. Command /aday — toggles the “admin daylight” mode for yourself. Permission apadmindaylight.use — allows using /aday.
    Free
  4. VORON

    APItemScan

    Version 0.0.1

    21 downloads

    APItemScan — Powerful Object Scanning Tool APItemScan is a versatile plugin for administrators and developers that instantly displays detailed technical information about any entity in Rust. Simply look at an object and use a command — the plugin will show you the prefab, shortname, skin ID, entity type, owner, and even the network ID. Permissions apitemscan.use — Allows use of the /ascan command. apitemscan.admin — Grants extended administrative privileges. Command /ascan — Scans the object you’re currently looking at. Main Features Instant object scanning — Get full data about any entity you look at. Supports all entity types — Buildings, items, deployables, decorations, and more. Chat and console output — Display results directly to the player and/or the server console. Owner information — View the Owner ID and name (if available). Network ID and position — For precise debugging and entity tracking. Customizable cooldown — Control how often the scan command can be used. Color and prefix customization — Adjust visual style to match your server theme. Permission system — Limit access between regular players and admins. Config { "General Settings": { "Enable output to player chat": true, "Enable output to server console": true, "Maximum scan distance (meters)": 5.0, "Show owner information": true, "Show Network ID": true, "Show entity type": true, "Command cooldown (seconds)": 1 }, "Output Settings": { "Header color (HEX)": "#00BFFF", "Value color (HEX)": "#7FFF00", "Plugin prefix": "[APItemScan]" } }
    $1.00

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3m
Total downloads
Customers
12k
Customers served
Files Sold
170.7k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.