Updates:
Created Bypass logging (phased implementation)
This will help server owners keep track of any bypass misuse by those with access.
Any actions performed in bypass mode will be logged to the console like below. This is a phased implementation, not all actions will be recorded this way immediately.
Added Flower pots and all potted flowers to PREVENT_INTERACT - Non-allowed players can no longer place flowers or remove flowers from pots where PREVENT_INTERACT is active.
Also beginning splitting PREVENT_INTERACT into its component parts to allow more granular flags.
Added new flags:
PREVENT_INTERACT_ANVIL_BY_NONALLOWED - Prevents anvil (Anvil, Chipped Anvil & Damaged Anvil) access by non-allowed players
PREVENT_INTERACT_BED_BY_NONALLOWED - Prevents bed (all colors) access by non-allowed players
PREVENT_INTERACT_BREWING_STAND_BY_NONALLOWED - Prevents brewing stand access by non-allowed players
PREVENT_INTERACT_CHEST_BY_NONALLOWED - Prevents chest (Chest, Minecart Chest & Trapped Chest) access by non-allowed players
PREVENT_INTERACT_DISPENSER_BY_NONALLOWED - Prevents dispenser access by non-allowed players
PREVENT_INTERACT_DROPPER_BY_NONALLOWED - Prevents dropper access by non-allowed players
PREVENT_INTERACT_ENCHANTING_TABLE_BY_NONALLOWED - Prevents enchanting table access by non-allowed players
PREVENT_INTERACT_ENDERCHEST_BY_NONALLOWED - Prevents enderchest access by non-allowed players
PREVENT_INTERACT_FURNACE_BY_NONALLOWED - Prevents furnace (Furnace & Furnace minecart) access by non-allowed players
PREVENT_INTERACT_HOPPER_BY_NONALLOWED - Prevents hopper (Hopper & Hopper minecart) access by non-allowed players
PREVENT_INTERACT_SHULKERBOX_BY_NONALLOWED - Prevents shulker box (all colors) access by non-allowed players
These new flags also include a particle effect and sound when access is denied