Jump to content

Khan

Creator
  • Posts

    1,131
  • Joined

  • Days Won

    10

Everything posted by Khan

  1. Khan

    Force wipe

    Turns out that was DLC items.
  2. Khan

    Force wipe

    stacks don't revert back to vanilla unless something happened to the config file, please send the current config file you have and the server log from when it wiped the config file.
  3. If you happen to use a plugin on umod called Corpse Location please make sure you remove it as it is bricking player save data and causing server crashes. Regarding recyclers, they are working just fine for me, are you by chance using a mod for them? Additionally if you use a plugin on umod called Backpacks by whitethunder please make sure you are on the latest update since that also causes bugs with stacking if you are not on version 3.17.2
  4. Khan

    Death Modifier

    @FreezerGaming This plugin does not have that functionality built into it, the best you could do is edit these settings here "Currency Settings": { "Sets default currency, 0 = disabled, 1 = Economics, 2 = ServerRewards": 0, "Sets price": 15.0, "Sets Increment penalty to apply only when they purchase a revive instead of adding for each death.": false, "Sets Increment penalty for quick repeated use, 0 = disabled": 5.0, "Resets Cost Increment after x seconds, 0 = disabled": 1800 }, You could set the base price from 15 to 0. This would make it so that the first use is free. You could then set the increment penalty to true & set the penalty price. Then simply set the reset cost timer. That's about as close as you can get to doing what you want. At the moment, I would have todo a feature update to better support what your wanting todo with it. So basically at the moment, no it cannot do what you are asking.
  5. Changed Status from Pending to Closed
  6. This issue is from a umod plugin called Corpse Location on umod. https://umod.org/plugins/corpse-location You need to update to latest 2.4.0 and wipe your server.
  7. Khan

    Server get stuck in a loop

    Changed Status from Pending to Not a Bug
  8. 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.
  9. 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.
  10. 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.
  11. Khan

    Staging

    Changed Status from Not a Bug to Closed
  12. Khan

    Staging

    Changed Status from Pending to Not a Bug
  13. 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.
  14. Changed Status from Pending to Fixed Changed Fixed In to 2.9.0
  15. Fixed in latest update.
  16. Khan

    Issues redeeming Kits

    Changed Status from Pending to Fixed Changed Fixed In to 1.4.11
  17. 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?
  18. Khan

    Failing to post image

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

    Error while compiling (force wipe?)

    Changed Status from Pending to Fixed Changed Fixed In to 1.2.4
  20. @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.
  21. still working on it, should have it out this weekend sometime /
  22. 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 /
  23. 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.
  24. Khan

    Since latest update

    Changed Status from Pending to Fixed Changed Fixed In to 2.8.31

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.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
163.6k
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.