Better Questing

Better Questing

39M Downloads

Server lag

ApolloMCC opened this issue ยท 2 comments

commented

Hello!
My server tps drops randomly and seems like it happens because of better questing mod.
https://pasteboard.co/Ic6eyd0.png

Random question: where does bq store player's quests files

commented

Seems BQ isn't really responsible for this. Better Builder's Wands is firing a TON of inventory change calls when used. BQ is set to listen to changes and only update tasks in such cases, i.e. if you were to pick an item up or move something in your inventory. If a mod unnecessarily spams player inventories likes this then of course BQ is going to have a hard time trying to check every change.

EDIT: Player progress data is stored within QuestProgress.json

commented

Thank you so much for your detailed response. Cheers