Change Log 1.1.22
This update adds some new flags designed to allow more granular flags on their fields.
- PREVENT_DOOR_ACCESS_BY_NONALLOWED
- PREVENT_GATE_ACCESS_BY_NONALLOWED
- PREVENT_TRAPDOOR_ACCESS_BY_NONALLOWED
- PREVENT_BUTTON_ACCESS_BY_NONALLOWED
- PREVENT_PRESSURE_PLATE_ACCESS_BY_NONALLOWED
- PREVENT_INTERACT_LEVER_BY_NONALLOWED
The pressure plate event fires continually while a player stands on it - the code is set so the particle effect and message to the user will only be displayed about every 5 seconds while they stand on a pressure plate in a field with the flag. It will continue to block access to them during that time however.
This update also corrects an issue with creating new fields which might allow overlapping of fields.