Jump to content

xNullPointer95

Creator
  • Posts

    211
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xNullPointer95

  1. Version 1.0.3

    20 downloads

    xRedGreenLight This plugin adds a “Red Light, Green Light” mini-game to your Rust server. Simple and easy to use, no other plugins required. Players can join rounds, try to survive without moving during RED LIGHT, and earn configurable rewards for each step they successfully take during GREEN LIGHT. Inspired by the Netflix Series "Squid Game. Supports automatic game starts on a schedule. Players can die if caught moving on RED. Rewards per step and item type are configurable. Comes with UI panels showing game state and participant roster. Starts anywhere (no exact location needed) Preview 🛠 Admin Commands Game Flow Configuration { "AutoStartEnabled": true, "AutoStartIntervalMinutes": 60.0, "RoundDurationSeconds": 60.0, "RewardItemShortName": "scrap", "RewardPerStep": 1, "ExplosionEffectOnFail": true, "UseEconomics": false, "OnlyEconomicsCashReward": false, "MinRewardCash": 10.0, "MaxRewardCash": 50.0, "CashRewardUseDecimals": false } AutoStartEnabled → Enable/disable automatic game starts. AutoStartIntervalMinutes → Interval between auto starts. (0.5 would be 30 minutes) RoundDurationSeconds → How long each round lasts. RewardItemShortName → The Rust shortname of the reward item (e.g. scrap, wood, metal.fragments). RewardPerStep → How many of the reward item per step. (Default is 1 scrap per step, only rewarded if game has been won) Economics Configs
    $12.99
  2. Hi, thanks for your feedback - So you mean to increase the gathering rate depending on its level -> Sounds interesting. I will check it and it might get added with a configuration if gather rate should increase on the level Edit: Added Gather Rate depending on its level and more in UPDATE 1.0.7
  3. That plugin you mentioned has really alot of work in it and some nice features. - Ever tried to contact the developer of it to suggest your thoughts? The question is also if people want to have a pet simulator plugin, sometimes the work is not worth because to less people would've interest in
  4. You got a nice showcase!
  5. Version 1.0.3

    12 downloads

    xItemExchanger The item exchanger plugin allows players to trade items in Rust using preconfigured exchange recipes easily. Players can view available trades, check details of specific recipes, and perform exchanges directly through chat commands. Notes Items are pulled directly from your main inventory, belt, and/or clothing slots. Output items respect stack sizes and optional skin IDs. Admins can create custom exchange recipes by editing the config file. Permission xitemexchanger.use Player Commands Config { "ChatCommand": "exchange", "Permission": "xitemexchanger.use", "UseCooldown": false, "CooldownSeconds": 5.0, "CurrencyShortname": null, "CurrencyPerCraft": 0, "Recipes": { "wood2stone": { "InputShortname": "wood", "InputAmount": 1000, "OutputShortname": "stones", "OutputAmount": 500, "SkinId": 0, "DisplayName": "1000 Wood -> 500 Stone" }, "cloth2leather": { "InputShortname": "cloth", "InputAmount": 100, "OutputShortname": "leather", "OutputAmount": 50, "SkinId": 0, "DisplayName": "100 Cloth -> 50 Leather" }, "scrap2lowgrade": { "InputShortname": "scrap", "InputAmount": 25, "OutputShortname": "lowgradefuel", "OutputAmount": 10, "SkinId": 0, "DisplayName": "25 Scrap -> 10 Low Grade" } } } ChatCommand: Command players use (Default: exchange) Permission: Permissionname (Default: xitemexchanger.use) UseCooldown: Enable/disable cooldowns between exchanges CooldownSeconds: How long players must wait if cooldown is enabled CurrencyShortname: Optional extra cost (e.g., scrap) CurrencyPerCraft: How much currency is consumed per exchange Recipes: Dictionary of all exchange recipes
    $8.99
  6. Version 1.0.3

    45 downloads

    xAutoDoors is a customizable Rust plugin that automatically closes doors after a set delay. Each player can individually enable/disable the feature and configure their own close delay time. Player preferences are saved, so settings persist after reconnects and server restarts. Features Per-player enable/disable toggle Per-player close delay (in seconds) Settings saved Configurable minimum and maximum delay Optional permission requirement Simple chat command system Default Configuration { "DefaultEnabled": true, "DefaultDelay": 3.0, "MinDelay": 0.2, "MaxDelay": 30.0, "RequirePermission": true } DefaultEnabled – whether AutoDoors is enabled for new players by default DefaultDelay – default close delay (seconds) MinDelay / MaxDelay – bounds for per-player delay RequirePermission – if true, only players with permission can use AutoDoors Permission xautodoors.use – Grants permission to use the plugin (only needed if RequirePermission = true) Chat Commands /ad — shows current status and delay /ad on — enable AutoDoors /ad off — disable AutoDoors /ad toggle — toggle AutoDoors on/off /ad time <seconds> — set close delay (clamped between min/max)
    $7.90
  7. Version 1.1.1

    161 downloads

    Say goodbye to slow deaths and frantic bandaging. xNoBleeding is a plugin that disables the bleeding mechanic for players with the proper permission. Features No More Bleeding: Instantly removes the bleeding effect for authorized players. Permission-Based Works right out of the box. Permission oxide.grant user <steamid> xnobleeding.use oxide.grant group <group> xnobleeding.use
    Free
  8. Version 1.8.0

    324 downloads

    xSkillSystem xSkillSystem adds an RPG-style leveling experience to your gameplay. Whether you're chopping wood, mining for ores, or battling wildlife, every action earns you XP and helps you level up specialized skills. XP Table was testet properly and it should be fine. There are gather rates impact which are configurable and also a passive HP regen for skill "Vitality" depending on its level which is also configurable. Comes with an external config editor! » Discord « PLUG&PLAY PLUGIN, but configs are available to adjust it to your needs Built in image caching/reading (ImageLibrary is NOT needed) => Automatic skill icons download and placement. Skills: Each player starts at Level 1 in every skill and levels up through regular gameplay. Here's what you can master: Woodcutting – Chop trees. (Configurable Gather Rates depending on Level) Mining – Dig deep and extract valuable resources like stone, metal, and sulfur. (Configurable Gather Rates depending on Level) Gathering – Pick up natural items from the environment. (Configurable Gather Rates depending on Level) Slayer – Hunt animals, kill NPCs and fight players. (Configurable player speed boost 'Blood Rush' perk depending on Level) Skinning – Skin downed animals for XP. (Configurable Gather Rates depending on Level) Building - Gain XP by building, upgrading, deploying etc. Crafting – Gain XP as you build tools, weapons, and other items. (Configurable Craft Speed depening on Level) Vitality - Gain XP by using medical syringes & bandages (Configurable passive HP regen depending on Level) Looting - Gain XP by killing barrels or looting different type of crates. Cooking - Gain XP by cooking food. Prospecting - Gain XP by using Metal Detector and have success on it (When flag appears) Custom Level Rewards Double XP Weekends Commands Plugin Preview ( *v1.2.7* ) > Clipchamp didn't allow me 60FPS export, sorry External Config Editor Config Permissions Language API
    $21.99
  9. Hi, after Codefling+ Pro expired, the usergroup "Creator" was gone in my profile and its displaying "Member" again.
  10. Thx for sharing
  11. Well, was clear that it will come one day
  12. Which Plugin?
  13. Changed Status from Pending to Closed Changed Fixed In to 1.0.0
  14. Thanks! Glad its working now
  15. Hi, the plugin should still work. Doesnt seem a problem for other users of the plugin. Try to change the permission to "xmagazinecapacity.rocketlauncher" instead of "xmc.rocketlauncher". Reload Plugin and give me feedback please. Thank you
  16. Version 1.1.0

    144 downloads

    xNoFallDamage With xNoFallDamage, players can soar from cliffs, towers, or helicopters without fear of shattered ankles or surprise respawns. Whether you're building in the sky or dropping into battle, this plugin ensures smooth landings every time - for those who deserve it. Features Fall Damage Immunity - Completely disables fall damage for players with permission. Silent Landings - Suppresses sound and visual effects on impact for a cleaner, stealthy experience. Permission-Based Permission oxide.grant user <steamid> xnofalldamage.use oxide.grant group <group> xnofalldamage.use
    Free
  17. Changed Status from Pending to Not a Bug
  18. Thanks for your feedback, will consider, that it switches to default capacity when unloading the plugin on the next update.
  19. Hello, thanks for your purchase. You have the same permissionId for every weapon, so if you grant permission "pack_bel" for default users, each user in group default (which are all players) will get access to the modified magazine capacity. To be honest, i didnt try what happens when using the same permission for several weapons, you may try it with incremental numbers like "pack_bel1, pack_bel2" etc. so each is unique to use it in the meantime. I need to test it using same permission identifier for different weapons.
  20. Hi and welcome, GL on requests Curious which plugins we'll see from you.
  21. I think this should be in the "For Hire" section.
  22. I have tried it now for some time and for the first time. > Easy Setup > Beautiful UI > TimeSaver regarding Permissions, Configurations etc. I'm happy to see it growing Well done!

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.2k
Customers served
Files Sold
160.7k
Total sales
Payments
3.5m
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.