Added option to disable placing blocks and breaking blocks, Added flint and steel and lava bucket to default disabled items.
If you are updating from an older version make sure to add the following to your config or just delete it and remake it:
Code (Text):
# Whether the player in SafeFly mode can break blocks
DisableBlockBreaking: false
# Whether the player in SafeFly mode can place blocks
DisableBlockPlacing: false
# Sent to a player when they are in SafeFly mode and try to break a block
CantBreakBlockMessage: '&cYou can not break blocks whilst in SafeFly Mode.'
# Sent to a player when they are in SafeFly mode and try to place a block
CantPlaceBlockMessage: '&cYou can not place blocks whilst in SafeFly Mode.'