Jump to content

Search the Community

Showing results for tags 'random'.

  • 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 12 results

  1. Version 1.0.0

    24 downloads

    Random VIP Giver Plugin Documentation Overview The Random VIP Giver plugin is designed to randomly assign VIP status to players on the server. Permissions randomvipgiver.admin: This permission allows the user to manually trigger the VIP assignment process. Commands /givemanualvip: This command manually triggers the VIP assignment process. The assigned VIP counts towards the daily limit. /givefreemanualvip: This command manually triggers the VIP assignment process. The assigned VIP does not count towards the daily limit. Configuration MaxVIPPerDay: The maximum number of VIPs that can be assigned per day. VIPGroups: A list of VIP groups that can be assigned to players. VIPGroupDisplayNames: A list of display names corresponding to the VIP groups. AddGroupCommand: The command used to add a player to a group. SayCommand: The command used to send a message to the server. VIPMessage: The message sent to the server when a player is assigned VIP. MinDays: The minimum number of days a player can be assigned VIP. MaxDays: The maximum number of days a player can be assigned VIP. MinInterval: The minimum interval (in minutes) between VIP assignments. MaxInterval: The maximum interval (in minutes) between VIP assignments. { MaxVIPPerDay = 3, VIPGroups = new List<string> { "metal", "stone", "wooden" }, VIPGroupDisplayNames = new List<string> { "<color=#ffeb00>Metal</color>", "<color=#a9ff00>Stone</color>", "<color=#ffae00>Wooden</color>" }, AddGroupCommand = "addgroup", SayCommand = "say", VIPMessage = ":heart: <color=#ef233c>[Giveaway]</color> <color=#55AAFF>{player}</color> won a {vipGroup} VIP in a random draw for {days} days!", MinDays = 1, MaxDays = 3, MinInterval = 60, MaxInterval = 480 }; Functionality The plugin automatically schedules VIP assignments at random intervals within the configured range. When a VIP assignment is triggered, a random player is selected and assigned a random VIP group for a random number of days. The assignment is announced to the server with a message.
    $9.99
  2. Meowhuh

    RandomSystem

    Version 1.1.2

    25 downloads

    RandomSystem is a plugin that Give players random items—on a global timer or whenever they jump. Includes per-item limits, blacklist, DLC/hidden item filtering, multiple UI countdown styles, and full in-game configuration via chat commands. Features : - Two modes: timed (global countdown) and jump-triggered (per player). - Timed mode gives items to all online players (toggle with /random giveall). - Jump mode gives items only to the player who jumps, with a per-player delay. - Amount control: fixed stack size or random up to a max. You can also set per-item max when using a curated list. - Item sources: * Config-only pool (shortname => max random) * All game items (respecting blacklist/DLC/hidden filters) - Blacklist: exclude any item shortnames. - DLC & hidden item filtering: optionally include DLC/skin/hidden items (WARNING: enabling DLC items may risk server ban—use at your own discretion). Optional PlayerDLCAPI integration for accurate filtering. - Countdown UI options: Off / GameTip / ProgressUI / SimpleTimerUI. - Inventory aware: tries to place in main, then belt; if full, drops at player’s feet. Optional "received item" chat messages. - Live tweaking via chat: toggle give-all, edit delays & countdown, switch amount mode, manage blacklist/items, toggle DLC/hidden filtering, etc. - Customizable chat prefix and permission name in config. - Built-in /random help prints all available commands. Permission : - Default: randomsystem.use (You can override the permission name via the config key: Plugin Settings -> Use Permission.) Commands : Example config : Example Lang :
    $5.98
  3. Netch

    Random Items

    Version 1.6.0

    3 downloads

    The Random Items plugin for Rust gives players the thrill of receiving random items. With the option to choose specific items or use everything in the game, minus the ignore list, players can expect to receive anything from weapons and tools to food and resources. The plugin also supports multiple permission levels and language file support for easy customization. Additionally, randomize crafted items, random items for kills, random items for farming, and even jumping! With stack size limits set in the config, this plugin offers a fun and customizable addition to any Rust server. Join my Discord community to stay informed on new plugins and updates. Click here to get started. Customized item pool: pick specific items or use everything in the game (except ignored items). Set the random item quantity based on stack size, with a config limit. Custom items are supported! This plugin is like having 6 in one! You can enable or disable each feature without affecting performance. 1. Give players a random item every X seconds with unlimited permission tiers (optional). modpulse-timed-random-items.mp4 2. Give players X random items for killing players and/or NPCs (optional). modpulse-killing-random-items.mp4 3. Give players X random items after they respawn (optional). 4. Give players random items when they jump with cooldown support (optional). 5. Give players random items for crafting (optional). modpulse-crafting-random-items.mp4 6. Give players random items for farming (optional). modpulse-farming-random-items.mp4 (Optional) Player DLC API - Used for checking player ownership of DLC items and skins. /items – Players can switch on or off the option to receive random items. /randomitem.give <Amount (Defaults to 1)> – Gives X random items to everyone. randomitems.admin – Grants access to /randomitem.give You can also add/remove permission tiers to change the timed random item delay: "Permission: Give item interval (seconds)": { "randomitems.supporter": 60.0, "randomitems.VIP+": 120.0, "randomitems.VIP": 180.0, "randomitems.default": 300.0 } modpulse-jumping-random-items.mp4
    $9.99
  4. Version 1.0.2

    8 downloads

    Overview: This plugin adds an additional twist to PVP within monuments by giving items within player inventories a chance to perma break on death meaning the looter might not get that shiny gun they were hoping to get. Each monument has a tier structure and the tiers break chance % can be modified to suit your playstyle , or if there are certain items you dont want to be apart of the item table you can add them to the white list. # Note - This will only affect items that have a condition/durability bar. Newly Added: Configurable option to set the Loot Breaker to the entire map rather than just Monuments! White listed: - Option to set up a white list that disregards items placed into list that have a condition (shortnames). Chat Command: - "/breakitems" - Test the plugin by breaking every item in your inventory that has a condition. Permissions: - "lootbreaker.exempt" - Use this permission if you want exemption from the plugin. Config Access: - The break chance is by % , changing these numbers below will set a new % rate for that monument tier. - Ability to set the monuments register size, currently set at 100m
    $4.99
  5. crash

    Lottery

    Version 2.0.0

    14 downloads

    LotteryUI is a comprehensive lottery system plugin that provides an immersive gambling experience with a fully customized user interface. Players can test their luck daily through an interactive 9-slot lottery system, winning various rewards ranging from common resources to ultra-rare items and exclusive permissions. Main Features Interactive Lottery Interface: Features a beautifully designed custom UI with 9 clickable slots, each containing randomized rewards with different rarity levels and drop chances. Multi-Tier Reward System: Supports 5 rarity tiers (Common, Rare, Epic, Legendary, Ultra Rare) with configurable drop chances from 80% down to 5%, ensuring balanced gameplay. Personal Inventory System: Players collect winnings in a personal lottery inventory with pagination support, allowing them to claim rewards when convenient. Advanced Cooldown Management: Implements both general usage cooldowns and individual slot cooldowns to prevent abuse, with different timers for VIP tiers and administrators. VIP Tier System: Configurable VIP levels with custom permissions, reduced cooldowns, increased daily limits, and priority-based benefits. Daily Usage Limits: Prevents excessive gambling with configurable daily limits per user tier, promoting healthy gameplay balance. Post-Wipe Protection: Optional lockdown period after server wipes to maintain economy balance during fresh start periods. Immersive Sound System: Customizable sound effects for wins, losses, claims, and interactions to enhance player experience. Command Rewards: Supports special rewards that execute console commands, perfect for granting permissions, currencies, or triggering other plugin actions. Smooth Animations: Features animated button selections and visual feedback for an engaging user experience. Permissions lotteryui.admin: Grants administrative access to reset lottery data and bypass most restrictions. Chat Commands /lottery: Opens the main lottery interface where players can view rewards and make selections. /lottery.reset confirm: (Admin only) Completely resets all lottery data including inventories, cooldowns, and statistics. Console Commands lottery.resetdata confirm: (Admin/Console) Resets all lottery data with confirmation required. Config { "Data Management": { "Clear Data On Wipe": true, "Auto Save Interval (seconds)": 300.0, "Save On Player Disconnect": true }, "Rarity System": { "Common Drop Chance (%)": 80.0, "Rare Drop Chance (%)": 60.0, "Epic Drop Chance (%)": 40.0, "Legendary Drop Chance (%)": 20.0, "Ultra Rare Drop Chance (%)": 5.0 }, "Cooldown Settings": { "Enable Post-Wipe Cooldown": true, "Post-Wipe Cooldown Hours": 24.0, "General Usage Cooldown Seconds": 3600.0, "Per-Slot Cooldown Seconds": 300.0, "Admin General Cooldown Seconds": 1800.0, "Admin Per-Slot Cooldown Seconds": 150.0 }, "Usage Limits": { "Enable Usage Limits": true, "Default User Daily Limit": 3, "Admin Daily Limit": -1, "Admin Permission": "lotteryui.admin", "VIP Tiers": [ { "Tier Name": "VIP", "Permission": "lotteryui.vip", "Daily Limit": 10, "Priority": 1, "General Cooldown Seconds": 2700.0, "Per-Slot Cooldown Seconds": 240.0 }, { "Tier Name": "VIP+", "Permission": "lotteryui.vip.plus", "Daily Limit": 15, "Priority": 2, "General Cooldown Seconds": 2400.0, "Per-Slot Cooldown Seconds": 210.0 }, { "Tier Name": "VIP++", "Permission": "lotteryui.vip.premium", "Daily Limit": 25, "Priority": 3, "General Cooldown Seconds": 2100.0, "Per-Slot Cooldown Seconds": 180.0 }, { "Tier Name": "MVIP", "Permission": "lotteryui.mvip", "Daily Limit": 50, "Priority": 4, "General Cooldown Seconds": 1800.0, "Per-Slot Cooldown Seconds": 150.0 } ] }, "Sound Settings": { "Enable Sounds": true, "Claim Item Sound": "assets/bundled/prefabs/fx/invite_notice.prefab", "Win Reward Sound": "assets/bundled/prefabs/fx/item_unlock.prefab", "Lose Sound": "assets/prefabs/locks/keypad/effects/lock.code.denied.prefab", "Click Sound": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", "Success Sound": "assets/bundled/prefabs/fx/gestures/thumbsup.prefab" }, "Lottery Rewards": [ { "Item ID": -151838493, "Amount": 1000, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.7 0.7 1", "Rarity Type": "Common", "Drop Chance (%)": 80.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -2099697608, "Amount": 500, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.7 0.7 1", "Rarity Type": "Common", "Drop Chance (%)": 80.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 69511070, "Amount": 300, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.7 0.7 1", "Rarity Type": "Common", "Drop Chance (%)": 80.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -804769727, "Amount": 200, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.7 0.7 1", "Rarity Type": "Common", "Drop Chance (%)": 80.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1719978075, "Amount": 100, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.7 0.7 1", "Rarity Type": "Common", "Drop Chance (%)": 80.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1545779598, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.2 0.6 1 1", "Rarity Type": "Rare", "Drop Chance (%)": 60.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1588298435, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.2 0.6 1 1", "Rarity Type": "Rare", "Drop Chance (%)": 60.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 818877484, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.2 0.6 1 1", "Rarity Type": "Rare", "Drop Chance (%)": 60.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -592016202, "Amount": 10, "Skin ID": 0, "Rarity Color (RGBA)": "0.2 0.6 1 1", "Rarity Type": "Rare", "Drop Chance (%)": 60.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -1211166256, "Amount": 128, "Skin ID": 0, "Rarity Color (RGBA)": "0.2 0.6 1 1", "Rarity Type": "Rare", "Drop Chance (%)": 60.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 442886268, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.3 1 1", "Rarity Type": "Epic", "Drop Chance (%)": 40.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -1812555177, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.3 1 1", "Rarity Type": "Epic", "Drop Chance (%)": 40.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -2069578888, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.3 1 1", "Rarity Type": "Epic", "Drop Chance (%)": 40.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -932201673, "Amount": 1000, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.3 1 1", "Rarity Type": "Epic", "Drop Chance (%)": 40.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1318558775, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "0.7 0.3 1 1", "Rarity Type": "Epic", "Drop Chance (%)": 40.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1110385766, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.8 0 1", "Rarity Type": "Legendary", "Drop Chance (%)": 20.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -194953424, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.8 0 1", "Rarity Type": "Legendary", "Drop Chance (%)": 20.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1248356124, "Amount": 3, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.8 0 1", "Rarity Type": "Legendary", "Drop Chance (%)": 20.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 317398316, "Amount": 200, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.8 0 1", "Rarity Type": "Legendary", "Drop Chance (%)": 20.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -1581843485, "Amount": 1000, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.8 0 1", "Rarity Type": "Legendary", "Drop Chance (%)": 20.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 1545779598, "Amount": 1, "Skin ID": 1309470544, "Rarity Color (RGBA)": "1 0.2 0.2 1", "Rarity Type": "UltraRare", "Drop Chance (%)": 5.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 442886268, "Amount": 1, "Skin ID": 1926503780, "Rarity Color (RGBA)": "1 0.2 0.2 1", "Rarity Type": "UltraRare", "Drop Chance (%)": 5.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": -932201673, "Amount": 5000, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.2 0.2 1", "Rarity Type": "UltraRare", "Drop Chance (%)": 5.0, "Is Command Reward": false, "Console Commands": [], "Custom Image URL": "", "Display Name": "", "Description": "" }, { "Item ID": 0, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.8 0 1", "Rarity Type": "Legendary", "Drop Chance (%)": 15.0, "Is Command Reward": true, "Console Commands": [ "grant user {steamid} lotteryui.vip", "note.add {steamid} \"¡Congratulations! You won VIP on the LotteryUI\"" ], "Custom Image URL": "https://i.ibb.co/vip-icon.png", "Display Name": "VIP Access", "Description": "Permanent VIP Access" }, { "Item ID": 0, "Amount": 1, "Skin ID": 0, "Rarity Color (RGBA)": "1 0.2 0.2 1", "Rarity Type": "UltraRare", "Drop Chance (%)": 3.0, "Is Command Reward": true, "Console Commands": [ "inventory.giveto {steamid} scrap 1000", "say {username} won 1000 scrap from the LotteryUI!" ], "Custom Image URL": "https://i.ibb.co/money-icon.png", "Display Name": "1000 Scrap", "Description": "Instant scrap reward" } ] } Lang { "UI.Title": "LOTTERY", "UI.Subtitle": "Open the lottery daily to win amazing rewards!", "UI.PossibleRewards": "POSSIBLE REWARDS", "UI.ButtonInventory": "INVENTORY", "UI.ButtonInformation": "INFORMATION", "UI.ButtonClose": "CLOSE", "UI.ButtonClaimAll": "CLAIM ALL", "UI.ButtonLottery": "LOTTERY", "UI.InventoryTitle": "INVENTORY", "UI.InventorySubtitle": "Your lottery winnings collection", "UI.YourWinnings": "YOUR WINNINGS", "UI.LotteryStatus": "LOTTERY STATUS", "Status.Locked": "<size=11><color=#ff6b6b>LOCKED</color></size>\n<size=9><color=#DBE2E9>{0}h {1}m left</color></size>", "Status.Cooldown": "<size=11><color=#ffd43b>COOLDOWN</color></size>\n<size=9><color=#DBE2E9>{0}</color></size>", "Status.Ready": "<size=12><color=#4ade80>READY!</color></size>\n<size=8><color=#9AA297>Click to play</color></size>", "Status.DailyUses": "<size=11><color=#74c0fc>DAILY USES</color></size>\n<size=10><color=#DBE2E9>{0}</color><color=#9AA297>/</color><color=#4ade80>{1}</color></size>", "Status.DailyUsesUnlimited": "<size=11><color=#4ade80>DAILY USES</color></size>\n<size=9><color=#DBE2E9>Unlimited</color></size>", "Status.DailyUsesNoLimits": "<size=11><color=#4ade80>DAILY USES</color></size>\n<size=9><color=#DBE2E9>No Limits</color></size>", "Status.AdminTier": "<size=11><color=#ff6b6b>ADMIN</color></size>\n<size=8><color=#F3E7B3>{0}</color><color=#9AA297>/</color><color=#F3E7B3>{1}</color></size>", "Status.VipTier": "<size=11><color={0}>{1}</color></size>\n<size=8><color=#F3E7B3>{2}</color><color=#9AA297>/</color><color=#F3E7B3>{3}</color></size>", "Status.NormalTier": "<size=11><color=#74c0fc>NORMAL</color></size>\n<size=8><color=#F3E7B3>{0}</color><color=#9AA297>/</color><color=#F3E7B3>{1}</color></size>", "Chat.NoItemsToClaim": "<size=14><color=#fbbf24>LOTTERY INVENTORY</color></size>\n<size=12><color=#DBE2E9>No items available to claim at this time</color></size>\n<size=10><color=#9AA297>Visit the lottery to win rewards first!</color></size>", "Chat.AllItemsClaimed": "<size=14><color=#4ade80>REWARDS CLAIMED</color></size>\n<size=12><color=#DBE2E9>Successfully claimed all lottery rewards!</color></size>\n<size=10><color=#9AA297>Total items received: </color><color=#4ade80>{0}</color></size>", "Chat.ItemClaimed": "<size=13><color=#4ade80>ITEM CLAIMED</color></size>\n<size=11><color=#F3E7B3>Received: </color><color=#DBE2E9>{0}x {1}</color></size>", "Chat.SlotAlreadySelected": "<size=13><color=#fbbf24>SLOT UNAVAILABLE</color></size>\n<size=11><color=#DBE2E9>You have already selected this lottery slot</color></size>\n<size=9><color=#9AA297>Choose a different number to continue</color></size>", "Chat.BetterLuckNextTime": "<size=14><color=#ef4444>NO LUCK THIS TIME</color></size>\n<size=12><color=#DBE2E9>Better luck next time! The odds weren't in your favor</color></size>\n<size=10><color=#9AA297>Try another slot or come back later</color></size>", "Chat.Congratulations": "<size=16><color=#FFD700>JACKPOT WINNER!</color></size>\n<size=13><color=#4ade80>Congratulations on your lottery win!</color></size>\n<size=12><color=#F3E7B3>Prize: </color><color=#DBE2E9>{0}x {1}</color></size>\n<size=10><color=#9AA297>Check your inventory to claim this reward</color></size>", "Chat.LotteryReset": "<size=13><color=#74c0fc>LOTTERY RESET</color></size>\n<size=11><color=#DBE2E9>Your lottery session has been reset successfully</color></size>\n<size=9><color=#9AA297>Reopen the lottery to get fresh rewards</color></size>", "Chat.WipeCooldown": "<size=14><color=#ff6b6b>POST-WIPE LOCKDOWN</color></size>\n<size=12><color=#DBE2E9>Lottery is temporarily locked after server wipe</color></size>\n<size=11><color=#F3E7B3>Time remaining: </color><color=#ff6b6b>{0}h {1}m</color></size>\n<size=9><color=#9AA297>Please wait for the cooldown to expire</color></size>", "Chat.GeneralCooldown": "<size=13><color=#ffd43b>LOTTERY COOLDOWN</color></size>\n<size=11><color=#DBE2E9>You must wait before using the lottery again</color></size>\n<size=10><color=#F3E7B3>Time remaining: </color><color=#ffd43b>{0}</color></size>", "Chat.DailyLimitReached": "<size=14><color=#ff6b6b>DAILY LIMIT REACHED</color></size>\n<size=12><color=#DBE2E9>You've used all your daily lottery attempts</color></size>\n<size=11><color=#F3E7B3>Daily limit: </color><color=#ff6b6b>{0} uses</color></size>\n<size=9><color=#9AA297>Come back tomorrow for more chances!</color></size>", "Chat.SlotCooldown": "<size=13><color=#ffd43b>SLOT COOLDOWN</color></size>\n<size=11><color=#DBE2E9>This lottery slot is temporarily unavailable</color></size>\n<size=10><color=#F3E7B3>Available in: </color><color=#ffd43b>{0}</color></size>\n<size=9><color=#9AA297>Try a different slot or wait</color></size>", "Chat.LotteryInfo": "<size=16><color=#FFD700>LOTTERY SYSTEM INFORMATION</color></size>\n<size=7><color=#9AA297>\n</color></size><size=11>\n</size><size=14><color=#4ade80>HOW IT WORKS </color><color=#9AA297>· </color><color=#DBE2E9>GAMEPLAY GUIDE</color></size>\n<size=12>· <color=#F3E7B3>Select a slot: </color><color=#DBE2E9>Choose from 9 available positions</color></size>\n<size=12>· <color=#F3E7B3>Win rewards: </color><color=#DBE2E9>Each slot has different rarities & drop chances</color></size>\n<size=12>· <color=#F3E7B3>Claim prizes: </color><color=#DBE2E9>Visit inventory to collect your winnings</color></size>\n\n<size=14><color=#4ade80>YOUR STATUS </color><color=#9AA297>· </color><color=#DBE2E9>CURRENT INFORMATION</color></size>\n<size=12>· <color=#F3E7B3>Daily uses: </color><color=#E45858>{0}/{1}</color> <color=#9AA297>| </color><color=#F3E7B3>Tier: </color><color=#DBE2E9>{2}</color></size>\n<size=12>· <color=#F3E7B3>Status: </color><color=#E45858>{3}</color> <color=#9AA297>| </color><color=#F3E7B3>Inventory: </color><color=#DBE2E9>{4} items</color></size>\n\n<size=14><color=#4ade80>RARITY SYSTEM </color><color=#9AA297>· </color><color=#DBE2E9>DROP CHANCES</color></size>\n<size=12>· <color=#9AA297>Common: </color><color=#DBE2E9>80%</color> <color=#9AA297>| </color><color=#4ade80>Rare: </color><color=#DBE2E9>60%</color> <color=#9AA297>| </color><color=#e599f7>Epic: </color><color=#DBE2E9>40%</color></size>\n<size=12>· <color=#FFD700>Legendary: </color><color=#DBE2E9>20%</color> <color=#9AA297>| </color><color=#ff6b6b>Ultra Rare: </color><color=#DBE2E9>5%</color></size>\n<size=7><color=#9AA297>\n</color></size><size=11><color=#DBE2E9>Try your luck with </color><color=#FFD700>/lottery</color><color=#DBE2E9> command!</color></size>", "Chat.CommandClaimed": "<size=13><color=#4ade80>REWARD CLAIMED</color></size>\n<size=11><color=#F3E7B3>Executed: </color><color=#DBE2E9>{0}</color></size>", "Chat.CommandExecuted": "<size=16><color=#FFD700>COMMAND REWARD!</color></size>\n<size=13><color=#4ade80>Congratulations! Your reward has been processed!</color></size>\n<size=12><color=#F3E7B3>Reward: </color><color=#DBE2E9>{0}</color></size>\n<size=10><color=#9AA297>Commands executed automatically</color></size>", "Generic.UnknownItem": "Unknown Item" }
    $12.99
  6. Version 1.0.7

    147 downloads

    Experiments is a plugin introducing the old research system in Rust! Do you remember when tech tree was not around and you could gamble your scrap for a random blueprint? This plugin introduces just that and is made to be as close to the old system as possible with a ton of configurable options! Features: - Gamble scrap for a random bp at each workbench tier. - Disables tech tree system - Restrict certain blueprints from the random search - Change cost of research for each tier Here is a preview video I made to show off how the system works! Config: { "Block Tech Tree?": true, "Disable Research Sound?": false, "Experiment Time (Could effect timing with the reseach sound)": 10, "Tier 1 Scrap Cost": 75, "Tier 2 Scrap Cost": 500, "Tier 3 Scrap Cost": 1000, "Disable Default Blueprints?": true, "Blueprint Blackist": [ "electric.blocker", "electric.orswitch", "mask.balaclava", "fridge", "water.barrel" ] }
    $9.99
  7. tofurahie

    NPCLoot

    Version 1.2.7

    122 downloads

    Open UI - /nlsettings FEATURES: Changing the wearable clothing of the npc Changing Drop from NPCs The plugin doesn't support custom loot tables from other plugins, it also doesn't have default config setup, you need to setup it from scratch by UI in the game! CallHook CanModifySpawnedBot(HumanNPC bot) returning a non-null value overrides default behavior
    $8.99
  8. Version 1.1.1

    447 downloads

    Send Gametip messages on a timed interval to online players Features : Simple configuration. Sends Gametip messages on a configurable timed interval and duration (seconds). Can use a permission to ignore a player to get the messages. API support for other plugins to use its simplified queue system. Permissions : randomtips.exclude : To exclude the player from getting the Gametips sent by this plugin Configuration : Show Messages is set to false by default so it will not run the standard messages on plugin install. If you don't want to use a prefix , then you can leave it empty. Warning tips (RED) have a max lifetime of 5 seconds { "Show Messages": true, "Prefix": "[YourServer] ", "Interval (seconds)": 600, "Global Tip Duration (seconds)": 5.0, "Show as warning (max 5 sec)": false, "Messages": [ "Join our Discord ,Click <color=orange>[view webpage]</color> button.", "We run several cool Plugins !", "Grab one of our kits using /kit .", "<color=red>Color</color> code is supported" ] } API : void TIP(BasePlayer player, string message, float dur , bool warning) example call RandomTips?.Call("TIP", player, "Your text here", 6f ,true);
    Free
  9. Wrecks

    Factoid

    Version 0.0.3

    244 downloads

    Spice up your chat with Factoid. Factoid is a light plugin I made to drop little bitesize pieces of info here and there. API KEY NEEDED You can grab a free API key from this site https://api-ninjas.com/api/facts using my API Requests at the default interval allows me to print messages all wipe long, But you can adjust as needed. Config { "API KEY": "INSERT_API_HERE", "Announcement Interval": 631, "Chat Icon": 0 } Thanks for viewing! - Wrecks
    Free
  10. Version 2.1.1

    58 downloads

    This plugin give the possibility to spawn a bunch of trap randomly across the map to make it a bit hard for your players. The selected numbers of traps are consistent through the server life, so as soon as 1 is activated, a new will spawn somewhere else. Traps set up after 30 sec after restart/reload. It can work with and without TruePVE . It handle separably the trap trigger and trap damage, what is configurable. The traps can't be picked up, only activated or disarmed. With the base setup it check for free location outside of monuments, radiation zones and ZoneManger zones. The traps dmg 50hp, can cause wounded effect with 50% for 5 second and TruePVE selected as to be used. Permissions surprisetrap.admin - To use the 3 command surprisetrap.trapdetect - Too be able to use a geiger counter to find traps on the map Commands Chat: /show - Show all possible found spawn location (use it with care, it can cause lag until the floating numbers present on the map, see screenshots) /trap - Show all active trap on the map (use it with care, it can cause lag until the floating numbers present on the map, see screenshots) /setup <mine|bear> - set up a trap where the character look, only for test purpose. (the new position will behave as a new spawn location, but only until the next restart) Console: show - information about the additional free spawn locations trap - information about the available amount of traps setup - manually start trap setup in case of not enough trap on the map (compared to the configured amount) Configuration "Bypass the distance limtiation on the trap and spawn location show command": false, "Enable/Disable Chat notification about player Death by any \"Random Trap\"": false, "If all originally set location occupied, then look for new position": true, "Minimum Distance From Building": 20.0, "Number of traps on the map": 500, "Prevent Traps To Be Respawn At Monuments": true, "Prevent Traps To Be Respawn At RadiationZone": true, "Prevent Traps To Be Respawn At ZoneManager": true, "Random knowdown duration": 5.0, "Retry to get a new location(the bigger the number, bigger the resource consumption to try a new free position)": 200, "The distance on the trap and spawn location show command (only if not bypassed)": 150, "Trap activation randomly knowdown": true, "Trapdamage default 50": 50.0, "Try to look free location this many times on server init (Not necesseary mean it will find this many free spot, bigger the number, bigger the resource consumption to try a new free position)": 2000, "Usage of Beartrap": true, "Usage of Landmine": true, "Usage of TruePVE": true, "Traps can be detected by players with Geiger detector": true, "The distance to detect by the player with Geiger detector": 50.0 API TrapDestroyedByPalyer(BaseTrap trap, BasePlayer player) can be used to catch triggen, when a player killed a trap (for example events or quest to destroy specificly spawned traps)
    $9.99
  11. Version 1.0.0

    11 downloads

    This plugin gives players random items or weapons for scrap, using a menu. This can be a little help for players after bp wipe Permission: randomloot.use ChatCommand: /randomloot In the config file you can set the scrap price and change the items.
    $5.00
  12. Ajie

    Lucky Rust

    Version 1.0.0

    20 downloads

    Lucky Rust is a simple random reward system. With Lucky Rust, you can configure a list of rewards that players can win by typing a specific command in the chat. The rewards can include items and commands. And if you want to make things even more fun, you can choose to broadcast the rewards and/or the fact that a player has won a reward to all players on the server! Lucky Rust supports setting different cooldown times based on permissions. So why wait? Give your players a reason to keep playing with LuckyRust today! Chat Command: /lr - Get a random reward (default, can be changed in the config) Config: { "Plugin Setting": { "Chat Prefix": "[LuckyRust]\n", "Required Permissions (Empty = None)": "LuckyRust.use", "Command": "lr", "Default Cooldown (Seconds)": 300, "Broadcast Reward Message": true, "Cooldown Permissions (Permission Name | Cooldown)": { "LuckyRust.admin": 0, "LuckyRust.vip1": 180, "LuckyRust.vip2": 90, "LuckyRust.vip3": 30 } }, "List of Rewards": [ { "Reward Display Name": "VIP", "Chance(0-100)": 5, "Item Display Name": "", "Item Shortname": "", "Skin ID": 0, "Min Amount": 1, "Max Amount": 1, "Item Text": "", "Effect (Empty = no effect)": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab", "List of Run Commands (Empty = None)": [ "oxide.grant user %STEAMID% vip.name" ] }, { "Reward Display Name": "Wolf", "Chance(0-100)": 10, "Item Display Name": "", "Item Shortname": "", "Skin ID": 0, "Min Amount": 1, "Max Amount": 1, "Item Text": "", "Effect (Empty = no effect)": "", "List of Run Commands (Empty = None)": [ "spawn wolf \"%PLAYER.POS.X% %PLAYER.POS.Y% %PLAYER.POS.Z%\"" ] }, { "Reward Display Name": "M249", "Chance(0-100)": 10, "Item Display Name": "M249", "Item Shortname": "lmg.m249", "Skin ID": 0, "Min Amount": 1, "Max Amount": 1, "Item Text": "", "Effect (Empty = no effect)": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab", "List of Run Commands (Empty = None)": [] }, { "Reward Display Name": "prototype 17", "Chance(0-100)": 40, "Item Display Name": "prototype 17", "Item Shortname": "pistol.prototype17", "Skin ID": 0, "Min Amount": 1, "Max Amount": 1, "Item Text": "", "Effect (Empty = no effect)": "", "List of Run Commands (Empty = None)": [] }, { "Reward Display Name": "Scrapß—100", "Chance(0-100)": 80, "Item Display Name": "Scrap", "Item Shortname": "scrap", "Skin ID": 0, "Min Amount": 100, "Max Amount": 100, "Item Text": "", "Effect (Empty = no effect)": "", "List of Run Commands (Empty = None)": [] } ] }
    $2.00
2.2m

Downloads

Total number of downloads.

10.2k

Customers

Total customers served.

148k

Files Sold

Total number of files sold.

3.1m

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.