RemoteKeycard 3.0
General Changes:
- Bumped version to 3.0 as this is a spiritual successor to the old RemoteKeycard plugin.
- Renamed
DisableEvents
toEnableEvents
and changed it's default value totrue
. ShowExceptions
config setting has been added, allows you to disable exceptions from being shown. (Please enable this before reporting any issues)- Keycards in your inventory should now work when used on checkpoints.
Technical changes:
- Fixed
HasKeycardPermission
extension not working correctly on instances ofInteractables.Interobjects.DoorUtils.KeycardPermissions
with multiple flags attached. EventsHandler
now requires an instance ofConfig
to be passed on it's constructor.