Jump to content

Hakan

Creator
  • Posts

    54
  • Joined

  • Last visited

Everything posted by Hakan

  1. Hakan

    Performance

    Well, theres a other way which you get a skinned ladder hatch and when you place it, it becomes a garage door. Its on Lone Design and its called Garage Door 2 i believe.
  2. Hakan

    Performance

    Changed Status from Pending to Not a Bug Changed Fixed In to 2.1.0
  3. Hakan

    Performance

    Theres no other way for now and theres already raycast and frame cooldowns for the optimization in the code.
  4. Hakan

    Performance

    Do you have a suggestion
  5. Hakan

    Door Frames

    Haha sorry, forgot to change it. Now it should display 2.1.0, thanks.
  6. Hakan

    Medieval doors don't work

    If you are talking about this door, then its fixed.
  7. Hakan

    Medieval doors don't work

    Changed Status from Pending to Fixed Changed Fixed In to 2.1.0
  8. Hakan

    Door Frames

    You can rotate the doors 90 degrees with hammer hit + scrollwheel. I'll try adding fences. "over items that go in door frames to the floor frames and vise versa?" can you explain this part more ? Thanks for your suggestions.
  9. Hakan

    Door Frames

    A new update has been released! Please update your plugin. Thank you guys for your ideas! Please check Updates TAB to see the changes that has been made. Reviews are appreciated!
  10. Hakan

    Door Frames

    Hi, whats the issue ? Add me on discord "rustclash".
  11. Hakan

    Door Frames

    Hi update has been released to make the doors open downwards with /df.rotate and with the permission doorframes.rotate, however the helicopter doors thing may be another plugins idea and i am not thinking of adding something like this in this plugin. Thank you for your suggestions !
  12. Hakan

    Door Frames

    Hey, I'll try to add that option to make the doors open downwards, probably tomorrow.
  13. Hakan

    Door Frames

    This could be another plugin idea. Thanks for the suggestion.
  14. Hakan

    Door Frames

    Version 3.4.1

    480 downloads

    Are you tired of the strict limitations on floor frames, where only ladder hatches are allowed? DoorFrames is here to change that! This plugin introduces the ability to place Wooden Double Doors, Metal Double Doors, Armored Double Doors, and Garage Doors on floor frames, giving players more creative freedom and practical utility in their base designs. What Does DoorFrames Do? By default, Rust restricts floor frames to only accept ladder hatches, limiting design possibilities. DoorFrames overrides this behavior, allowing players to place multiple door types on floor frames, seamlessly integrating them into existing structures. Key Features Support for All Double Door Types Players can place the following doors on floor frames: Wooden Double Doors Metal Double Doors Armored Double Doors Garage Doors Permission-Based Access Control which players can place specific door types using permission system: doorframes.all: Allows placement of all supported door types. doorframes.wood: Allows placement of Wooden Double Doors. doorframes.metal: Allows placement of Metal Double Doors. doorframes.armored: Allows placement of Armored Double Doors. doorframes.garage: Allows placement of Garage Doors. Cooldown System for Performance To ensure smooth server performance, the plugin includes a 0.5-second cooldown for each frame. Additionally, a 100-frame limit is enforced to prevent excessive memory usage. The oldest cooldowns are purged as needed, ensuring stability during heavy server activity. (Those can be changed in the code for optimization.) Custom Hook Integration The FFDoorPlaced hook is triggered every time a door is successfully placed, enabling advanced customization for server developers. How It Works For Developers Customization via Hook: The FFDoorPlaced hook allows you to add functionality such as logging, rewards, or additional restrictions. It provides the following parameters: BasePlayer player: The player placing the door. Door door: The door entity being placed. string doorType: The type of door being placed (e.g., door.double.hinged.metal). For Players Select a Door: Equip one of the supported doors in your hotbar. Aim at a Floor Frame: Point at a valid floor frame within a 5-meter range. Place with a Click: If permissions are granted, the door will automatically align to the frame. Players who lack the required permission will receive a message in chat, preventing placement. Important Considerations Performance First: The cooldown system and frame limit ensure no unnecessary server lag or memory usage. Backup Recommended: Always back up your server before installing new plugins or making major changes. For Developers: using Oxide.Core; using UnityEngine; namespace Oxide.Plugins { [Info("FFDoorLogger", "Hakan", "1.0.0")] public class FFDoorLogger : RustPlugin { void FFDoorPlaced(BasePlayer player, Door door, string doorType) { Puts($"{player.displayName} placed a {doorType} on a floor frame."); } } } Functionality The FFDoorPlaced method is a hook that gets called whenever a door is placed using the DoorFrames plugin. When triggered, it: Takes three parameters: player: The BasePlayer who placed the door door: The Door entity that was placed doorType: The type of door placed (e.g., wooden, metal)
    $19.99
  15. Hakan

    Loot Spawner Plus

    I sent you a DM on Discord.
  16. Hakan

    help with plugin

    Changed Fixed In to 1.1.4
  17. Hakan

    help with plugin

    Added Carbon compatibility on version 1.1.4.
  18. Hakan

    help with plugin

    Changed Status from Pending to Closed
  19. Hakan

    help with plugin

    Not compatible with Carbon.
  20. Hakan

    Loot Spawner Plus

    Hi, if you don't change your map and delete the plugins config file, items are still going to spawn after wipe however if you change your map you need to change the coordinates in config. If you have more questions you can send me a friend request on discord "rustclash".
  21. If you still need something like that you can check my page.
  22. Version 2.1.0

    24 downloads

    LootSpawnerPlus is an advanced, performance-optimized Rust plugin designed to make loot spawning more dynamic and customizable. With this plugin, server admins can easily create and manage loot spawn points directly through a clean and intuitive user interface (UI). Whether you need random quantities, random intervals, or a combination of both, LootSpawnerPlus gives you full control with zero memory leaks and excellent performance. Key Features • Full UI Management: Manage all loot spawn configurations directly from the in-game UI. No need for complex commands or editing files manually! • Random Quantity & Interval: Choose whether your loot spawns at random quantities, random intervals, or both. Customize the behavior to suit your server's needs. • Easy Configuration: Spawn loot at specific locations and set timers and quantities, all with just a few clicks. • Performance Optimized: LootSpawnerPlus is designed with efficiency in mind, ensuring your server stays lag-free even with numerous spawn points. • Memory Leak-Free: Enjoy a smooth, stable experience with zero memory leaks. • Simple Command: Use the command /lootspawnerplus to access to the UI and manage all spawn settings. How It Works Once installed, admins can configure loot spawns using a highly intuitive UI system. Adjust settings like: • Spawn Name • Item Name • Position (X, Y, Z) • Quantity: Set a fixed amount or enable random quantities for a more dynamic loot experience. • Interval: Set a fixed spawn interval or enable random intervals for unpredictability. Why LootSpawnerPlus? • Flexibility: Control over both random intervals and quantities means you can fine-tune loot spawning to create the perfect gameplay experience. • Performance: The plugin is crafted with high performance in mind, ensuring that even with many loot spawns, server performance is never compromised. • No Memory Leaks: Say goodbye to memory leaks! LootSpawnerPlus ensures your server runs smoothly over time. Command /lootspawnerplus - Open the loot spawn UI and manage spawn points. Make loot management on your Rust server easier, more dynamic, and more efficient with LootSpawnerPlus! Example Config: { "Spawn1": { "Interval": 30.0, "IsEnabled": true, "IsRandomInterval": true, "IsRandomQuantity": false, "ItemName": "ammo.rifle", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Quantity": 16, "RandomIntervalMax": 60.0, "RandomIntervalMin": 30.0, "RandomQuantityMax": 60, "RandomQuantityMin": 10, "SpawnName": "Spawn1" } }
    $14.99

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.3k
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.