Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Yesterday
  3. Hey, when the client user interface is less than 1.00, the plugin UI doesn't adjust accordingly. Would it be possible the make the plugin adjust when client user interface scale is adjusted please?
  4. Her_Toxic_Man

    Loot

    Otherwise, the map is great and a lot of fun. Good FPS despite high prefab settings. Can't complain. It would be cool if they fixed the loot issue
  5. Her_Toxic_Man

    Loot

    Hello again. Unfortunately, all the green chests contain terrible loot. Could you please fix this? It's a bit depressing to find only a hammer in any green chest, regardless of which one you find on the map.
  6. Mr01sam

    Basements make noises

    Thats certainly an interesting issue - if you want to reach out to me on discord you can DM me #mr01sam
  7. set this to true "Auto Closing Configuration": { "Add Door Closer manually - Chat Command": "closer", "Remove Door Closer manually - Chat Command": "uncloser", "Enable automatic closing of Door. (Default: FALSE)": false, "Enable automatic closing of Double Door. (Default: FALSE)": false, "Enable automatic closing of Window. (Default: FALSE)": false, "Enable automatic closing of Garage. (Default: FALSE)": false, "Enable automatic closing of Ladder Hatch. (Default: FALSE)": false, "Enable automatic closing of External Gate. (Default: FALSE)": false, "Enable automatic closing of Fence Gate. (Default: FALSE)": false, "Enable automatic closing of Legacy Wood Shelter Door. (Default: FALSE)": false, "Minimum Closing Delay Time. (Default: 10 seconds)": 10, "Maximum Closing Delay Time. (Default: 60 seconds)": 60, "Default Closing Delay Time. (Default: 30 seconds)": 30 },
  8. copcopekcro

    custom loot currencey

    yes you can make it as any item , then player can convert that item to virtual currency
  9. Lethoric

    Welcome Panel

    Question. I purchased this plugin, got it working with the exception of Kits. Kits is installed, permissions are set up correctly, and I have kits ready to go. But when I load in, the message I get is that "Kits addon is not installed or not loaded", which I know it is as it works perfectly fine. Just wondering how I can resolve this issue? Thanks!
  10. Stark

    Config

    When trying to do multiples, in the config should it be written this way? What I'm trying to do it at certain levels certain perks and perms are unlocked. "List of rewards the player receives based on level": { "20": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "say <color=#ffae00>{name}</color> reached level <color=#4cff03>100</color>!": "You have reached level 100!\nTime to Prestige!" }, "100": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "say <color=#ffae00>{name}</color> reached level <color=#4cff03>100</color>!": "You have reached level 100!\nTime to Prestige!" }, "List of commands that are fired off when the player data is reset": [ "Your data is reset" ] } },
  11. Changed Status from Fixed to Closed
  12. Changed Status from Pending to Fixed Changed Fixed In to 1.8.8
  13. vip tags

    custom loot currencey

    can i use this to make a currency that can be found in loot creates
  14. Thanks for the help @WinterChild84 aka Nexus84 working ok now!
  15. Yes, I was able to login. But something seems wrong, there is a server there but it doesn't look to be my server?
  16. were you able to log into the portal at all with your steam id im ciurrently looking at adding the discord soon i been busy this past week so i appologize try now
  17. HapisVendingMachines, or custom ones.
  18. <h2>Getting Started with SurvivalAdmins</h2> <p>SurvivalAdmins connects your Rust server to a powerful web dashboard where you can monitor players, events, raids, chat, and more — all in real time. It works with both <strong>Oxide</strong> and <strong>Carbon</strong>.</p> <hr> <h3> Requirements</h3> <ul> <li>A Rust game server running <strong>Oxide</strong> or <strong>Carbon</strong></li> <li>A free account at <a href="https://survivaladmins.aurexion.de">survivaladmins.aurexion.de</a></li> </ul> <hr> <h3>Step 1 — Create your account</h3> <p>Head over to <a href="https://survivaladmins.aurexion.de">survivaladmins.aurexion.de</a> and sign up with your email. Email verification is required before you can add a server.</p> <p><img src="https://survivaladmins.aurexion.de/help/settings-account.png" alt="Account Settings"></p> <hr> <h3>Step 2 — Add your server</h3> <p>Once logged in, click <strong>"Add Server"</strong> in the sidebar. Give it a name — this is just for your dashboard, players won't see it.</p> <p>After creating the server, you'll receive two important values:</p> <ul> <li><strong>Server Code</strong> — looks like <code>RUST-XXXX-XXXX-XXXX</code></li> <li><strong>Shared Secret</strong> — a long random string used for authentication</li> </ul> <p>Copy both of these — you'll need them in the next step.</p> <p><img src="https://survivaladmins.aurexion.de/help/server-created.png" alt="Server Created"></p> <hr> <h3>Step 3 — Install the plugin</h3> <p>Download the latest <strong>SurvivalAdmins.cs</strong> from the files tab above and drop it into your server's plugin folder:</p> <ul> <li><strong>Oxide:</strong> <code>/oxide/plugins/SurvivalAdmins.cs</code></li> <li><strong>Carbon:</strong> <code>/carbon/plugins/SurvivalAdmins.cs</code></li> </ul> <p>The plugin will auto-load and generate a default config file.</p> <hr> <h3>Step 4 — Configure the plugin</h3> <p>Open the generated config file on your server:</p> <ul> <li><strong>Oxide:</strong> <code>/oxide/config/SurvivalAdmins.json</code></li> <li><strong>Carbon:</strong> <code>/carbon/configs/SurvivalAdmins.json</code></li> </ul> <p>Find these two lines and replace them with the values from Step 2:</p> <pre><code>"server_code": "REPLACE-ME", "shared_secret": "REPLACE-ME"</code></pre> <p>Save the file, then reload the plugin:</p> <ul> <li><strong>Oxide:</strong> <code>oxide.reload SurvivalAdmins</code></li> <li><strong>Carbon:</strong> <code>c.reload SurvivalAdmins</code></li> </ul> <p>Your server should now appear as <strong>online</strong> in the dashboard within a few seconds. </p> <hr> <h2>Dashboard Overview</h2> <p>The main dashboard gives you a quick overview of your server: online players, today's kills, raids, and total events. The activity chart shows event volume over the last 24 hours, and the leaderboard highlights your top PvP players and most active members.</p> <p><img src="https://survivaladmins.aurexion.de/help/dashboard.png" alt="Dashboard Overview"></p> <hr> <h2>Event Logs</h2> <p>All gameplay events are streamed to your dashboard in real time. Use the category tabs to filter by type:</p> <h3> Connections</h3> <p>See who joins and leaves your server, including their Steam ID, IP address, and session duration.</p> <p><img src="https://survivaladmins.aurexion.de/help/connection.png" alt="Connection Events"></p> <h3> Chat</h3> <p>Full chat log with player names and timestamps. Great for spotting toxicity or reviewing disputes.</p> <p><img src="https://survivaladmins.aurexion.de/help/chat.png" alt="Chat Events"></p> <h3> Combat</h3> <p>Every kill and death, with details like weapon used, distance, headshot info, and body part hit. Click any combat event to see the exact location on the map.</p> <p><img src="https://survivaladmins.aurexion.de/help/combat.png" alt="Combat Events"></p> <p><img src="https://survivaladmins.aurexion.de/help/combat-map.png" alt="Combat Map View"></p> <h3> Loot</h3> <p>Track who's opening whose containers and what they're taking. Useful for investigating theft reports.</p> <p><img src="https://survivaladmins.aurexion.de/help/loot.png" alt="Loot Events"></p> <h3> Raids</h3> <p>Aggregated raid events showing attacker, victim, explosives used, structures damaged/destroyed, and location.</p> <p><img src="https://survivaladmins.aurexion.de/help/raid.png" alt="Raid Events"></p> <hr> <h2>Player Management</h2> <p>The Players page shows all players that have ever connected to your server, with stats like kills, deaths, PvP/PvE breakdown, and total playtime. Online players are highlighted with a green dot.</p> <p><img src="https://survivaladmins.aurexion.de/help/players.png" alt="Player List"></p> <p>Click on any player to see their detailed profile, including their full combat history:</p> <p><img src="https://survivaladmins.aurexion.de/help/player-combat.png" alt="Player Combat Detail"></p> <p>You can also leave private admin notes on any player — only visible to you and your team:</p> <p><img src="https://survivaladmins.aurexion.de/help/player-notes.png" alt="Player Notes"></p> <hr> <h2>F7 Reports</h2> <p>All in-game F7 player reports are captured automatically, including the reporter, the reported player, the subject, and the full message. No more lost reports.</p> <p><img src="https://survivaladmins.aurexion.de/help/reports.png" alt="F7 Reports"></p> <hr> <h2> Live Map <em>(Pro)</em></h2> <p>See all online players on a real-time map with position updates every 10 seconds. Shows player names, health, team colors, and sleeping status. The map is rendered using your actual server seed via RustMaps.</p> <p><img src="https://survivaladmins.aurexion.de/help/livemap.png" alt="Live Map"></p> <hr> <h2> Remote Console <em>(Pro)</em></h2> <p>Execute commands directly from the dashboard — kick, ban, and unban players without needing RCON access. Command execution is confirmed by the plugin in real time.</p> <p><img src="https://survivaladmins.aurexion.de/help/rcon.png" alt="Remote Console"></p> <hr> <h2>Server Settings</h2> <p>Configure your server connection, set up Discord webhook notifications for events like raids, bans, and F7 reports, and manage your team members who can access the dashboard.</p> <p><img src="https://survivaladmins.aurexion.de/help/server-settings.png" alt="Server Settings"></p> <p><img src="https://survivaladmins.aurexion.de/help/settings-general.png" alt="General Settings"></p> <hr> <h2>Free vs. Pro</h2> <table> <thead> <tr><th>Feature</th><th>Free</th><th>Pro</th></tr> </thead> <tbody> <tr><td>Dashboard &amp; Analytics</td><td></td><td></td></tr> <tr><td>Event Logs (all categories)</td><td></td><td></td></tr> <tr><td>Player Management &amp; Notes</td><td></td><td></td></tr> <tr><td>F7 Reports</td><td></td><td></td></tr> <tr><td>Discord Webhooks</td><td></td><td></td></tr> <tr><td>Event Retention</td><td>7 days</td><td>30 days</td></tr> <tr><td>Live Map</td><td></td><td></td></tr> <tr><td>Remote Console (Kick/Ban)</td><td></td><td></td></tr> <tr><td>Team Access</td><td></td><td></td></tr> </tbody> </table> <p>Upgrade to Pro via Patreon directly from your account settings. Your servers upgrade instantly — no restart needed.</p> <hr> <h2>Need help?</h2> <p>If you run into any issues or have questions, reach out to us at <a href="mailto:[email protected]">[email protected]</a> — we're happy to help!</p>
  19. Just called "Rust Server" for now
  20. let me check on website what is the serve name
  21. Can you tell me how I can add real stores from Bandit Camp? Or do I have to fill the vending machines manually? Where's the Bandit Stuff?
  22. Version 1.0.1

    2 downloads

    an entire island (~size 1250) with a large temple monument under the volcano. 4472 Objects Normal 7 Normal2 12 Tools 5 Greencard 1 Redcard 1 Food 5 Barrel 13 DieselBarrel 1 + 3 Jungle Ruins at Island You need, 1 Bluecard, 1 Fuse, 1-5 Fuel and read the big Sign (As a prefab and as a map(1500) in the folder)
    $14.99
  23. Version 1.0.1

    1 download

    The 3 Pyramids, 1760 Objects Normal 7 Normal2 6 Tools 2 Basic 7 Barrel 6 Food 5 Bluecard 1 You need 3 Fuse, 2-12 Fuel, 2 Greencard
    $10.00
  24. Northern Lights

    Wall paper

    fund the problem it was a setting in TruePve plugin and thanks for the help
  25. Hi, having some issues setting up the linking to my account in the server portal. Probably I've set it up wrong initially. Can you help please? When I use the server key to link to my steam account I get the message "Server already claimed by another account."
  1. Load more activity

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
2.5m
Total downloads
Customers
11k
Customers served
Files Sold
158k
Marketplace sales
Payments
3.4m
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.