Jump to content

Khan

Creator
  • Posts

    1,148
  • Joined

  • Days Won

    10

Everything posted by Khan

  1. Khan

    Server get stuck in a loop

    That is occurring because the developer has not yet been made aware that new item creations don't have null parents anymore since last months updates and doing this results in items never being moved. the fix is to simply do this right before trying to move the item. if (item.parent != null) item.SetParent((ItemContainer)null); Even without stack modifier loaded you'd still have that problem with those plugins.
  2. Khan

    Team Spawner

    @Paul H. Teams only get deleted like that if the server crashes or if you are using some kind of plugin like clans that override teams. Vanilla teams don't get messed up normally.
  3. Khan

    Stack Modifier

    @Paul H. Thanks for the report. Stack Modifier doesn’t officially support or maintain compatibility with third-party plugins like Furnace Upgrades. With the amount of mods out there, it’s not realistic to guarantee compatibility with all of them. If this is the only reported conflict out of thousands of servers/mod combinations, that’s honestly a pretty good outcome. I’m continuing to add new features and fixes, and with the game itself updating multiple times a month, plugin developers also need to keep their projects maintained and compatible. I do my best to keep Stack Modifier stable and optimized, but cross-plugin compatibility ultimately requires effort on both sides.
  4. Khan

    Staging

    Changed Status from Not a Bug to Closed
  5. Khan

    Staging

    Changed Status from Pending to Not a Bug
  6. Khan

    Staging

    Are you currently using Custom Item Definitions? From the behavior you’re describing, this appears consistent with how that plugin modifies item data. It dynamically creates custom item instances, which can cause stacking logic to behave differently or produce unexpected results. If you are running Custom Item Definitions, that is very likely the source of the issue. For clarity: I do not officially support integrations with Custom Item Definitions or other plugins that fundamentally alter item definitions. Because those plugins modify core item behavior, they can conflict with stack logic in ways that are outside the intended scope of this plugin. If an issue is confirmed to originate from Custom Item Definitions (or similar plugins), I won’t be implementing compatibility patches specifically for it. If you'd like, you can temporarily disable it and test again that will confirm whether it’s the root cause.
  7. Changed Status from Pending to Fixed Changed Fixed In to 2.9.0
  8. Fixed in latest update.
  9. Khan

    Issues redeeming Kits

    Changed Status from Pending to Fixed Changed Fixed In to 1.4.11
  10. Khan

    Issues redeeming Kits

    Well is that an Auto Kit? Like do they redeem it automatically when they respawn ? Any auto kit will not be supported/granted because otherwise how am I supposed to return there previous items they had?
  11. Khan

    Failing to post image

    @RickySpanish lemme know if this is still a problem in the latest update
  12. Khan

    Error while compiling (force wipe?)

    Changed Status from Pending to Fixed Changed Fixed In to 1.2.4
  13. @GhostDev That indicates a plugin error not a server error. So no console spam cleaner does not filter out plugin specific errors, you'll need to sort out what plugin you have that is causing that. Then simply make a support ticket with the error on the affected plugin so it can get properly fixed/updated.
  14. still working on it, should have it out this weekend sometime /
  15. Khan

    Error while compiling (force wipe?)

    thank you for letting me know I will take a look an see if I can get an update out today for it /
  16. Khan

    Best settings for these?

    Lower move frequency = faster moving, Higher move frequency = slower moving. This controls the time interval of how quickly it's moves items in the conveyors. I would recommend setting the max stack size per move to whatever your highest set stack limit is. To reduce the amount of moves it has to process each time & to keep performance up. So 5-mil is fine.
  17. Khan

    Since latest update

    Changed Status from Pending to Fixed Changed Fixed In to 2.8.31
  18. Khan

    Since latest update

    hello, this was a bug with the broken item code-check caused by 3rd party plugins changes to items, this issue has been resolved in the latest update.
  19. Khan

    Staging

    Changed Status from Pending to Fixed Changed Fixed In to 2.8.31
  20. Khan

    New Items Feb 2026

    Changed Status from Pending to Fixed Changed Fixed In to 2.8.31
  21. Changed Status from Pending to Closed
  22. Khan

    Discord Error Logger

    At this time clickable-links to other sites are not supported. The plugin will report all errors to discord regardless of from where there from, some may just not provide you with a link to the website.
  23. Khan

    STacksize with CostumItems

    Changed Status from Pending to Not a Bug
  24. Khan

    STacksize with CostumItems

    Okie, so lemme explain a few things. 1. You cannot add or remove items from the config, the config is auto-generated and auto-handled by the plugin. 2. I don't support custom items from plugins that rely on this mod because it simply isn't possible without rewriting my whole plugin to support it. + Doing so would make it hard to continue to maintain. 3. The problem you are having isn't with custom items, it's with custom Item Definitions. 4. You will not find any stack plugin that supports mods made with this plugin.
  25. Khan

    Failing to post image

    If you could post the config file and the map that you are using ( like seed & map size ). Or like send it to me on discord if you don't want it public here.

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
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
171.6k
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.