Refactored protections fully to avoid any nullpointers if a soft-depend wasn't loaded.
Also added back the old fake block break if no supported protection plugins are present.
Should allow for rudimentary build perm checks for basic servers, or those with obscure land protection plugins.
Added a config option so you can set a custom chat prefix for the plugin.
I forgot to convert & symbols for the noBuild message, the plugin now does this so should display correctly in chat.
Added a call to BlockBreakEvent to check if a player can build at the location they are trying to rotate the block,
If something blocks the BlockBreakEvent then the block wont be rotated by FineLog either.
This should work with 99% of all normal land protection plugins