Jump to content

Death

Administrator
  • Posts

    1,911
  • Joined

  • Days Won

    147

Everything posted by Death

  1. Death

    Item Skinning - Money?

    Yes, it's possible. You could technically use any item and just change its skinid, however, you wouldn't be able to change the description. Notes are often used for physical currency though.
  2. Any plugin you can use to send commands to a player would work. You'd just need to do your own markdown to get the format how you want it. var formattedString = $"<size=30>Welcome to my Server</size>\n\n<color=#000000>Blah...blah...blah</color>\mDiscord: blah": player.SendConsoleCommand($"echo {formattedString}");
  3. Death

    Photofix

    Version 1.0.3

    663 downloads

    This plugin will delete all instances of PhotoEntity that has a null imageData, resolving the rust Photo has no image! or Image entity has no image! Error spam in console. Icon by @SawyerWD
    Free
  4. Death

    Gesture Fix

    Version 1.0.0

    452 downloads

    This plugin will only allow players to use gestures if their hands are empty. This is a temp fix to address the no recoil exploit for Rust.
    Free
  5. Since the original file is unlicensed, I'm unable to send an edited version. However, I can share a snippet of code shared by MJSU sometime ago. It's not tested, so I'm unsure if this makes it any better. The real issue is how the zoom level of maps fluctuates, so accurately calculating grids is a bit touchy now of days. private string GetGridPosition(Vector3 pos) { const float gridCellSize = 146.3f; int maxGridSize = Mathf.FloorToInt(World.Size / gridCellSize) - 1; float halfWorldSize = World.Size / 2f; int xGrid = Mathf.Clamp(Mathf.FloorToInt((pos.x + halfWorldSize) / gridCellSize),0, maxGridSize); int zGrid = Mathf.Clamp(maxGridSize - Mathf.FloorToInt((pos.z + halfWorldSize) / gridCellSize),0, maxGridSize); string extraA = xGrid > 26 ? $"{(char) ('A' + (xGrid / 26 - 1))}" : string.Empty; return $"{extraA}{(char) ('A' + xGrid % 26)}{zGrid.ToString()}"; }
  6. @TenayaMasai That's a different plugin. That's for InstantSmelt which is not one of my plugins. This support section is for SmeltOnGather which I believe is the same thing?
  7. @Bumfuzzler This works with both beds and sleeping bags. I'm also certain it works with beach towels as well as they're treated as a sleeping bag. Hope this helps.
  8. Death

    Tynmadness

    @Maelep It's a base builder/planner called Fortify. It's available on Steam.
  9. @Bumfuzzler We're working on expanding our API to allow for developers to implement our services in a similar way. Won't be too much longer.
  10. Death

    Plugin not working

    Changed Status from Closed to Can't Reproduce Changed Fixed In to 1.0.1
  11. Death

    Plugin not working

    Everything seems to be fine on my end. Make sure to grant the permission or disable the permission in the config.
  12. Death

    Full Repair

    @Razor14150 Sorry, I've put this plugin off for so long I have forgotten any prior requests for it. Which commands would you like added? Feel free to suggest any feature additions also and I'll have an update for it shortly.
  13. Version 1.0.5

    2,508 downloads

    Configure the door closer placement and close delay on doors, hatches, gates and garage doors. By default, this plugin fixes the placement on hatches, gates and garage doors as well as increases their shut delay so they don't instantly close after opened.
    Free
  14. You can now see your purchases by clicking Purchases in the navigation bar or by going to https://codefling.com/clients/purchases/
  15. Does this have loot spawns out of the box?
  16. Death

    Lost Factory

    @CinnamonWaffle Do you have the RustEdit extension installed?
  17. Death

    BPUnlock

    @Method The plugin doesn't handle the removal of BPs because there's no way of knowing which BPs were given to them and which they learned themselves. This is something I could potentially implement sometime in the future.
  18. Changed Status from No Response to Work in Progress
  19. I was unable to reproduce this issue. How often does this happen and does it happen on startup or reload?
  20. We're having issues with Hotmail/Live at the moment. We're working on resolving the issue, in the meantime, try changing your email or receiving push notifications instead.
  21. @thepiercedweirdo What email provider ae you using? Also, tickets close automatically if no response is given by a timeframe set by the author. It's typically 2 days.
    The creativity and amount of detail here is astonishing. This is a must have for Halloween decoration!
  22. Do you need the extension for loot crates to spawn correctly? They seem to be respawning within seconds.
  23. Changed Status from Closed to Pending

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.2k
Total sales
Payments
3.4m
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.