Jump to content

Death

Administrator
  • Posts

    1,767
  • Joined

  • Days Won

    144

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

    608 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

    418 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. @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.
  7. Death

    Tynmadness

    @Maelep It's a base builder/planner called Fortify. It's available on Steam.
  8. @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.
  9. 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.
  10. Version 1.0.3

    2,196 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
  11. You can now see your purchases by clicking Purchases in the navigation bar or by going to https://codefling.com/clients/purchases/
  12. Does this have loot spawns out of the box?
  13. Death

    Lost Factory

    @CinnamonWaffle Do you have the RustEdit extension installed?
  14. 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.
  15. 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.
  16. @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!
  17. Do you need the extension for loot crates to spawn correctly? They seem to be respawning within seconds.
  18. Wow, is that even Rust???
  19. @padington_bear I can relate. I still know nothing of electrical and modular vehicles lol
  20. Please see the Important section in the details. I plan to improve and expand the functionality of the plugin very soon, but lack the free time at this second so it does exactly as requested.
  21. Death

    Full Repair

    Version 1.0.2

    2,265 downloads

    A simple plugin that disables max condition loss, the red bar items receive when repaired. Optional permission included to give this feature to specific users or groups instead. Important The plugin will not change existing items, so if you install the plugin while your server is running, old items will be unaffected. Rebooting your server after installation will apply the changes to existing items. Permissions fullrepair.use - Grants user the ability to fully repair items without durability penalty. (The red bar) Config UsePermission - If disabled, all players can fully repair items without durability penalty. Icon by @SawyerWD
    Free
  22. @Krungh Crow Sure, I've got a few features I'm going to add. The first version coming shortly will just have what was requested as I'm quite busy at the moment. Expect this to be added in a couple of days.
  23. I'll have something shortly.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.3k

Files Sold

Total number of files sold.

3.3m

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.