Jump to content

ELF's Wishlist

  1. More information about "Custom Icon Creator"

    $10.00

    Custom Icon Creator

    This is a simple tool for developers who want to make custom items, this allows you to chose a item name (Workshop Name) and item image anywhere on your computer (.png) and upload it to your rust steam workshop. This will allow you to get the workshop ID in which you use to create a "custom" item.
     
    Requirements
    - Must have steam running
    - Must have rust in steam library
     
    Installation
    Download the zip and extract the folder to chosen location
    Run the unity game named, Rust Custom Icons.exe
     
    Tips
    I recommend running this in windowed which you can get to by pressing ALT + ENTER
     
    GIF of how it work
  2. More information about "JetPack"

    $19.99 $16.99

    JetPack

    Take your players to new heights in the game of Rust, and get a few laughs watching people try to fly one for the first time! Introducing Jetpack! A plugin that allows your players to soar around like never before in the game of Rust. Grab this plugin and give your players something to talk about! Many functions have already been implemented like the ability to shoot while piloting a jetpack, and the plugin will continue to expand and grow with the community.
    You'll find the configuration covers almost anything you can think of, and you'll see a breakdown of the configuration file in the description below. By default you can simply press the middle mouse wheel to equip and remove the jetpack quickly, you can't run around once you've equipped it. You can customize loot crates the jetpack might appear in, and all of the stats from thrust to rotation and all of the other controls. Be sure to check the permission section and feel free to use the command creatively to give jetpacks as an award for completing other tasks on your server using the commands provided. Make sure you have some lowgrade handy, let's take to the skies!
     

    Сontrols
    Space bar - thrust W/S keys - pitch axis A/D keys - yaw axis  
    Chat commands (check config for permissions)
    /jet - toggle jetpack on & off /givejetpack - give a jetpack to yourself  
    Console commands (admin only)
    givejetpack - give a jetpack to yourself givejetpack SteamID - give a jetpack to player using their SteamID  
    Plugin config
    en –  example of plugin configuration in English
    ru –  example of plugin configuration in Russian
     
    Check out the rest of my work: Adem's Codefling Library
    You can reach out to me in Discord: Adem's Discord Profile
    Thanks to Jbird for writing, translation, & support: Jbird's Discord Profile
    Join the Mad Mappers Discord!
  3. More information about "CrashAlertSystem UI"

    $9.99

    CrashAlertSystem UI

    Crash Alert System is a vital tool designed for server administrators who need an efficient way to keep their players informed about server crashes. This plugin automatically sends notifications to Discord whenever a crash occurs, ensuring that both your staff and community stay updated in real-time. Additionally, it includes a unique feature to reward players who rejoin the server after a crash, helping to keep your community engaged and active. With its easy-to-use interface and extensive customization options, managing crash alerts and player rewards has never been simpler.
     
    Key Features:
    🚨 Real-time Alerts: Get instant notifications sent directly to your Discord server whenever a crash happens, keeping everyone in the loop. 🎁 Player Rewards: Motivate players to return after a crash by offering configurable rewards for rejoining. 🛠️ Easy Setup: Customize the plugin quickly and easily to fit your server’s specific needs. 🔗 Plugin Integration: Works seamlessly with your existing tools and plugins for effortless server management. 🖥️ Comprehensive UI: Manage all settings and rewards through a practical, user-friendly interface. 📚 Item Categorization: Choose rewards from detailed item categories, giving you precise control over what players receive. 📢 Advanced Discord Configuration: Tailor notification messages and embeds to match your server’s branding and style. ⚙️ Notification Options: Decide whether to enable or disable UI and chat notifications based on your preferences. ♻️ Reset Categories: Reset item categories to their default settings with ease whenever needed. Permissions:
    👀 crashalertsystem.notify.see: Players need this permission to view the crash notification UI (if it’s enabled in the configuration). 🛡️ crashalertsystem.admin: Admins require this permission to access the configuration settings and reward management interface. Chat Commands:
    💬 /cas: Opens the main user interface. From here, you can configure crash notifications, manage player rewards, and adjust settings. Console Commands:
    🖥️ cas.resetcategories: Resets the item categories to their default settings. This is handy if you need to restore the original item groupings for the reward system. Config
    { "Discord Settings": { "WebhookUrl": "", "MessageContent": "@everyone or @here or <@&role-id>", "BotName": "Crash Alert System", "BotAvatarUrl": "https://codefling.com/uploads/set_resources_13/cf0d9ad89a1246bdc528542aa98e2147_cf_logo_23_res.png", "Embed": { "AuthorName": "Crash Alert System or ServerName", "AuthorIconUrl": "https://codefling.com/uploads/set_resources_13/cf0d9ad89a1246bdc528542aa98e2147_cf_logo_23_res.png", "Title": "Server Crash Detected", "Description": "The server has suffered a crash.\nPlease allow 1 to 5 minutes for the server to come back online.", "ThumbnailUrl": "https://codefling.com/uploads/set_resources_13/cf0d9ad89a1246bdc528542aa98e2147_cf_logo_23_res.png", "FooterText": "Crash Alert System | {DateTime}", "FooterIconUrl": "https://codefling.com/uploads/set_resources_13/cf0d9ad89a1246bdc528542aa98e2147_cf_logo_23_res.png", "FieldTitle": "Estimated Data Loss", "FieldContent": "The server lost approximately {0} of data", "ColorHex": "#FF0000" } }, "Reward Settings": { "EnableRewards": true, "RewardTimeLimit": 3600, "RewardItems": [] }, "Notification Settings": { "Use Notify UI alerts": false, "Use chat alerts": true }, "UI Settings": { "CheckIcon": "✓", "CrossIcon": "✖", "CheckIconColor": "0.5568627 0.7764706 0.1843137 1", "CrossIconColor": "0.7764706 0.5137255 0.4196078 1", "BackgroundColorHex": "#5095C4" } } Lang
    { "NoPermission": "You don't have permission to see this notification.", "RewardReceived": "Thanks for joining the server after the crash! Check your inventory for compensation items!", "RewardAdded": "Added {0}x {1} to crash rewards.", "RewardRemoved": "Removed {0}x {1} from crash rewards.", "RewardUpdated": "Updated {0} quantity to {1}.", "InvalidItem": "Invalid item. Please try again.", "InvalidQuantity": "Please enter a valid quantity greater than 0.", "ManageRewards": "Crash Alert System - Reward Manager", "ItemSelector": "Crash Alert System - Item Selector", "NoRewards": "No rewards configured. Click the 'Add Reward' button to add some.", "EnterQuantity": "Enter quantity for {0}", "AddReward": "Add Reward", "RemoveAll": "Remove All", "Close": "Close", "Back": "Back", "ConfirmRemoveAll": "Are you sure you want to remove all rewards?", "Yes": "Yes", "No": "No", "ConfigTitle": "Crash Alert System Configuration", "DiscordSettings": "Discord Settings", "DiscordWebhookSettings": "Webhook Settings", "DiscordMessageSettings": "Message Settings", "DiscordEmbedSettings": "Embed Settings", "RewardSettings": "Reward Settings", "NotificationSettings": "Notification Settings", "Save": "Save", "Cancel": "Cancel", "Edit": "Edit", "AllCategories": "All Categories", "WebhookUrl": "Webhook URL", "MessageContent": "Message Content", "BotName": "Bot Name", "BotAvatar": "Bot Avatar URL", "AuthorName": "Author Name", "AuthorIcon": "Author Icon URL", "Title": "Title", "Description": "Description", "ThumbnailUrl": "Thumbnail URL", "FooterText": "Footer Text", "FooterIcon": "Footer Icon URL", "FieldTitle": "Field Title", "FieldContent": "Field Content", "ColorHex": "Color (Hex)", "SavedSuccessfully": "Configuration saved successfully!", "Search": "Search all items...", "CategoryAll": "All Categories", "CategoryWeapons": "Weapons", "CategoryTools": "Tools", "CategoryConstruction": "Construction", "CategoryItems": "Items", "CategoryResources": "Resources", "CategoryAttire": "Attire", "CategoryMedical": "Medical", "CategoryFood": "Food", "CategoryAmmo": "Ammunition", "CategoryTraps": "Traps", "CategoryMisc": "Miscellaneous", "CategoryComponents": "Components", "CategoryElectrical": "Electrical", "CategoryFun": "Fun", "CategoriesReset": "Item categories have been reset to default values." }
  4. More information about "RadTown Puzzles"

    $15.00

    RadTown Puzzles

    Adds a unique green and blue card puzzle to the Radtown that players can go into to get some extra loot.
     
     
    { "Green Room Spawns": { "Loot Information": [ { "LootContainer prefab to use": "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "LootContainer respawn time after looted in minutes": 30, "Position of the LootContainer": { "x": 6.231558, "y": 0.6286445, "z": -14.76554 }, "Rotation of the LootContainer": { "x": 0.0, "y": 0.0, "z": 0.0 } }, { "LootContainer prefab to use": "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "LootContainer respawn time after looted in minutes": 30, "Position of the LootContainer": { "x": -2.074273, "y": 0.6468282, "z": -18.84206 }, "Rotation of the LootContainer": { "x": 0.0, "y": 0.0, "z": 0.0 } }, { "LootContainer prefab to use": "assets/bundled/prefabs/radtown/foodbox.prefab", "LootContainer respawn time after looted in minutes": 30, "Position of the LootContainer": { "x": -4.595845, "y": 1.493383, "z": -16.61216 }, "Rotation of the LootContainer": { "x": 0.0, "y": 0.0, "z": 0.0 } } ] }, "Blue Room Spawns": { "Loot Information": [ { "LootContainer prefab to use": "assets/bundled/prefabs/radtown/crate_normal.prefab", "LootContainer respawn time after looted in minutes": 30, "Position of the LootContainer": { "x": 7.25617, "y": 4.363087, "z": -19.05 }, "Rotation of the LootContainer": { "x": 0.0, "y": 0.0, "z": 0.0 } }, { "LootContainer prefab to use": "assets/bundled/prefabs/radtown/crate_elite.prefab", "LootContainer respawn time after looted in minutes": 1, "Position of the LootContainer": { "x": 4.8, "y": 4.363087, "z": -14.74765 }, "Rotation of the LootContainer": { "x": 0.0, "y": 90.0, "z": 0.0 } } ] }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }  
  5. More information about "Set of 3 PvP arenas"

    $14.99 $10.99

    Set of 3 PvP arenas

    🎯 Set of 3 PvP arenas - sharpen your accuracy and dominate the battle!
    Perfectly balanced arenas for training PvP skills at a distance of 100-130 meters. Created with an emphasis on the dynamics of the battle and maximum training efficiency. Suitable for team sessions, tournaments or game servers with a PvP orientation.
    🔥 What's inside:
    * 📍 3 unique arenas with different layouts and cover
    * 🧱 Balance between open positions and points for tactical maneuver
    * 🎯 Optimized for combat at 100-130 meters - the key distance of most firefights in Rust
    * 🛠 Easy installation via Rust Edit
    * ⚔️ Ideal for PvP servers, training grounds, events or custom mini-games
    💡 Improve your accuracy and reaction in conditions close to real combat
    💡 Organize training with friends or clan members
    💡 Hold tournaments and events with increased interest for players
    💡 A great way to keep the audience on the server
    🔧 Support and installation assistance - included.
    💬 Write to PM for details!
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

124.9k

Files Sold

Total number of files sold.

2.6m

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.