Jump to content

The_Kiiiing

Creator
  • Posts

    2,593
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by The_Kiiiing

  1. The_Kiiiing

    Suggestion

    Is it possible that you are in a group that has this permission?
  2. Did you modify the plugin? The error you sent me does not exist in the code. Please re-download the plugin and tell me if the error persists
  3. The_Kiiiing

    Suggestion

    did you enable the permission in the config file?
  4. The_Kiiiing

    Suggestion

    You can get rid of the button by enabling the crafting permission in the config file. Then just make sure your players don't have the permission
  5. This is really weird. I've gotten similar reports from users on carbon, but I was unable to find the exact cause. I'm gonna have a look if I can find a workaround.
  6. I'm gonna fix it with the next update
  7. This looks like a framework problem to me, the code is correct. Please report it to the carbon team
  8. Thanks for reporting. Are you on carbon or oxide?
  9. This usually happens when there is a plugin error during server boot. Please check your logs for errors.
  10. I'm gonna have a look at it. Apologies for the delay.
  11. Jungle animals are already supported, there is just no default config for them
  12. You are using a very old version. The plugin has been renamed to VehicleSpeed about a year ago.
  13. Changed Status from Pending to Not a Bug
  14. The_Kiiiing

    Stack Sizes

    Changed Status from Pending to Closed
  15. Changed Status from Pending to Closed
  16. The_Kiiiing

    Boxes don't disappear

    Changed Status from Pending to Can't Reproduce
  17. The_Kiiiing

    Boxes don't disappear

    I just confirmed that this problem has nothing to do with the Loottable plugin. It must be caused by another plugin on your server.
  18. The_Kiiiing

    Error

    Changed Status from Pending to Fixed Changed Fixed In to 1.2.4
  19. Hi, such a feature is a ton of work to implement and I don't have much time at the moment - I added it to my to do list, but don't expect it in the near future. What I am currently working on is a way to let AI edit loot configs, which is also perfect for bulk edits.
  20. The_Kiiiing

    Error

    This a namespace conflict with the Space plugin and I'm gonna fix it with the next update. This is a fairly simple fix and you can also do it yourself if you don't want to wait for the update: Just replace "Space" in line 756 with "UnityEngine.Space"
  21. The_Kiiiing

    Boxes don't disappear

    Hi, I understand the frustration, but I want to clarify that I work on this plugin alongside a full-time job, so I’m not able to provide instant support or 24/7 responses. That said, I’m glad to hear you were able to resolve the issue on your own.
  22. The_Kiiiing

    Stack Sizes

    Hey — I think the AI explanation you were given is missing a key part of how this plugin actually works. Yes, SetEnabled(false) only flips the in-memory flag — that part is correct. But the conclusion that stack sizes aren’t reverted is wrong. In this plugin, RevertStackSize() is called from Save(), and Save() is triggered whenever the UI is closed. So the real flow is: Disable in UI Close UI Save() runs RevertStackSize() executes Stack sizes go back to vanilla Because of that, the stack values are not left modified after disabling — they’re reverted as part of the normal lifecycle. The scenario described (values staying overridden indefinitely) doesn’t line up with how the code actually executes. If you’re seeing stacks not reverting, it’s almost certainly something else — leftover data in /oxide/data, another plugin touching item definitions, or the UI not completing its save cycle — not RevertStackSize() being skipped. I’d recommend testing from a clean state before assuming the core logic is broken. If you can reproduce it step-by-step on a fresh setup, I’m happy to take a look — but right now this looks like a misdiagnosis, not a bug.
  23. Changed Status from Pending to Fixed Changed Fixed In to 1.2.23
  24. The_Kiiiing

    Console error reported.

    Changed Status from Pending to Fixed Changed Fixed In to 1.2.23

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.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.2k
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.