Massive tps lag caused by Apoli?
Poke5555 opened this issue · 5 comments
It seems Apoli is causing alot of tps issue on our server.
dont think a specific origin is causing because it still happens when everyone is set to human.
Minecraft 1.20.1
Forge 47.3.0
Origins 1.20.1-1.10.0.9
here is a spark report showing it https://spark.lucko.me/TLEsHF6k1j
We do have several addons and im trying to get the server owner to remove them to figure out if its a specific one causing it but hes hesitant....
This one is caused by a specific addon or datapack - Something is irresponsibly executing mutliple entity actions in an action_over_time
power.
It's possible for this to happen even if everyone is set to human, as it could be a global power.
This one is caused by a specific addon or datapack - Something is irresponsibly executing mutliple entity actions in an
action_over_time
power.It's possible for this to happen even if everyone is set to human, as it could be a global power.
I seem to be having the same issue, what is a global power exactly and where would I search for it in my datapack?
Ive removed all addons mods(we do not have any datapacks) and the issue still occurs.
where would I search for it in my datapack?
Datapacks are in the world folder, you likely dont have any unless you added them yourself
Ive removed all addons mods(we do not have any datapacks) and the issue still occurs.
Can you send the latest Spark Profile after doing this, then? The one you shared clearly shows 60% of the server thread being used by an action_over_time
power executing multiple actions, with the majority of lag caused by a command
condition due to target selectors.
Origins doesn’t have anything that does this built in.