Jump to content

Hakan

Creator
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Hakan

  1. Hakan

    Performance

    Yes as i said you get a Ladder Hatch and theres no usage of that hook.
  2. 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.
  3. Hakan

    Performance

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

    Performance

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

    Performance

    Do you have a suggestion
  6. Hakan

    Door Frames

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

    Medieval doors don't work

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

    Medieval doors don't work

    Changed Status from Pending to Fixed Changed Fixed In to 2.1.0
  9. 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.
  10. 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!
  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 2.1.0

    100 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)
    $9.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.
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.5k

Files Sold

Total number of files sold.

2.4m

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.