If I use the Minecraft plugin LWC to load a box or something similar. Lock and then open I get the message that the box has been locked by me, but since the message is a bit annoying because it appears every time the box is opened, I wanted to ask if there's a way to deactivate this message
A look at core.yml and a bit of English would have given you the solution.
In about line 6 and 7 it says:
showNotices: false
showMyNotices: false
probably still true.
Change and problem solved.
For it to work, the server has to be restarted, the plugin does not have a reload.
Many Thanks