Closed lammaHK closed 2 years ago
You have a bad plugin asynchronously modifying itemstack data while another is trying to use it.
@kennytv Is there, by any means, a way to find out which one is doing it? It's quite hard to debug it having 60+ plugins. I'm facing this issue too and I know it's not any of my 14 plugins, but I don't know about the other 49.
Theres many ways, easiest way is often just a binary search, i.e. pull out half of the plugins if it continues, pull out another, if it stops, use the half you just pulled, etc
All three reports I've seen had that tradesystem plugin, otherwise it might be worth looking for overlaps in plugins with this report. but as cat said, binary search is usually best and easiest
I'll try binary searching it. Thank you both!
How about you binary search some bitc*es
For anyone who's searching this in the near future, the issue is with Auxilor's Eco. Disabling it made it work flawlessly and players aren't being kicked anymore. You may also go on Eco's config and change: async-display.emergency.enabled to false async-display.emergency.ratelimit to false
This will fix the issue.
For anyone who's searching this in the near future, the issue is with Auxilor's Eco. Disabling it made it work flawlessly and players aren't being kicked anymore. You may also go on Eco's config and change: async-display.emergency.enabled to false async-display.emergency.ratelimit to false
This will fix the issue.
Just to confirm, this also fixed it for me.
Hey! Wdym by Auxililor eco? What's that?
It's a development library that Auxilor (a plugin developer) created and uses in his plugins. I saw on the plugin list that the OP had Eco and EcoEnchants. I was facing the same issue and had Eco and EcoEnchants too. Turns out it was Eco.
Ah I see. Okay so I have none of those plugins, and I even removed 90% of my plugins. Currently sitting on
•Token Enchant •VKautopickup •Autosell •EssentialsX •Vault •UltraPermissions
Any idea how I could fix my problem?
eco developer here, just coming in to say that's the right way to fix it: disable everything under async-display and it should fix the issues
Also worth mentioning that this shouldn't be happening in the first place - if anyone has these issues with eco and stumbles across this issue, if these problems are still happening with default eco config on latest versions, then please let me know - it's a top priority bug
Stack trace
Plugin and Datapack List
Plugins (83): ActionWords, AdvancedAchievements, AdvancedNMotd, BankCore, BetterRTP, BlockLocker, BoardGames, Cameras, Citizens, CMI, CMILib, Companions, CoreProtect, Crawling, Dantiao, DeluxeMenus, DiceFurniture, DiscordCheck, Dungeons, eco, EcoEnchants, EcoEnchantsGUI, EntityDetection, Evolutions, FairHunger, FartherViewDistance, FurnitureLib, GoldenChallenges, GraveEntitySpawn, GSit, Guilds, HeadDatabase, HiveChecker, HotSpring, IllegalStack, Iris, JoinLeave, LightAPI, LimitPillagers, LoneLibs, Lottery, LuckPerms, LuckyTreasure, MarriageMaster, MoneyCore, MoneyFromMobs, Multiverse-Core, NexEngine, NoChunkLag, NoOneFishing, NoteBlockStudioPlayer, PickaxeInfo, PickMeUp, PickUpCancel, PixelBlood, PlaceholderAPI, PlayerShopGUIPlus, PocketGames, PocketMobs, ProCosmetics, ProtectionLib, ProtocolLib, QuickShop, RealisticSeasons, Residence, Seasons, ServerBooster, Shopkeepers, SVThunderbolt, TAB, TradeSystem, TreeFeller, Vault, Vehicles, VentureChat, ViaBackwards, ViaVersion, VIPSystem, WhatIsThis, WorldBorder, WorldEdit, WorldEditCrashFix, XConomy
Actions to reproduce (if known)
No response
Paper version
Paper(400) 1.17.1-R0.1-SNAPSHOT
Other
No response