thexaero / open-parties-and-claims

Minecraft mod that adds chunk claims and player parties
https://www.curseforge.com/minecraft/mc-mods/open-parties-and-claims
Other
34 stars 15 forks source link

[1.18.2] Lecterns Not Working w/ Use (Books) Config Setting #439

Closed VoidTV closed 3 months ago

VoidTV commented 3 months ago

I've been poking around in our server's config files, and even in the mod itself, but I cannot figure out for the life of me why this is happening.

It's as simple as the title of the issue: despite minecraft:lectern being listed in the itemUseProtectionOptionalExceptionGroups Books section, we are unable to get the Use (Books) setting to allow players outside of allies or the owner of a claim to read lecterns with books on them. I have tried every setting that seemed like it could even slightly refer to the use of Lecterns, setting them to Every, but nothing short of unclaiming the chunk or turning off ALL protections seems to allow people to read a lectern.

thexaero commented 3 months ago

Interacting with lecterns is not an item use, it's a block use.

VoidTV commented 3 months ago

I see. I failed to make that connection. Thank you, thexaero.