Jump to content

NINJA WORKS

Creator Pro
  • Posts

    133
  • Joined

  • Last visited

Everything posted by NINJA WORKS

  1. Hello. Does this mean that this happens when the same seed is placed in all slots? In that case, I have confirmed that only the seed in slot 1 grows once per grow time. This can be fixed. I have confirmed that if you put different seeds in each slot, it works properly according to the grow time settings.
  2. Does your RUST server not allow some seed types?
  3. Has the config been reset since the update? No settings have been added in this update, so the Config will not be initialized. "EnableFishStackLimit": true, If you set this to false, you can stack fish, but the size and weight of the item will not be saved. When selling, the value will be calculated as "FishBaseValuesForDisableFishStackLimit" × "RarityMultipliers". changed to this setting require a server restart.
  4. NINJA WORKS

    Support

    Sorry. If the developer provides an API, it may be possible to link them together.
  5. NINJA WORKS

    Support

    Integration with other paid plugins is not guaranteed and requires support from the plugin developer.
  6. It will be held during the next plugin update.
  7. Thank you! If you would like, please leave a review. If you encounter any problems, please contact us. You can also send us a DM.
  8. If possible, could you install just Special Grenade and Image Library and see if it works properly? There may be a conflict with other plugins.
  9. Is this the same issue as this report? I have just fixed it and updated it.
  10. Hello! Thank you for reporting the issue. We'll fix it right away!
  11. Hello. I apologize for the inconvenience. Let us check your environment. - Do you have imagelibrary installed? - Are you using Carbon? Only Oxide is supported. - Have you installed any other grenade-related mods? Conflicts may occur, and if so, we will need to investigate. - Can you access https://i.imgur.com/ ? If you can't, you won't be able to load images. In this case, you'll need to upload images to a site that allows it and reset the data. - Operation in the staging branch is not guaranteed.
  12. Version 1.0.2

    31 downloads

    Special Grenade -Animated Edition- SpecialGrenade adds three unique smoke grenade variants to your Rust server, each with distinct visual effects and gameplay mechanics. Transform standard smoke grenades into powerful tactical tools with poison damage, healing, or tear gas effects. Each grenade type features stunning visual effects including animated screen overlays, colored sphere indicators, and immersive sound effects that enhance gameplay without compromising performance. Features Poison Grenade (Toxic) - Deals continuous damage to players and NPCs within the smoke radius - Purple-colored visual sphere indicator - Animated poison screen overlay effect - Hazmat suit protection option - Configurable damage per second for players and NPCs separately Healing Grenade - Heals players within the smoke radius over time - Green-colored visual sphere indicator - Animated healing screen overlay effect - Configurable heal amount per second - Hazmat suit protection option Tear Gas Grenade - Causes blindness and visual impairment - Red-colored visual sphere indicator - Animated tear/blink effect with eye-watering visuals - Dynamic smoke overlay animation - Hazmat suit protection option Configuration { "Toxic Grenade Settings": { "Skin ID": 3650606945, "Display Name": "Poison Grenade", "Damage Per Second": 10.0, "NPC Damage Per Second": 10.0, "Effect Duration (seconds)": 45.0, "Show Sphere": true, "Hazmat Protects From Effect": true, "Enable Sound": true }, "Healing Grenade Settings": { "Skin ID": 3650606786, "Display Name": "Healing Grenade", "Heal Amount Per Second": 1.5, "Effect Duration (seconds)": 20.0, "Show Sphere": true, "Hazmat Protects From Effect": false }, "Tear Gas Grenade Settings": { "Skin ID": 3650607092, "Display Name": "Tear Gas Grenade", "Blindness Duration (seconds)": 60.0, "Smoke Duration (seconds)": 45.0, "Show Sphere": true, "Hazmat Protects From Effect": true, "Enable Sound": true }, "Enable Image Preload On Connect": true } Command Console Command : givegrenade <SteamID> <SkinID> <amount> Give grenades to a specific player Example (Gives 10 Poison Grenades to the specified player.) givegrenade 76561198012345678 3650606945 10 Chat Command : /grenade Give all grenade types to yourself (Admin Only) Important Notes - Requires ImageLibrary plugin for visual effects - If the NpcSpawn plugin is installed, NPC smoke grenades will randomly choose between tear gas or poison. - Hazmat suit protection can be toggled per grenade type - Image preloading recommended for best performance - The smoke duration cannot be set to more than 45 seconds. - It seems that certain server services do not allow you to download imgur images. In that case, please download all imgur images manually, upload them to another image upload site, and specify the URL. (Data folder) Contact VOID / NINJA WORKS DISCORD : https://discord.gg/U8uxePjSyA MADE IN JAPAN
    $15.00
  13. NINJA WORKS

    imgur

    Thanks! I'll send you a Image.GAMEOVER_IMAGE.zip
  14. Changed Status from Pending to Fixed
  15. Changed Status from Pending to Work in Progress
  16. Thanks, I'll fix the gibs issue.
  17. The functionality for displaying custom weapon item names has been fixed. Regarding NPC custom names, custom names for scientist NPCs were displayable, but custom names for patrol helicopters and Bradleys may still be retained by code in the creator's mod. To resolve this issue, developer support (such as providing an API) is required. My plugin will be updated today.
  18. Hello. I don't have that plugin, but I have confirmed that in the current version, it doesn't count when players destroy patrol helicopters and Bradleys. Could you please confirm what message will be displayed after the fix is updated? I think it's possible to add a function to display the item.name of weapons. We'll consider it for the next update.
  19. NINJA WORKS

    Move left/right

    Hello. What kind of design are you looking for?
  20. Hello. I will add the settings in the next update.
  21. NINJA WORKS

    QR Logo

    Version 1.1

    62 downloads

    QR Logo QRLogo is a plugin that displays a custom QR code on player screens in Rust servers. Display your server's Discord invite link, website, social media accounts, and more as a QR code that players can easily scan with their smartphones. A small QR code icon is always displayed in the top-left corner of the screen. When clicked, it expands to the center of the screen with a **smooth animation**. Click anywhere on the screen to collapse it back to its original size. Features - Automatically generates QR codes from configured URLs - No external libraries or image files required - Full URL encoding support - Freely adjustable display position - Configurable sizes for normal and expanded views - All settings managed via config file Technical Specifications - QR Code Standard: QR Code Version 1-20 supported - Error Correction Level: M (Medium) - ~15% data recovery capability - Rendering Method: Pixel-by-pixel drawing using CUI panels Recommended Use Cases - Discord Server Invite Links - Server Website / Wiki - Voting Sites (Rust-Servers.net, etc.) - Donation Pages - Social Media Accounts (Twitter/X, YouTube, etc.) - Server Rules Page Configuration { "QrUrl": "https://codefling.com", "LogoAnchorX": 0.29, "LogoAnchorY": 0.98, "LogoSizePx": 80.0, "ExpandedSizePx": 500.0, "EnableAnimation": true, "QrModuleColor": "0 0 0 1", "QrBackgroundColor": "1 1 1 1" } Important Notes - If the URL is too long, it may be difficult to scan. You may need to resize it in the configuration. - We recommend using a URL shortening service. - If the URL is too long, the animation may be slow. Please set whether or not to animate depending on the length of the URL. Contact VOID / NINJA WORKS DISCORD : https://discord.gg/U8uxePjSyA MADE IN JAPAN
    Free
  22. Hello. I don't have that plugin and can't test it. I think there's a high possibility that problems will occur.
  23. Hello. In vanilla, if items with the same short name each have a different skin ID, you won't be able to select that skin in the vending machine. To sell individual skins, you'll need to use "Custom Item Vending" or something similar. https://codefling.com/plugins/custom-item-vending
  24. Hello. This plugin does not disable the server's anti-cheat, but rather simulates a double jump by placing the player on a transparent object and lifting them up. The player does not actually flying. It simulates gravity/physics (rigid body speed) to control upward movement. Also, if you set the value too high in the settings, it may be detected as a flyhack. It works against Rust's default anti-cheat, but is not invincible to advanced detection.

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.3k
Customers served
Files Sold
161.6k
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.