Jump to content

ELF's Wishlist

  1. More information about "Dynamic Monuments [Jungle Bundle]"

    $39.99

    Dynamic Monuments [Jungle Bundle]

    ‼️Note: This is an add-on, not a standalone plugin. It requires the Dynamic Monuments plugin to be installed (sold separately).

    🌴Enhance your Rust world with Jungle Bundle — a rich and immersive monument pack for the Dynamic Monuments plugin!
    Explore dense jungle environments and mysterious ancient sites, or configure them to appear in any biome you prefer.
     

    Included in the addon:
    7 land monuments 1 coastal location 1 dam 2 modified in-game locations Player-placeable locations:
    The Mayan Pyramid The Tree House Eye of the Jungle Eclipse Fort Bone Cape The Ancient Dam Installation Instructions:
    Make sure you have the latest version of the Dynamic Monuments plugin installed Move the contents of the data/DynamicMonuments folder from the archive you downloaded into the oxide/data/DynamicMonuments folder on your server Reload the plugin
      Check out the rest of my work:  Adem's Codefling Library
    Join the Mad Mappers Discord!
  2. More information about "Rust Store & KICK/Twitch Drops Updates Discord Bot"

    $9.99

    Rust Store & KICK/Twitch Drops Updates Discord Bot

    Introducing the Rust Store, Twitch Drops & Kick Drops Updates Discord Bot – your all-in-one solution for keeping your Rust community informed about the latest in-game items, exclusive Twitch and Kick Drops! This bot automatically checks for updates from the Rust item store, Twitch and Kick Drops, delivering them directly to your Discord channel. Perfect for Rust server communities, content creators, and enthusiasts who want to stay ahead of the game without manual tracking.
    ---
     What This Bot Does
    1. Rust Store Updates
    Automatically checks the Steam Rust store for the latest skins and items. The bot sends updates in a beautiful embed format, including:
    Item Name Price High-Quality Image Direct Purchase Link 2. Twitch & Kick Drops Notifications
    Keeps track of Twitch and Kick Drops and notifies your community about:
    General Drops available on all Rust streams with the "Drops Enabled" tag. Streamer-Specific Drops with details on the specific streamer to watch, the time required to earn the drop, and an image preview. 3.  Multi-Server Support 
    Run a single bot instance that sends updates to multiple Discord servers simultaneously.
    Each server has its own webhooks, embed customization, and per-platform enable/disable toggles — all configured in a single config.json file.
    4.  Fully Customizable
    Each platform (Steam, Twitch, Kick) is configured independently per server, giving you full control over:
     Enable/disable each platform individually per server  Separate webhook URLs for each platform  Custom first-message text per platform (great for role pings)  Colors, text labels, footer branding, and more  
    5. Efficient and Lightweight
    Built for speed and reliability, the bot ensures no updates are missed, with a configurable global check interval to suit your community's needs. It only fetches data from platforms that at least one server has enabled.
     
    Why Use This Bot?
    1. Stay Updated Automatically 
    Never miss a Rust store, Twitch Drops, or Kick Drops update – the bot does all the tracking
       for you.
    2. Engage Your Community
    Hype up your members with instant notifications about new skins, exclusive Twitch and Kick
      Drops, and more.
    3. Support for Twitch Drops
    Ensure your community is informed about limited-time skins available through Twitch events, boosting engagement and excitement.
    4. Easy to Configure
    Whether you're running a local server, VPS, or hosting on Pterodactyl, the bot is simple to set up with clear configuration options.
    Features
    Rust Store Updates
    Weekly updates about new items in the Rust store.
    Twitch Drops Notifications
    Real-time notifications about available general and streamer-specific Twitch Drops.
    Kick Drops Notifications
    Real-time notifications about available general and streamer-specific Kick Drops.
     Multi-Server Support
     Send updates to multiple Discord servers from a single instance.
    Customizable Embeds
    Easily adjust text fields, colors, and footer messages to align with your community's branding.
    Database Flexibility
    Use SQLite for smaller setups or MySQL for more complex environments.
     
    Ideal Use Cases
    - Rust Server Communities: Announce new items and keep your server members engaged.
       
    - Rust Content Creators: Share weekly updates with fans and followers to keep them engaged with your community.
       
    - Twitch & Kick Streamers: Integrate this bot to notify viewers about Twitch Drop items and make your streams the go-to place for exclusive updates.
    ---
    Feel free to contact me on Discord: bxcas for any questions, customizations, or support!  
     
    Config File
    The bot supports two config formats: single-server and multi-server.
      If no servers array is found, it falls back to single-server mode automatically.
     
    Single-Server Config (simple):
    { "check_interval_minutes": 5, "embed": { "steam": { "enable": true, "webhook_url": "STEAM_WEBHOOK_URL_HERE", "firstTitle": "<@&ROLE_ID> New Steam skins available!", "title": "Steam Store", "title_field_name": "Nome", "price_field_name": "Price", "footer_text": "Server © 2025", "footer_icon_url": "https://yourwebsite.com/logo.png", "color": "FF0000" }, "twitch": { "enable": true, "webhook_url": "TWITCH_WEBHOOK_URL_HERE", "firstTitle": "<@&ROLE_ID> New Twitch Drops available!", "title": "Twitch Drops", "streamer_field_name": "Streamer", "watch_time_field_name": "Watch time to receive", "footer_text": "Server © 2025", "footer_icon_url": "https://yourwebsite.com/logo.png", "color": "9146FF" }, "kick": { "enable": true, "webhook_url": "KICK_WEBHOOK_URL_HERE", "firstTitle": "<@&ROLE_ID> New Kick Drops available!", "title": "Kick Drops", "streamer_field_name": "Streamer", "watch_time_field_name": "Watch time to receive", "footer_text": "RustPortugal © 2025", "footer_icon_url": "https://yourwebsite.com/logo.png", "color": "00E701" } }, "database": { "type": "sqlite OR mysql", "mysql": { "host": "YOUR_MYSQL_HOST", "user": "YOUR_MYSQL_USER", "port": 3306, "password": "YOUR_MYSQL_PASSWORD", "database": "YOUR_MYSQL_DATABASE_NAME" } } } Multi-Server Config:
    { "check_interval_minutes": 5, "servers": [ { "id": "myserver", "name": "MyServer", "embed": { "steam": { "enable": true, "webhook_url": "STEAM_WEBHOOK_URL_HERE", "firstTitle": "<@&ROLE_ID> New Steam skins available!", "title": "Steam Store", "title_field_name": "Name", "price_field_name": "Price", "footer_text": "MyServer © 2025", "footer_icon_url": "https://yourwebsite.com/logo.png", "color": "FF0000" }, "twitch": { "enable": true, "webhook_url": "TWITCH_WEBHOOK_URL_HERE", "firstTitle": "<@&ROLE_ID> New Twitch Drops available!", "title": "Twitch Drops", "streamer_field_name": "Streamer", "watch_time_field_name": "Watch time", "footer_text": "MyServer © 2025", "footer_icon_url": "https://yourwebsite.com/logo.png", "color": "9146FF" }, "kick": { "enable": true, "webhook_url": "KICK_WEBHOOK_URL_HERE", "firstTitle": "<@&ROLE_ID> New Kick Drops available!", "title": "Kick Drops", "streamer_field_name": "Streamer", "watch_time_field_name": "Watch time", "footer_text": "MyServer © 2025", "footer_icon_url": "https://yourwebsite.com/logo.png", "color": "00E701" } } } ], "database": { "type": "sqlite or mysql", "mysql": { "host": "YOUR_MYSQL_HOST", "user": "YOUR_MYSQL_USER", "port": 3306, "password": "YOUR_MYSQL_PASSWORD", "database": "YOUR_MYSQL_DATABASE_NAME" } } }  
    General Settings
    check_interval_minutes - Interval in minutes between each check for new Rust items. Example: 60 for every hour.
     
    Server Settings (inside each server entry, or at root for single-server mode)
    id – Unique identifier for the server (used in the database to track sent items).
    name – Display name for the server (used in console logs).
    Platform Settings (inside embed.steam, embed.twitch, embed.kick)
    enable – true/false – Enable or disable this platform for this server.
    webhook_url – Discord webhook URL for sending updates for this platform.
    firstTitle – Text sent as message content with the first new item of each batch. Useful
      for tagging roles (e.g. <@&ROLE_ID> New skins!). Leave empty ("") to disable.
    title – The title prefix shown in the embed. Example: "Steam Store".
     title_field_name – Label for the item name field. Example: "Nome".
    price_field_name – Label for the item price field (Steam only). Example: "Preço".
    streamer_field_name – Label for the streamer field (Twitch/Kick only). Example:
      "Streamer".
    watch_time_field_name – Label for the watch time field (Twitch/Kick only). Example:
      "Watch Time Required".
    footer_text – Text displayed in the embed footer. Example: "MyServer © 2025".
    footer_icon_url – URL for the icon shown in the footer. Example:
      "https://yourwebsite.com/logo.png".
    color – Embed color in hexadecimal. Example: "FF0000" for red.
     
    Database Settings
    type - Type of database to use. Options are "sqlite" for local or "mysql" for remote storage.
    MySQL Settings (Only if using "mysql")
    host - Hostname or IP address of your MySQL database. Example: "localhost" or "123.45.67.89".
    user - Username for accessing your MySQL database. Example: "root".
    port - Port number for connecting to MySQL. Default: 3306.
    password - Password for your MySQL database user. Example: "mysecretpassword".
    database - Name of the specific MySQL database for storing item data. Example: "rust_store_data".
  3. More information about "ICON NPC & ANIMALS / PNG"

    $5.00

    ICON NPC & ANIMALS / PNG

    HELLO EVERYONE! WITH YOU DESIGN CREW! DESIGN STUDIO FOR RUST PROJECTS.
    Now we have prepared for you icons of NPCs and animals
    The archive contains:
    12 icons with animals
    aligator bear polar bear boar chicken deer horse shark snake tiger wolf panther 8 icons of NPCs
    heavy heavy standard npc arctic npc black npc blue npc green npc in nvgm npc red They can be used in the store or on the server.
    Also in the archive there is a psd in which you can customize the icons in more detail
    Always choose quality!





  4. More information about "Epic Loot"

    $19.99

    Epic Loot

    Epic Loot is a plugin that adds additional RPG style loot to crates, NPC corpses, barrels and crafting.
    There is a configurable chance that an enhanced piece with varying set types and modifiers will appear in a loot crate, barrel or corpse.
    Players also have a chance to receive an enhanced version of their crafted items, rather than the plain old vanilla armor/weapon/tool.
    Wearing more than 1 of the same type of item will provide the user with a set bonus. Depending on the set type, they may get access to higher mining yields, more damage to scientists or even access to exclusive loot tables that proc while gathering.
    The plugin is incredibly configurable, supports language conversions and allows users to modify and design their own set bonuses.
    There are currently 24 different set types and 27 unique set bonuses!
     
     
     
     

    Set types are added to the name of the item and are responsible for providing the user with a buff.
    Miners, - Increases the wearers mining yield. Lumberjacks, - Increases the wearers woodcutting yield. Skinners, - Increases the wearers skinning yield. Farmers, - Increases the wearers farming yield. Foragers, - Increases the wearers collection yield. Fishermans, - Increases the wearers fishing yield. Assassins, - Increases damage done to players. Demo, - Decreases damage from explosives. Elemental - Reduces cold and fire damage. Scavengers - Offers the wearer a chance to obtain additional scrap from barrels and crates. Transporters - Reduces the fuel costs for helicopters and boats. Crafters - Increases crafting speed. Reinforced - Reduces durability loss on all equipped items. Tamers - Reduces damage taken from animals. Hunters - Increase damage done to animals. Operators - Increases damage done to humanoid NPCs. Jockeys - Increases speed of the wearers mounted horse. Raiders - Offers the wearer a chance for their fired rocket/thrown explosive to be refunded. Builders - Offers the wearer a chance for their building/upgrade costs to be refunded. Assemblers - Offers the wearer a chance for their crafting materials to be refunded. Fabricators - Offers the wearer a chance for an additional crafted item to be produced. Medics - Increases healing received. Knights - Decreases damage received from melee attacks. Barbarians - Increased damage done with melee attacks. Smelting - Chance to receive a refined ore, instead of a raw ore, while mining. InstantMining - Chance to instantly mine the rest of a node out on hit. InstantWoodcutting - Chance to instantly cut down the rest of the tree on hit. Regrowth - Chance for the felled tree to respawn. InstantSkinning - Chance to instantly skin the rest of an animal on hit. InstantCook - Chance to receive cooked meat instead of raw meat while skinning. PVPCrit - Chance to critically damage a player, adding an additional 10-30% damage. Reflexes - Reduces damage taken from PVP. IncreasedBoatSpeed - Increases the speed of all watercraft. FreeVehicleRepair - Removes the repair cost for repairing vehicles of all kinds. Survivalist - Increases calories and hydration from all food sources. Researcher - Chance to receive your scrap back while researching. Feline - Reduces fall damage. Lead, - Reduces radiation damage. Gilled - Underwater breathing. Smasher - % Chance to destroy barells and roadsigns instantly. WoodcuttersLuck - Access to a loot table for woodcutting. MinersLuck - Access to a loot table for mining. SkinnersLuck - Access to a loot table for skinning. RockCycle - Chance to spawn a new rock once mined out. Attractive - Chance for loot to be instantly moved to your inventory. FishersLuck - Access to a loot table for fishing. TeamHeal - Shares heals with nearby team mates. HealthShot - Heals team mates for damage that would have been done when shot. BulletProof - Reduces the damage received from bullets. FishingRodModifier - Adjusts the tensile strenght of the cast fishing rod, making it harder to snap the line. UncannyDodge - Chance to dodge a projectile and negate its damage.  
     

    When a user wears enough pieces of the same set, they will get access to extra set bonuses, depending on the number of pieces worn.
    Any of the buffs from the set types can be added as set bonuses to any set. You can also add the BonusMultiplier set bonus if you want to increase the set bonus percentage based on the number of pieces worn.
    BonusMultiplier - Add an additional bonus on top of the existing modifier.  
     

    Type: chat
    Command: genitem
    Parameters: <optional: item shortname> <optional: set type> <optional: tier>
    Usage:
    /genitem pants miners s - will spawn a pair of pants with the miners set type and a random modifier from s tier range. /genitem transporters c - will spawn a random item with the transporters set type and a random modifier from the c tier range. /genitem pants b - will spawn a pair of pants with a random set type and a random modifier from the b tier range. /genitem pants - will spawn a pair of pants with a random set type and a random set modifier.  
    Type: console
    Command: genitem
    Parameters:   <target name/steam ID> <optional: item shortname> <optional: set type> <optional: tier>
    Usage:
    /genitem "new guy" pants miners s - will spawn a pair of pants with the miners set type and a random modifier from s tier range. /genitem  "new guy" transporters c - will spawn a random item with the transporters set type and a random modifier from the c tier range. /genitem  "new guy" pants b - will spawn a pair of pants with a random set type and a random modifier from the b tier range. /genitem  76561197988695317 pants - will spawn a pair of pants with a random set type and a random set modifier.  
    Type: chat
    Command: eladdskin
    Parameters: <set type> <item shortname>
    Usage:
    /eladdskin Transporters pants 2533474346 - Adds the specified skin ID to the list of skins for the transporters pants.  
    Type: chat
    Command: givescrappercurrency
    Parameters: <quantity>
    Usage:
    /givescrappercurrency 100 - gives 100 scrapper currency to the player.  
    Type: console
    Command: givescrappercurrency
    Parameters:   <target name/ID> <quantity>
    Usage:
    givescrappercurrency new 100 - gives new guy 100 scrapper currency.  
    Type: console
    Command: elprintitems
    Parameters:   none
    Usage:
    /elprintitems - will print a list of items that can be enhanced into console.  
    Type: chat
    Command: el
    Parameters: none
    Usage:
    /el - opens up the EpicLoot menu.  
    Type: chat
    Command: reseticonpositions
    Parameters: none
    Usage:
    /reseticonpositions - forces all player icon positions to be set to the default config value.  
    Type: console
    Command: genspecificitem
    Parameters:   <target id> <item shortname> <buff> <value> <tier> <skin>
    Usage:
    /genspecificitem - Create a specific item for the target player.  

    epicloot.use - Required to access the menu.
    epicloot.admin - Required to use the genitem commands.
    epicloot.drop - Required for items to drop from crates, barrels and corpses.
    epicloot.salvage - Required to access the salvager menu.
    epicloot.enhance - Required to access the enhancement menu.
    epicloot.enhance.free - Enhancements have no cost.
    epicloot.craft - Required to randomly craft epic loot items.
     

    void GenerateItem(BasePlayer player, string type = null, List<string> item_shortname = null, string tier = null, bool msg = false) Type must be a set type (miners, transporters etc).
    Item_shortname can contain a number of item shortnames. The hook will pick a random item from the list.
    Tier must be either s, a, b or c.
     

  5. More information about "The Offering"

    $29.99

    The Offering

    Get your Entire Server to Grind towards a Common Goal.
    With The Offering, Set Item Requirement amounts, either custom or vanilla.
    REQUIRED FOR UI - IMAGELIBRARY
    REQUIRED FOR MAPMARKER - MARKERMANAGER
    Top Contributors can now be rewarded via Commands in Config.
    What will you reward your Players with?
    Skill Points? Unload TruePVE and let a purge play out? Or just run a command for Economics deposit and fill everyone's account to congratulate everyone's hard work.
    At Offering Fulfilled you can run as many commands as you like to reward your Players.
    You can also Utilize The Offering to get rid of excess items. Maybe Players have too much scrap at the end of the wipe, add scrap as a requirement and let the excess scrap serve a purpose.
    Upon Valid Item Deposit, The Box shoots a flame and accepts The Offering, Invalid Items get tossed back out of the Box for the player to recollect.
    Players can utilize an optional UI to track resources that are needed towards completion.
    It can be toggled on via /OUI or disabled by clicking the x on the UI Tab.
    UI position can be easily set via UI Location Config Option.
    Update interval for multiple item requirements can be set, to update the UI to show the other unfulfilled items.
    If there is a placeholder image and it doesn't retrieve, you can use the custom URL for a PNG as well. This is also useful for custom items.
    Skin for the box can be set in config.
    Discord Tracking of the Offering Box Status can be set in config.
    If an Offering is complete, you have the option to respawn the box at a certain time frame, or disable the respawn completely and have it a one off event, or an event whenever you feel like holding it.
     
    MULTIPLIER INFORMATION
    Default Multiplier in config can be used to quick modify your requirement amounts.  
    You can have this dynamically increase on Offering Completions by enabling this option.
    Default Multiplier of 1 is a 1:1 of your current requirements.
    If you increment by .5, Your multiplier becomes 1.5 on the next offering.  
    Keep in mind giving items with 1 value, you can't issue half of an AK.
    Requirements will round up or down depending on the amount when the math is done.
    Max Multiplier will never be passed, and will always reset to this value upon it being hit.
    A multiplier can dynamically effect your Global Commands and Top Contributor Rewards.  
    Use {x} to modify the amount, for example - a command for economics. "deposit * 1000{x}"
    Use {x}{d} or {x}{u} to round a decimal value if needed. Some commands will not parse a float.
    This will multiply that integer value by your current multiplier, More info can be seen in default config below.  
    This can also be used in your  Rewards Description field, if you want to say, Everyone will get 100{x} SP.  
    Multiplier does not apply towards Rush Mode.
    Multiplier Demonstration
     
    Rush Mode Info
    Rush is an optional mode, it uses separate reward methods and requirements for a condensed version of The Offering for small events.
    The player with the highest score (If point mode is on) Or Deposits.
    Will win x Commands you issue.
    If the plugin unloads an early end will trigger and issue commands to the winners you specify in config.
    If the plugin is unloading during a server reboot, the plugin will save those commands to run on next boot due to some plugins being unloaded, by the time The Offering is unloaded.
    The Item Amount in the Rush Requirement is a field you can ignore. Since highest deposits are what counts, item deposits are unlimited.
    If discord logging is enabled, it will log your top contributors, and will also notify if an event ended during a shutdown.
    NEW COMMANDS FOR RUSH MODE ARE FOUND BELOW IN THE COMMANDS SECTION
    Video Demos
     

    clip_1,739,245,073,739.mp4  
     
     
     
    https://youtube.com/clip/Ugkxz8_UG6AqGRZSrwF5JVippAvCPIgWfIHs?si=IKL6D46gwn5MHDrw
     
     
    COMMANDS
    CONSOLE COMMAND - RESETMULTIPLIER - RESETS YOUR MULTIPLIER TO YOUR DEFAULT VALUE
    /OUI - Toggles the UI on or off
    /beginoffering - console or chat,  To start an offering if one isnt pending respawn, or if one isnt ongoing in the world, only Works with Dynamic Spawn.
    /ConvertToOffering - Allows you to convert an already placed Large Wooden Box, To an Offering Box - THEOFFERING.ADMIN - PERMISSION REQUIRED
    /RemoveOffering - Removes The Offering Box you are looking at - THEOFFERING.ADMIN - PERMISSION REQUIRED
    /givebox - Gives the player a placeable box that will convert to an offering box on placement - THEOFFERING.ADMIN - PERMISSION REQUIRED
    /offeringstatus - Will print the offering status to the executing player
    /offeringtop - Will print the top offering contributors to the executing player
    /giveofferingitems - Will Send all your offering items to your inventory - admin
    /myofferingstats - Will show the players current standings if any.
    /offeringleaderboard - Will show the top standings via UI,, with different banner text depending on point mode or regular mode.
    /rush on - Will reload the plugin with rush enabled, use beginoffering or place a box if you don't have a dynamic pos enabled.  
    /rush off- Will reload with regular offering mode enabled
    NOTE - IF RUSH ON / OFF IS RAN WHILE IT IS IN THAT MODE, IT WONT SWAP MODES
    /offeringwhere - If an offering is active, it will ping the location to the player.
    HOOKS
    OnOfferingActive - Void
    OnOfferingInactive - Void
    OnOfferingSatisfied - Returns a StorageContainer to run custom code at container at end.
    OnOfferingRushModeStarted - Void
    OnOfferingRushModeEnded - Void
    Support for ServerPanel by Mevent - To Set up - Type - "Plugin" - Hook - "OpenOfferingLeaderboard"
    CONFIG
    { "Box Options": { "Enable Incrementing Requirements on Regular Offering Completions?": true, "Starting Multiplier - Default 1 - This Value is used even if Increment Requirements is Disabled, it can be used to Quick Increase each needed Item totals": 1.0, "Increase Multiplier by This Value on Completion, A Starting Multiplier of 1 Incremented by 0.5 will be a 1.5 multiplier resulting in a 50% Requirement Increase": 0.5, "Maximum Offering Multiplier to Reach by Incrementing": 5.5, "Allow Multiplier to Multiply Global Commands? (Int Value must be followed with {x} - Ex:10{x})": true, "Allow Multiplier to Multiply Top Contributor Commands? (Int Value must be followed with {x} - Ex:10{x})": true, "Enable UI on Offering Box Open?": true, "Path for Image on Offering Box Opened": "https://www.dropbox.com/scl/fi/2zkykpsa05q2nn9xfhxlg/OfferingBox.png?rlkey=dmmropc8u5x2wqo1ot7ad00l1&st=qldojnor&dl=1", "Enable Effect on Box Open?": true, "Path for Effect on Offering Box Opened": "assets/content/vehicles/attackhelicopter/effects/pfx_flares_attackhelicopter.prefab", "Enable Point Mode for Leaderboard?": false, "Enable The Offering Rush Mode? (This mode does not Data Track, Is meant for quick, Contribution Competitions)": false, "Rush Mode Duration?": 600, "Dynamic Spawn Of The Box Enabled?": false, "Dynamic Spawn at this Monument (Requires your Position Input to be set to match Monument if Changing from Default.)": "assets/bundled/prefabs/autospawn/monument/medium/compound.prefab", "Dynamic Spawn Point (Relative to Monument)": { "x": -18.17, "y": 0.42, "z": 20.64 }, "Dynamic Spawn Rotation Correction": 90.0, "Offering Box Skin Id": 1900496901, "Placeholder SkinID for /givebox Command, Box Reverts to the above skin on placement.": 3174587477, "Respawn Offering Box a Few Seconds after Previous Box Completion?": true, "Respawn Delay in Seconds": 10, "Clear Data on Wipe?": false }, "Rush Mode Options": { "Item Requirements": [ { "Item Shortname": "blood", "Amount Of This Item Required": 0, "Point Value": 1, "Custom SkinID": 0, "Item Custom Name": "", "Item Image URL (For UI)": "" }, { "Item Shortname": "sticks", "Amount Of This Item Required": 0, "Point Value": 1, "Custom SkinID": 0, "Item Custom Name": "", "Item Image URL (For UI)": "" } ], "Contributor Rewards": [ { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 1, "Commands to Run for this Contributor": [ "inventory.giveto {id} rifle.ak 1" ] }, { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 2, "Commands to Run for this Contributor": [ "inventory.giveto {id} rifle.ak 1" ] }, { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 3, "Commands to Run for this Contributor": [ "inventory.giveto {id} rifle.ak 1" ] } ], "Rush Mode Rewards Description": "Top Players Will Receive x Commands Upon Offering Rush Win" }, "Items Needed For Fulfillment Message Cooldown Time in Seconds?": 30, "Items Added to Box Message Cooldown Time in Seconds?": 5, "Item Fulfilled Message Cooldown Time in Seconds?": 30, "Enable UI?": true, "UI Location (top right, lower top right, bottom right, top left, lower top left, bottom left": "lower top right", "UI Update Interval In Seconds": 30, "Announcement Interval In Seconds": 600, "Use Announcement FX?": false, "Broadcast Updates on Status To Discord?": false, "Broadcast Top Contributors To Chat?": false, "Amount of Players to Announce on Top Contributors?": 5, "Discord Webhook URL?": "", "Item Requirements": [ { "Item Shortname": "blood", "Amount Of This Item Required": 100, "Point Value": 1, "Custom SkinID": 0, "Item Custom Name": "", "Item Image URL (For UI)": "" }, { "Item Shortname": "sticks", "Amount Of This Item Required": 100, "Point Value": 1, "Custom SkinID": 0, "Item Custom Name": "", "Item Image URL (For UI)": "" } ], "Commands To Run On Offering Satisfied": { "Commands List": [ "say The offering has been satisfied!", "say Another command goes here", "say Yet another command", "here you can unload TruePve", "say The Current Offering Multiplier is 1{x}", "say depositing 1000{x} to all", "deposit * 1000{x}" ] }, "Rewards Description": "The server will award 1000{x} XP Upon Offering Satisfied", "Enable Top Contributor Rewards?": true, "Top Contributor Rewards": [ { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 1, "Commands to Run for this Contributor": [ "inventory.giveto {id} sulfur 10{x}" ] }, { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 2, "Commands to Run for this Contributor": [ "inventory.giveto {id} rifle.ak 1{x}" ] }, { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 3, "Commands to Run for this Contributor": [ "inventory.giveto {id} rifle.ak 1{x}" ] }, { "Rank Rewards (1 for 1st place, 2 for 2nd, etc.)": 4, "Commands to Run for this Contributor": [ "say Add More Like Me!", "say You can Run Multiple Commands!", "say Target players id with {id}", "say you can use 1{x} to multiply your reward by your multiplier" ] } ] }  
     
    Thank you to @Chill Roleplay  for the help testing.
    ATTRIBUTION FOR GIF - https://www.vecteezy.com/free-videos/money-on-fire

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
11.1k
Customers served
Files Sold
159.5k
Total 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.