Jump to content

WuyZar

Creator
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by WuyZar

  1. Thank you for the message. I'm currently on vacation. I'll update it when I get back. Have a good day!
  2. ╔═════════════════════╗ WUYZAR — WEBSITE LAUNCH ╚═════════════════════╝ I'm officially launching my personal website — a central hub for all my Rust plugin work, free tools, and upcoming releases. ━━━ AVAILABLE TOOLS ━━━ ▸ CUI Builder A visual editor for building Rust CUIs in your browser. Drag, position, style, and export production-ready C# code that drops straight into your plugin. *Access available on request through my Discord. ▸ Color Selector A simple utility to pick any color and get both the HEX value and the Rust CUI format (0–1 RGBA) — copy-paste ready. ━━━ COMING SOON ━━━ If you have ideas for utilities that would make Rust plugin development easier, I want to hear them. Drop your suggestions in my Discord and if it makes sense and helps the community, I'll build it !! ━━━ LINKS ━━━
  3. Changed Status from Pending to Fixed
  4. The update has just been released, everything should be working now! Thank you for your feedback and for letting me know about these problems. I hope you like this new plugin. Have a good rest of your day !
  5. WuyZar

    PLAYER PERKS

    It starts after 10 seconds; this timer can be modified directly in the config file -> "HealDelay": 10.0, { "RedColor": "0.8 0.2 0.15 1", "BlackColor": "0.1 0.1 0.1 1", "WhiteColor": "1 1 1 1", "FooterText": "Buy the perks on the online shop! | discord.gg/NVwRcQwGwh", "HealAmount": 5.0, "HealInterval": 3.0, "HealDelay": 10.0, "DamageReduction": 0.3, "MetaAmount": 5.0, "MetaInterval": 10.0, "AmmoRefundChance": 0.5 }
  6. Version 1.0.0

    15 downloads

    This plugin automatically creates a protected zone around a base when a player starts a raid. Raiders are protected from intruders within the zone, intruders take damage if they try to engage the raiders ! Settings : - Zone radius - Zone duration - Dammages - Build Permissions : - oxide.grant user <steamID/user> counterprotection.bypass WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :
    $4.50
  7. Version 1.0.0

    8 downloads

    This plugin allows authorized players to manually activate a protective dome around their base via /bp. Any unauthorized intruder on the Tool Cupboard will take damage while remaining within the zone ! Settings : - Zone radius - Dammages Chat Commands : - /bp (on/off) Permissions : - oxide.grant user <steamID/user> <perm> baseprotection.use baseprotection.bypass WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :
    $4.50
  8. WuyZar

    PLAYER PERKS

    Version 1.0.3

    29 downloads

    Description : - This plugin allows you to assign personalized advantages to players via a permissions system, each of which can be individually enabled or disabled from a CUI menu. Regeneration : Automatically restores a small amount of health every few seconds when out of combat. Strength : Instantly kills any NPC with a single hit. Resistance : Reduces all incoming damage from players by a configurable percentage. Fire Resistance : Grants complete immunity to fire. Fall Resistance : Grants complete immunity to fall damage. Cold Resistance : Grants complete immunity to cold damage. Breathing : Grants complete immunity to drowning damage. Ammo Refund : Gives a chance to refund one ammo round each time the player fires. Durability : Prevents all item condition loss, making gear last forever. Metabolism : Passively restores food and water over time. Settings : - HUD colors - Footer Text - Regeneration - Resistance - Metabolism - Ammo Refund Chat Commands : - /perks - /perk Permissions : - oxide.grant user <steamID/user> <perm> playerperks.regeneration playerperks.strength playerperks.resistance playerperks.fireresistance playerperks.fallresistance playerperks.coldresistance playerperks.breathing playerperks.ammorefund playerperks.durability playerperks.metabolism WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :
    $7.50
  9. Version 1.0.0

    48 downloads

    This plugin allows you to view the Tool Cupboards of the entire server on the map, and to see the list of players authorized, if you have permission. Settings : - Radius F1 Commands : - cm.reload (to reload markers) Permissions : - oxide.grant user <steamID/user> cupboardmarker.use WuyZar's Discord : https://discord.gg/NVwRcQwGwh
    Free
  10. Hello @xNullPointer95, the CUI builder is finished and operational; here's a short demo video. If you'd like access, send me a message on Discord
  11. WuyZar

    Logo changed after Feb wipe

    Changed Status from Pending to Not a Bug
  12. WuyZar

    Logo changed after Feb wipe

    Hello, There appears to be a problem with the ImageLibrary plugin, which is not loading correctly, or with your image hosting, which is not set to undefined. Please check that the image link is still working
  13. WuyZar

    ADMIN RADAR

    Hello, F1 Commands : - radar <all/player/tc/patrol/bradley> (on/off) Chat Commands : - /radar <all/player/tc/patrol/bradley> (on/off) or click left on the cui "RADAR SWITCH"
  14. WuyZar

    ADMIN RADAR

    Version 1.0.1

    45 downloads

    AdminRadar.cs Description : - This plugin provides a real-time radar system allowing instant tracking of Players, Cupboards, Patrol helicopters and Bradleys, with customizable display options. Display for the player : Player name - Health - Distance - Team Display for the cupboard : TC tag - Distance - List of authorized players Display for the patrol : Patrol tag - Health - Distance Display for the bradley : Bradley tag - Health - Distance Settings : - HUD colors (for the radar switch button) - Radar distance - Radar refresh - Player name color - Cupboard tag color - Patrol tag color - Bradley tag color - Distance color - Health >50hp color (for player/patrol/bradley) - Health <50hp color (for player/patrol/bradley) F1 Commands : - radar <all/player/tc/patrol/bradley> (on/off) Chat Commands : - /radar <all/player/tc/patrol/bradley> (on/off) Permissions : - oxide.grant user <steamID/user> adminradar.use WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :
    $7.50
  15. Version 1.0.0

    22 downloads

    WelcomeMessage.cs Description : - This plugin allows you to display a welcome message on players' screens when they arrive on the server. They can also click a button to execute a command, such as opening a menu. Settings : - HUD colors - Display time (20s) - Welcome text (Welcome <player> !) - Button text (INFO) -Button command (say.chat /info) F1 Commands : - wm.test (to test the UI. Only admin) Permissions : - oxide.grant user <steamID/user> welcomemessage.use WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :
    $4.50
  16. Hello everyone! I've been working for a while on a tool that makes it easy to create user interfaces. It then generates code that's directly compatible with Oxide and Carbon. I'm currently working on optimizing the code so you can simply integrate it into your server to test the display directly (you'll only be able to test the display; the rest depends on you creating your own plugin ). So here's my tool. I'll publish a presentation video on YouTube once it's finished. In the meantime, if you have any suggestions for improvement, I'm all ears ! It's a simple and intuitive tool; I don't want it to be as complex as a full-fledged software program! Have a great day ! The goal is to create a tool that is simpler to use and less comprehensive than FIGMA. I don't intend to make something as advanced !
  17. WuyZar

    Picture wont paste

    Changed Status from Pending to Not a Bug
  18. WuyZar

    Picture wont paste

    Hello, You have Image library on your server ?
  19. WuyZar

    SERVER LOGO

    Version 1.2.0

    435 downloads

    ServerLogo.cs Description : - This plugin allows you to display the server logo and name on the screens of all connected players. If the player clicks on the logo, they can execute a configurable command ! Settings : - HUD colors - Server logo - Server name - Click command Permissions : - oxide.grant user <steamID/user> serverlogo.use WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :
    Free
  20. I think I like the idea of eating a good meal around a nice fireplace and a beautiful Christmas tree !
  21. Speak English and things will go a little better, but this isn't the place for that, send a message to support or join the Discord server to open a ticket!
  22. You need to discuss this directly with an administrator, not in the general forum
  23. WuyZar

    SERVER PERIODS

    Yes, it's possible, you can add as many different periods as you like, each with a different duration! If you have any further questions, please don't hesitate to contact me
  24. My discord : wuyzar
  25. Hello, i'm a Rust plugin developer, specializing in clean code and user interfaces. 📢 What i offer : - Professional plugins : concise and lightweight code - Custom development : solutions tailored to your server - Custom user interface : for optimal display - Database SQl : for websites or other - Custom prefabs : for beautiful builds - Fast support : available on Discord My discord : https://discord.gg/NVwRcQwGwh 📁 Portfolio : - Look in the images category

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
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
171.1k
Total sales
Payments
3.7m
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.