Vasiliy
                                            Vasiliy
                                        
                                    I believe these lines are the actual cause of the problem. https://github.com/PaperMC/Paper/blob/41647af74caed955c1fd5b38d458ee59298ae5d4/patches/server/0411-Add-villager-reputation-API.patch#L54-L58 So when you're trying to set new reputation using [#setReputation(UUID, Reputations)](https://jd.papermc.io/paper/1.19/org/bukkit/entity/Villager.html#setReputation(java.util.UUID,com.destroystokyo.paper.entity.villager.Reputation)) method it will execute the code above...
@I7OMIDOR F3+B
> I do want to be Fabulously Optimized to be as private and as performant as it can. Therefore it would be wise to audit its network requests with something...
> Ehh, I don't think option changes are the real differentiator at this point. Sure, it may show a difference between enabling and disabling a feature, but overall having mods...
> I think the misunderstanding here is that setting a log level is not "Filtering". Yes, I guess I didn't put it the right way :smile:
Just rebased on top the upstream, that fixed the conflicts
> workaround: add JAVA_HOME=/home/jitpack/tools/jdk17 ``` 26. The JAVA_HOME environment variable is not defined correctly 27. This environment variable is needed to run this program 28. NB: JAVA_HOME should point to...
I haven't tried the second yet, but I believe it also won't work, because the maven issue will still remain :)
This makes sense, thanks :) I'll try it and tell if it works for me :)