Jump to content

Search the Community

Showing results for tags 'feature'.

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

  1. Version 1.0.0

    3 downloads

    ReputationRewards is built to encourage positive community behaviors by adding an in-game reputation system to your Rust server with a clean 3-column UI, built-in reward shop, and rank progression. Players can reward each other for being Helpful, Friendly, or Skilled, earning spendable reputation points that can be redeemed instantly for configured items. As players gain reputation, they climb ranks and can trigger configurable server commands on rank-up for additional rewards or other triggers (kits, mail, permissions, VIP perks, etc.). Key features In-game UI One command opens a polished reputation interface. Three-column layout: Your Reputation (rep totals, rank, progress bar, spendable points) Players List (searchable, sorted by total rep) Built in Rewards Shop Three reputation categories Helpful Friendly Skilled These can easily be renamed to something else via the Lang files. Anti-abuse limits (configurable) Per-target cooldown: limit how often someone can rep the same player. Total giving limit per window: cap how many reps a player can give during a configurable time window (default 24h). Spendable reputation points Configurable points awarded to: The target (for receiving rep) The giver (for giving rep) Points are spent in the built in reward shop. Built-in reward shop Configure any Rust item shortname + amount + optional skin + optional custom display name. Players select quantity and see the total cost before purchase. Rank system with automatic rewards Define unlimited ranks with a required total reputation threshold. Run server commands on rank-up (supports placeholders like %steamid%). Compatible with all plugins that can trigger a console command against a player, such as my Mail System Visual feedback FX plays when rep is received. FX plays on rank-up to make progression feel rewarding. Integrations BetterChat: If you wish to display player's reputation rank next to their chat name ImageLibrary (recommended): for image loading reliability. Configuration highlights Set cooldown time per target player Set total give limit window (seconds) + max reps per window Configure how many spendable points are earned per rep (giver and target) Configure wipe behavior on new save (rep/rank and/or spendable points) Define ranks and rank-up commands Define reward shop items and pricing Customize UI colors + icon URLs __________________________________ Commands (configurable): /rep or /reputation - Opens the reputation UI __________________________________ Sample/Default Config: { "Commands to open UI": [ "rep", "reputation" ], "How often can a player give rep to the same player": 86400, "How often to reset player's total rep give limit": 86400, "Max reputation gives per total window (per player)": 5, "Spendable points awarded to TARGET per rep received": 2, "Spendable points awarded to GIVER per rep given": 1, "Wipe reputation + rank on new save?": false, "Wipe spendable points on new save?": false, "Ranks / Levels": [ { "Rank Name": "Fresh Face", "Points Required (total rep)": 1, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Fresh Face!\" \"Welcome to the community! Here are some starting supplies to help you settle in.\" -img 0 -item wood 1000 0 -item stones 1000 0" ] }, { "Rank Name": "Promising Sapling", "Points Required (total rep)": 5, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Promising Sapling!\" \"You're showing great potential! Here are some resources to help you grow.\" -img 0 -item sulfur.ore 1000 0 -item metal.ore 1000 0" ] }, { "Rank Name": "Positive Force", "Points Required (total rep)": 10, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Positive Force!\" \"Your positive impact is being felt! Here are some refined materials for your efforts.\" -img 0 -item sulfur 1000 0 -item metal.fragments 1000 0" ] }, { "Rank Name": "Reliable Member", "Points Required (total rep)": 20, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Reliable Member!\" \"Your reliability has been noticed! Here are some higher quality materials for your continued contributions.\" -img 0 -item hq.metal.ore 1000 0 -item lowgradefuel 1000 0" ] }, { "Rank Name": "Community Pillar", "Points Required (total rep)": 35, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Community Pillar!\" \"You've become a pillar of our community! Here are some valuable processed materials.\" -img 0 -item metal.refined 1000 0 -item charcoal 1000 0" ] }, { "Rank Name": "Guiding Presence", "Points Required (total rep)": 55, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Guiding Presence!\" \"Your guidance helps others find their way! Here are materials for advanced crafting.\" -img 0 -item scrap 1000 0 -item gunpowder 1000 0" ] }, { "Rank Name": "Foundation Stone", "Points Required (total rep)": 80, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: Foundation Stone!\" \"You are a foundational part of our community! Here are some advanced munitions for your dedication.\" -img 0 -item ammo.rifle.hv 500 0 -item ammo.rifle.explosive 500 0" ] }, { "Rank Name": "The Beloved", "Points Required (total rep)": 110, "Commands On Reach (optional)": [ "mail.send %steamid% \"Rank Up: The Beloved!\" \"You are the heart and soul of our community! Here are powerful munitions for a true leader.\" -img 0 -item ammo.rocket.basic 12 0 -item ammo.rocket.hv 12 0" ] } ], "Enable Title In BetterChat (optional, requires BetterChat)": false, "BetterChat Title Format ({0} will place the rank name)": "<color=yellow>{0}</color>", "Rewards": [ { "Shortname": "wood", "Amount": 1000, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 1 }, { "Shortname": "stones", "Amount": 1000, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 1 }, { "Shortname": "metal.fragments", "Amount": 1000, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 3 }, { "Shortname": "metal.refined", "Amount": 100, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 5 }, { "Shortname": "scrap", "Amount": 500, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 4 }, { "Shortname": "rifle.ak", "Amount": 1, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 10 }, { "Shortname": "metal.plate.torso", "Amount": 1, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 10 }, { "Shortname": "explosive.timed", "Amount": 6, "SkinId": 0, "DisplayName (blank = default)": "", "Cost (points)": 40 } ], "Colors": { "Overlay Background (dim)": "0 0 0 0.35", "Main Panel Background": "0.12 0.14 0.16 0.95", "Inner Panel Background": "0.15 0.17 0.20 0.96", "Modal Frame (border)": "0.06 0.07 0.08 0.98", "Modal Background": "0.10 0.12 0.14 0.995", "Row Background": "0.10 0.12 0.14 0.92", "Row Hover Background": "0.16 0.18 0.21 0.95", "Row Pressed Background": "0.14 0.16 0.19 0.95", "Row Border": "0.06 0.07 0.08 0.98", "Text - Title": "0.95 0.96 0.97 1", "Text - Main": "0.88 0.90 0.92 1", "Text - Sub": "0.72 0.76 0.80 1", "Text - Dark": "0.10 0.10 0.10 1", "Button Background": "0.28 0.32 0.36 1", "Button Hover Background": "0.34 0.39 0.44 1", "Button Pressed Background": "0.31 0.35 0.40 1", "Accent Button Background": "0.36 0.40 0.46 1", "Input Field Background": "0.22 0.25 0.29 1", "Input Field Border Strip": "0.55 0.58 0.62 0.25", "Avatar Backing Plate/Border": "0.18 0.20 0.22 0.98", "Rank Progress Fill Color": "0.36 0.40 0.46 1", "Rank Title Text Color": "0.55 0.90 0.70 1", "Scrollbar Handle": "0.45 0.46 0.47 0.95", "Scrollbar Track": "0.10 0.10 0.10 0.35", "Scrollbar Highlight": "0.55 0.56 0.57 0.98", "Scrollbar Pressed": "0.62 0.63 0.64 0.98", "Positive Text Accent": "0.55 0.90 0.70 1", "Negative Text Accent": "0.90 0.55 0.55 1" }, "Images": { "Helpful Icon URL": "https://i.ibb.co/Y7CFpTLV/handshake.png", "Friendly Icon URL": "https://i.ibb.co/7dsJFVN5/heart-1.png", "Skilled Icon URL": "https://i.ibb.co/3QTJJgt/muscle.png" }, "Use ImageLibrary (recommended)": true }
    $14.99
  2. Version 1.0.14

    147 downloads

    This plugin adds more features to the free one : Get random items on gathering resources, quarry gather, Excavator gather, loot containers, Airdrops, Supply Drops. Populate NPC corps with random loot. You can enable/disable these features from config file. The RandomGatherPremium plugin now supports applying random skins to items when they are given to players. Skins are selected based on configurable rarity weights, making rare skins harder to obtain. Update 1.0.6 Video Configuration To add or remove items this link may be helpful : https://github.com/OrangeWulf/Rust-Docs/blob/master/Items.md { "Give bonuses if player have active boost": true, "How many items should spawn when barrel is destroyed?": 2, "Give random items on quarry gather": { "Loot table (Item name , amount)": { "ammo.grenadelauncher.buckshot": 10, "ammo.grenadelauncher.he": 1, "ammo.grenadelauncher.smoke": 1, "ammo.handmade.shell": 15, "ammo.nailgun.nails": 30, "ammo.pistol": 30, "ammo.pistol.fire": 10, "ammo.pistol.hv": 10, "ammo.rifle": 30, "ammo.rifle.explosive": 10, "ammo.rifle.hv": 15, "ammo.rifle.incendiary": 15, "ammo.rocket.basic": 1, "ammo.rocket.fire": 1, "ammo.rocket.hv": 1, "ammo.rocket.sam": 5, "ammo.rocket.smoke": 1, "ammo.shotgun": 10, "ammo.shotgun.fire": 10, "ammo.shotgun.slug": 10 }, "Enabled": true }, "Give random items on Excavator gather": { "Loot table (Item name , amount)": { "ammo.grenadelauncher.buckshot": 10, "ammo.grenadelauncher.he": 1, "ammo.grenadelauncher.smoke": 1, "ammo.handmade.shell": 15, "ammo.nailgun.nails": 30, "ammo.pistol": 30, "ammo.pistol.fire": 10, "ammo.pistol.hv": 10, "ammo.rifle": 30, "ammo.rifle.explosive": 10, "ammo.rifle.hv": 15, "ammo.rifle.incendiary": 15, "ammo.rocket.basic": 1, "ammo.rocket.fire": 1, "ammo.rocket.hv": 1, "ammo.rocket.sam": 5, "ammo.rocket.smoke": 1, "ammo.shotgun": 10, "ammo.shotgun.fire": 10, "ammo.shotgun.slug": 10 }, "Enabled": true }, "Fill loot containers with random items": { "Loot table (Item name , amount)": { "ammo.grenadelauncher.buckshot": 10, "ammo.grenadelauncher.he": 1, "ammo.grenadelauncher.smoke": 1, "ammo.handmade.shell": 15, "ammo.nailgun.nails": 30, "ammo.pistol": 30, "ammo.pistol.fire": 10, "ammo.pistol.hv": 10, "ammo.rifle": 30, "ammo.rifle.explosive": 10, "ammo.rifle.hv": 15, "ammo.rifle.incendiary": 15, "ammo.rocket.basic": 1, "ammo.rocket.fire": 1, "ammo.rocket.hv": 1, "ammo.rocket.sam": 5, "ammo.rocket.smoke": 1, "ammo.shotgun": 10, "ammo.shotgun.fire": 10, "ammo.shotgun.slug": 10 }, "Enabled": true }, "Fill airdrops with random items": { "Loot table (Item name , amount)": { "ammo.grenadelauncher.buckshot": 10, "ammo.grenadelauncher.he": 1, "ammo.grenadelauncher.smoke": 1, "ammo.handmade.shell": 15, "ammo.nailgun.nails": 30, "ammo.pistol": 30, "ammo.pistol.fire": 10, "ammo.pistol.hv": 10, "ammo.rifle": 30, "ammo.rifle.explosive": 10, "ammo.rifle.hv": 15, "ammo.rifle.incendiary": 15, "ammo.rocket.basic": 1, "ammo.rocket.fire": 1, "ammo.rocket.hv": 1, "ammo.rocket.sam": 5, "ammo.rocket.smoke": 1, "ammo.shotgun": 10, "ammo.shotgun.fire": 10, "ammo.shotgun.slug": 10 }, "Enabled": true }, "Populate NPC corps with random loot": { "Loot table (Item name , amount)": { "ammo.grenadelauncher.buckshot": 10, "ammo.grenadelauncher.he": 1, "ammo.grenadelauncher.smoke": 1, "ammo.handmade.shell": 15, "ammo.nailgun.nails": 30, "ammo.pistol": 30, "ammo.pistol.fire": 10, "ammo.pistol.hv": 10, "ammo.rifle": 30, "ammo.rifle.explosive": 10, "ammo.rifle.hv": 15, "ammo.rifle.incendiary": 15, "ammo.rocket.basic": 1, "ammo.rocket.fire": 1, "ammo.rocket.hv": 1, "ammo.rocket.sam": 5, "ammo.rocket.smoke": 1, "ammo.shotgun": 10, "ammo.shotgun.fire": 10, "ammo.shotgun.slug": 10 }, "Enabled": true }, "Items": [ "ammo.grenadelauncher.buckshot", "ammo.grenadelauncher.he", "ammo.grenadelauncher.smoke", "ammo.handmade.shell", "ammo.nailgun.nails", "ammo.pistol", "ammo.pistol.fire", "ammo.pistol.hv", "ammo.rifle", "ammo.rifle.explosive", "ammo.rifle.hv", "ammo.rifle.incendiary", "ammo.rocket.basic", "ammo.rocket.fire", "ammo.rocket.hv", "ammo.rocket.sam", "ammo.rocket.smoke", "ammo.shotgun", "ammo.shotgun.fire", "ammo.shotgun.slug", "apple", "arcade.machine.chippy", "arrow.bone", "arrow.fire", "arrow.hv", "arrow.wooden", "attire.bunnyears", "attire.hide.boots", "attire.hide.helterneck", "attire.hide.pants", "attire.hide.poncho", "attire.hide.skirt", "attire.hide.vest", "attire.ninja.suit", "autoturret", "axe.salvaged", "barricade.concrete", "barricade.metal", "barricade.sandbags", "barricade.stone", "barricade.wood.cover", "battery.small", "bbq", "bed", "black.berry", "black.raspberries", "blue.berry", "blueberries", "bone.armor.suit", "boots.frog", "bow.compound", "bow.hunting", "box.repair.bench", "box.wooden", "box.wooden.large", "bucket.helmet", "building.planner", "burlap.gloves", "burlap.gloves.new", "burlap.headwrap", "burlap.shirt", "burlap.shoes", "burlap.trousers", "can.beans", "can.tuna", "cctv.camera", "ceilinglight", "chainsaw", "chocholate", "clatter.helmet", "coffeecan.helmet", "coffin.storage", "computerstation", "corn", "crossbow", "crude.oil", "cupboard.tool", "cursedcauldron", "diving.fins", "diving.mask", "diving.tank", "diving.wetsuit", "door.double.hinged.metal", "door.double.hinged.toptier", "door.double.hinged.wood", "door.hinged.industrial.a", "door.hinged.metal", "door.hinged.toptier", "door.hinged.wood", "dropbox", "explosive.satchel", "explosive.timed", "explosives", "flamethrower", "flameturret", "flashlight.held", "floor.grill", "floor.ladder.hatch", "floor.triangle.grill", "floor.triangle.ladder.hatch", "fridge", "furnace", "furnace.large", "fuse", "gates.external.high.stone", "gates.external.high.wood", "gears", "generator.wind.scrap", "grenade.beancan", "grenade.f1", "grenade.smoke", "guntrap", "habrepair", "hammer.salvaged", "hat.beenie", "hat.boonie", "hat.cap", "hat.ratmask", "hat.wolf", "hatchet", "hazmatsuit", "hazmatsuit.spacesuit", "healingtea", "healingtea.advanced", "healingtea.pure", "heavy.plate.helmet", "heavy.plate.jacket", "heavy.plate.pants", "hitchtroughcombo", "hobobarrel", "hoodie", "horse.armor.roadsign", "horse.armor.wood", "horse.saddle", "horse.saddlebag", "horse.shoes.advanced", "horse.shoes.basic", "icepick.salvaged", "innertube", "innertube.horse", "innertube.unicorn", "jacket", "jacket.snow", "jackhammer", "jackolantern.angry", "jackolantern.happy", "jar.pickle", "ammo.grenadelauncher.buckshot", "ammo.grenadelauncher.he", "ammo.grenadelauncher.smoke", "ammo.handmade.shell", "ammo.nailgun.nails", "ammo.pistol", "ammo.pistol.fire", "ammo.pistol.hv", "ammo.rifle", "ammo.rifle.explosive", "ammo.rifle.hv", "ammo.rifle.incendiary", "ammo.rocket.basic", "ammo.rocket.fire", "ammo.rocket.hv", "ammo.rocket.sam", "ammo.rocket.smoke", "ammo.shotgun", "ammo.shotgun.fire", "ammo.shotgun.slug", "jumpsuit.suit", "jumpsuit.suit.blue", "kayak", "keycard_blue", "keycard_green", "keycard_red", "knife.bone", "knife.butcher", "knife.combat", "ladder.wooden.wall", "lantern", "largecandles", "largemedkit", "laserlight", "lmg.m249", "locker", "longsword", "lowgradefuel", "mace", "machete", "mask.balaclava", "mask.bandana", "maxhealthtea", "maxhealthtea.advanced", "maxhealthtea.pure", "metal.facemask", "metal.fragments", "metal.plate.torso", "metal.refined", "metalblade", "metalpipe", "metalspring", "microphonestand", "minihelicopter.repair", "mining.quarry", "mixingtable", "multiplegrenadelauncher", "mushroom", "nightvisiongoggles", "oretea", "oretea.advanced", "oretea.pure", "paddle", "paddlingpool", "pants", "pants.shorts", "paper", "partyhat", "pickaxe", "pistol.eoka", "pistol.m92", "pistol.nailgun", "pistol.python", "pistol.revolver", "pistol.semiauto", "pitchfork", "planter.large", "planter.small", "plantfiber", "pookie.bear", "potato", "powered.water.purifier", "propanetank", "pumpkin", "pumpkinbasket", "radiationremovetea", "radiationremovetea.advanced", "radiationremovetea.pure", "radiationresisttea", "radiationresisttea.advanced", "radiationresisttea.pure", "red.berry", "research.table", "rf.detonator", "rf_pager", "rifle.ak", "rifle.bolt", "rifle.l96", "rifle.lr300", "rifle.m39", "rifle.semiauto", "riflebody", "riot.helmet", "roadsign.gloves", "roadsign.jacket", "roadsign.kilt", "roadsigns", "rocket.launcher", "rope", "rug", "rug.bear", "salvaged.cleaver", "salvaged.sword", "samsite", "scraptea", "scraptea.advanced", "scraptea.pure", "scraptransportheli.repair", "searchlight", "secretlabchair", "semibody", "sewingkit", "sheetmetal", "shelves", "ammo.grenadelauncher.buckshot", "ammo.grenadelauncher.he", "ammo.grenadelauncher.smoke", "ammo.handmade.shell", "ammo.nailgun.nails", "ammo.pistol", "ammo.pistol.fire", "ammo.pistol.hv", "ammo.rifle", "ammo.rifle.explosive", "ammo.rifle.hv", "ammo.rifle.incendiary", "ammo.rocket.basic", "ammo.rocket.fire", "ammo.rocket.hv", "ammo.rocket.sam", "ammo.rocket.smoke", "ammo.shotgun", "ammo.shotgun.fire", "ammo.shotgun.slug", "shirt.collared", "shirt.tanktop", "shoes.boots", "shotgun.double", "shotgun.pump", "shotgun.spas12", "shotgun.waterpipe", "shutter.metal.embrasure.a", "shutter.metal.embrasure.b", "shutter.wood.a", "sickle", "sleepingbag", "small.oil.refinery", "smg.2", "smg.mp5", "smg.thompson", "smgbody", "spear.stone", "spear.wooden", "speargun", "speargun.spear", "stone.pickaxe", "stonehatchet", "storage.monitor", "strobelight", "submarine.torpedo.rising", "submarine.torpedo.straight", "supply.signal", "surveycharge", "syringe.medical", "table", "tactical.gloves", "targeting.computer", "tarp", "techparts", "tool.instant_camera", "vending.machine", "wall.external.high", "wall.external.high.ice", "wall.external.high.stone", "waterpump", "weapon.mod.8x.scope", "weapon.mod.flashlight", "weapon.mod.holosight", "weapon.mod.lasersight", "weapon.mod.muzzleboost", "weapon.mod.muzzlebrake", "weapon.mod.silencer", "weapon.mod.simplesight", "weapon.mod.small.scope", "white.berry", "wood.armor.helmet", "wood.armor.jacket", "wood.armor.pants", "woodtea", "woodtea.advanced", "workbench1", "workbench2", "workbench3" ], "Amount": { "ammo.grenadelauncher.buckshot": 10, "ammo.grenadelauncher.he": 1, "ammo.grenadelauncher.smoke": 1, "ammo.handmade.shell": 15, "ammo.nailgun.nails": 30, "ammo.pistol": 30, "ammo.pistol.fire": 10, "ammo.pistol.hv": 10, "ammo.rifle": 30, "ammo.rifle.explosive": 10, "ammo.rifle.hv": 15, "ammo.rifle.incendiary": 15, "ammo.rocket.basic": 1, "ammo.rocket.fire": 1, "ammo.rocket.hv": 1, "ammo.rocket.sam": 5, "ammo.rocket.smoke": 1, "ammo.shotgun": 10, "ammo.shotgun.fire": 10, "ammo.shotgun.slug": 10 }, "Enable random skins on items": true, "Skins (Item shortname -> SkinID -> Rarity)": { "rifle.ak": { "1359893925": "Common", "1372945520": "Uncommon", "3529283241": "Rare", "859845460": "Epic", "889710179": "Legendary" }, "metal.facemask": { "800980236": "Common", "784316334": "Uncommon", "803894027": "Rare" }, "hoodie": { "941172099": "Common", "2067569919": "Uncommon", "2563940111": "Rare", "2416648557": "Epic" }, "smg.thompson": { "3376360300": "Common", "3323463721": "Uncommon", "1689944021": "Rare" }, "coffeecan.helmet": { "806212029": "Common", "2503956851": "Uncommon", "2076260082": "Rare" } }, "Give random items when barrel is destroyed": true, "Give random items on gathering resources": true, "Give random items only on full gather": false, "Give random item when collecting resources": true } Adding Item Skins In the config file, add skins under the `"Skins (Item shortname -> SkinID -> Rarity)"` section: "Skins (Item shortname -> SkinID -> Rarity)": { "rifle.ak": { "2619083960": "Common", "1523195708": "Uncommon", "2618628025": "Rare", "2619095454": "Epic", "2614896085": "Legendary" }, "hoodie": { "2628227783": "Common", "2628227876": "Uncommon", "2628227969": "Rare", "2628228048": "Epic" } } Finding Skin IDs Method 1: Steam Workshop 1. Go to the Rust Steam Workshop 2. Find the skin you want 3. Copy the ID from the URL (e.g., `steamcommunity.com/sharedfiles/filedetails/?id=2619083960`) 4. The ID is `2619083960` Method 2: wiki websites 1. Go to a wiki website (expample : https://wiki.rustclash.com/) 2. Find the skin you want 3. Copy the ID from the description 4. The ID is `1359893925`
    $5.99
  3. Version 1.1.0

    6 downloads

    ShoelacesRetie is a plugin for Rust servers that adds a unique gameplay mechanic based on shoe-tying. It offers a new dimension to gameplay by introducing an element of movement management. Key Features: Shoelace untying system based on player running time Interactive retying mechanic Progressive difficulty with increasing lace resistance Simple user interface with progress bar Multilingual support (English, French, Russian) Configuration file for customizing settings Functionality: Players must retie their shoelaces after prolonged running Time required for retying and frequency of untying are configurable Admins can test the functionality with a simple command Installation: Download the plugin Place it in your server's oxide/plugins folder Configure options in the automatically generated file Restart the server or reload the plugin
    $9.99
2.2m

Downloads

Total number of downloads.

10.2k

Customers

Total customers served.

148.1k

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.