Jump to content

Death

Administrator
  • Posts

    2,035
  • Joined

  • Days Won

    154

Everything posted by Death

  1. @bmgjet I'm curious if you could intercept the client command to access the map, and display a custom one instead.
  2. Death

    Needs HTML Color

    Here's the method I use to accept either an RGBA or hex while still allowing an opacity to be specified. public static string Color(string hexColor, float alpha) { if (hexColor.StartsWith("#")) hexColor = hexColor.Substring(1); int red = int.Parse(hexColor.Substring(0, 2), NumberStyles.AllowHexSpecifier); int green = int.Parse(hexColor.Substring(2, 2), NumberStyles.AllowHexSpecifier); int blue = int.Parse(hexColor.Substring(4, 2), NumberStyles.AllowHexSpecifier); return $"{(double)red / 255} {(double)green / 255} {(double)blue / 255} {alpha}"; }
  3. Go here for support for this plugin https://codefling.com/plugins/coxygenui?tab=comments
  4. Death

    buy the plugins

    Hey, currently the UI is similar to another variant which is causing issues. We're still waiting for changes from the author.
  5. That's cursed
  6. Don't forget to check out https://codefling.com/buildings also.
  7. Sorted. You now have access to download these files.
  8. Death

    hotbar items duplicate

    Changed Status from Closed to Pending
  9. Changed Status from Closed to Pending
  10. We're excited to announce that voting for our first-ever custom monument compeitition has now started! We invite everyone to vote for your favorite submissions, the winner will be released here for free! Vote now: https://codefling.com/vote/
  11. Join us as we dive into our picks for our first-ever Creator Spotlight where we highlight some of our favorite creations by our content creators every few months! If you haven't already, be sure to subscribe to our channel so you don't miss out on future spotlights.
  12. Death

    dupe problem

    Thanks for the video. This will be sorted asap!
  13. Make sure it's a .zip and not a .rar
  14. Death

    Few issues

    There's a config option for #2 and #3. Could you explain the dupe bug?
  15. If you don't center that label I'll personally smack the shit out of you.
  16. Right, but what if I buy your map, and take out all your custom prefabs to use on my own maps. The only other way you'd be able to charge for the map and prefabs is to do a bundle price, which may not be appealing. I'd rather pay the $40 and use as-is instead of having to pay $100 to have the map and prefabs. Being able to buy the prefabs optionally is best imo. As long as customers know that before-hand of course.
  17. That's the authors choice. If they want to include other paid prefabs they should be able to charge for the prefabs individually. Again, we'll add more options on our end so this is properly displayed on the file's page.
  18. First off, I want to thank you for taking the time to voice your concerns. Due to the nature of digital goods, refunds are not possible without a special exception from the author. Codefling has no involvement in the refund process other than acting on behalf of the author in the event they're away, or inactive. While we do often accept refund requests, having an automated system is both dangerous, and pretty pointless given the criteria for refunds. The only automated method I could think of that would work is allow for a refund if the file hasn't been downloaded. But I've yet to see this be the case yet. As for your specific issue, it's always no permission unless specified by the author. Meaning, you cannot do anything but use as-is unless otherwise specified. I do agree though that this information should be visible before purchasing, so I'll see about adding that as an option on file upload to display on the file page if the author has locked a map and is not planning on sharing the password.
  19. Death

    buy the plugins

    Hey, we're still waiting for changes.
  20. Alright, thanks for the follow up. I'll have a look.
  21. Could you try and reply now?

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.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
169.2k
Total sales
Payments
3.7m
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.