All Activity
- Past hour
-
20251211-1736-35.5077486.mp4
-
-
ShadyDaDev changed their profile photo
-
I see if I can send a video of what we did
-
It turns out that the reason has already been found by the developer with another user.. it's all about advanced map markers ( type 1), spam is affected by 2 parameters, the number of players on the server and the number of simultaneously running events with advanced map marker. There are only 2 solutions: 1) experiment with the number of simultaneously running events with this marker 2) use a simple marker (type 0) Check it for yourself and let me know, I think the spam will go away. "Marker configuration on the map": { "Use map marker? [true/false]": true, "Type (0 - simple, 1 - advanced)": 1,
-
So same thing as before , this error came right away. you remove the json and the plugin and it gives this error when you try to upload the file. and you can not use the command /welcomeedit or /info
-
I just bought it a couple days ago, I will try what you said an see if it works . I will let you know . Thank you
-
Version 2.0.0
5 downloads
Loot Goblin for Rust Description Loot Goblin is a lightweight and performance-friendly Rust plugin that automatically collects loot from crates, supply drops, and other containers directly into a player’s inventory. — just open it once, and the goblin does the rest! Perfect for PVE or fast-paced PVP servers where players want to focus on gameplay, not micromanaging inventory. Features Instantly grabs loot from whitelisted containers Works on crates, supply drops, scientist corpses, underwater labs, hackable crates, heli & bradley drops Per-player toggle command (/lootgoblin) Automatic UI close after looting Smart retry system ensures loot always transfers — even from slow-loading containers Lightweight and optimized for large servers Customizable delay, retries, and prefab whitelist in config Fully permission-based (granular control for admins) Commands CommandDescription /lootgoblinToggles auto-looting on/off for the player lootgoblin.toggle (console)Same as above via server console Permissions PermissionDescription lootgoblin.useAllows player to use the Loot Goblin system Grant example: oxide.grant group default lootgoblin.use Configuration Options All settings are fully configurable in oxide/config/LootGoblin.json: { "AutoEnableForNewPlayers": true, "AutoCloseLootUI": true, "LootDelaySeconds": 0.2, "RetryIntervalSeconds": 0.1, "MaxLootRetries": 8, "SkipLocked": true, "SkipTC": true, "LogTransfers": false, "AllowedPrefabContains": [ "crate_elite", "crate_normal", "crate_food", "crate_military", "supply_drop", "scientist_corpse", "oil_barrel", "underwater_labs" ] } Compatibility Works with uMod/Oxide Compatible with most loot-modifying plugins (e.g., Loot+, BetterLoot, Raidable Bases) No dependency required Credits Author: Banana Farmer Artwork: Custom plugin logo featuring the Loot Goblin mascot Version: 1.9.0$9.99 - Today
-
"Allow bot to wear found clothes?": true, "List of items": [ { "Item shortname or ID": "hazmatsuit", "Item skin": 0 } So at the moment I just have the normal Hazmat in the game, If I want them to wear clothes they find do I need to add them in order of Priority like burlap items at the bottom working up to full metal armour at the top?
-
-
- #raid
- #raidbases
-
(and 5 more)
Tagged with:
-
If you have no idea what you're talking about, there's no need to get so angry about it. I'm sure your server has exactly what is described here, but you're too confident in yourself to check it yourself. I have described in detail what the problem is and why it can affect other plugins.
-
-
Changed Status from Pending to Closed
-
Version 1.0.0
2 downloads
Advanced Leaderboard - Complete Player Ranking System Transform Your Rust Server with Professional Player Rankings Advanced Leaderboard is the ultimate statistics and ranking plugin for Rust servers, offering comprehensive player tracking across PVP, PVE, Ballistics, and Gathering activities. Give your players meaningful progression tracking and competitive leaderboards that keep them engaged and coming back for more! Key Features Multi-Category Tracking System PVP Statistics: Kills, deaths, KD ratio, and wounded player tracking PVE Performance: Animal kills, NPC eliminations, Helicopter & Bradley APC takedowns Ballistics Mastery: Arrows fired, bullets shot, rockets launched, and explosives thrown Gathering Efficiency: Wood, stone, metal ore, sulfur, and HQM collection tracking Play Time: Accurate session time tracking for all players Dynamic Ranking Algorithm Sophisticated rating system that weighs performance across all categories Individual performance breakdowns showing player strengths Real-time rank calculations with instant leaderboard updates Customizable category weights for server-specific balancing Team & Clan Integration Full team ranking system with aggregate statistics Native Clans plugin support for clan tag display Top team leaderboards showing the best groups on your server Individual team member contribution tracking Flexible Data Storage JSON Mode: Simple file-based storage for easy setup MySQL Mode: Professional database support for large servers Batch processing for optimized database operations Automatic data migration and backup protection Configurable save frequencies to balance performance Fully Customizable Display Complete color customization with hex color support Adjustable font sizes for all UI elements Custom prefix and footer text Configurable dividers and separators Steam profile icon integration for chat messages Automated Advertising System Scheduled automatic leaderboard broadcasts Randomized or sequential display order Separate toggles for current/lifetime/team leaderboards Configurable broadcast intervals Keep your community engaged with automated updates Privacy & Administration Player opt-in/opt-out system with /rankon and /rankoff commands Admin and player blacklist support Exclude specific players from public leaderboards Granular permission system Global and per-player command cooldowns Permissions advancedleaderboard.use - Access to all leaderboard commands advancedleaderboard.toggle - Access to opt-in/opt-out commands Player Commands /rank - View your personal ranking and statistics /top - Display top 5 players on the server /ltrank - View your lifetime ranking (persistent) /lttop - Display top 5 lifetime players /teamrank - View your team's ranking and stats /topteam - Display top 5 teams on the server /rankon - Enable stat tracking for your account /rankoff - Disable stat tracking for your account Configuration { "Commands Cooldown Options": { "Global command cooldown [s]": 1.0, "Player command cooldown [s]": 5.0 }, "SteamID Blacklist Options": { "List of Admin SteamIDs not to include in leaderboards": [], "List of Player SteamIDs not to include in leaderboards": [] }, "Database Options": { "Use MySQL Database (true for MySQL, false for JSON)": false, "MySQL Host": "DATABASE_HOST", "MySQL Port": 3306, "MySQL Database Name": "DATABASE_NAME", "MySQL Username": "DATABASE_USER", "MySQL Password": "DATABASE_PASSWORD", "Batch Size for MySQL Operations": 100 }, "Display Settings": { "SteamID Icon for Chat Messages": 0, "Chat Message Prefix": "Advanced Leaderboard\n\n", "Prefix Font Size": "18", "Prefix Color (Hex)": "#DEDEDE", "Primary Color (Hex)": "#ffae1a", "Secondary Color (Hex)": "#DEDEDE", "Divider Color (Hex)": "#DEDEDE", "Divider Text": "----------------", "Separator Color (Hex)": "#DEDEDE", "Title Font Size": "16", "Heading Font Size": "14", "Data Font Size": "12", "Footer Font Size": "10", "Footer Text": "Advanced Leaderboard", "Data Save Frequency (seconds)": 300.0 }, "Adverts": { "Adverts enabled": true, "Display interval (minutes)": 10.0, "Display order randomized": true, "Advert Top 5 Players": false, "Advert Top 5 Lifetime Players": false, "Advert Top Teams": false }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } Perfect For Competitive PVP servers PVE/PVX hybrid servers Roleplay servers with progression Clan-based communities Large-scale servers (MySQL support) Servers wanting player retention tools$15.00 -
- 169 comments
-
- #customizablequests
- #dezlife
-
(and 5 more)
Tagged with:
-
- 795 comments
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
Hi! Sorry for the long answer! But the plugin does not support a tea making table at the moment.
-
I'll let you in on a secret, but I test updates before publishing them, both in Carbon and Oxide environments. And at the time of publication, I don't encounter any errors, and my saves are intact and load properly. Everyone who uses the plugin has their own plugin build, and each plugin can affect the behavior of another. I also have about 120 plugins, but I don't get any errors because I wrote most of them and I know what's in them. So it's your responsibility as a server owner to check if the update will work correctly in your case. If you don't want to do that, I'm not forcing you to use my products. I try to do something more for the community, and with each update, it gets better and safer.
-
Changed Status from Work in Progress to Fixed Changed Fixed In to 1.3.5
-
Version 1.0.0
1 download
Randomly generates engine components for auto spawned vehicles. - amount: from 1 to MAX possible - quality: low | med | high - condition: it's around 20-75% Usage Copy the downloaded DLL file into server/HarmonyMods folder Compatibility Should work both with: Oxide & Carbon, or as Harmony the only installed mod Dependencies No Support Use private messages on this site$4.00 -
Updating today, thanks
- 1 reply
-
- 1
-
-
- 44 comments
-
- #rust
- #supply drop
- (and 20 more)
-
Players can redeem a recycler for free even with zero credits
rogder dodger replied to rogder dodger's Support Request in Support
@imthenewguyThis issue is still present in recent versions -
DarknessItself started following EmergencyVehicleKit
-
- 32 comments
-
- #roamtasks
- #roam
- (and 12 more)
