A few small changes that you can see:
- The
sds.globalNoBrains and
sds.globalGiveBrains permissions have been renamed to
sds.noBrains and
sds.giveBrains. This was mostly to make my code cleaner.
- The
global-tags config has been removed. There was no good reason for it, the aforementioned
sds.noBrains and
sds.giveBrains permissions can control if all mobs can be tagged.
- The
villager-tags and
piglin-tags configs have been renamed to
noai-villagers-trade and
noai-piglins-barter to better explain what they do: enable the tasks that control no-AI trading/bartering. Whether or not those mobs can be tagged is just controlled by permissions.
- Config option
allow-non-nether has been added to the Piglin section to determine if Piglins can be tagged outside of the nether--preventing them from zombifying. Players with
sds.noBrains can still do this even if disabled; it's a global permission after all.
- Config option
allow-non-nether-barter has been added to the Piglin section to determine if No-AI Piglins outside of the nether can still barter.
Also my code is much cleaner now. Not that it affects you or provides any major benefits, it's just nicer for me to look at and work on.
Delete your old config. One of these days I'll actually start handling updates gracefully, but today is not that day.