Add DisallowedEntryEvent to API.
PovilasLT opened this issue ยท 1 comments
The Problem
We have Prison type server, in which players can rent cells (when cell ir rented players are added to region owners/members). On rented cell players can set Entry Deny flag to prevent other players from entering cell. Problem is that we can't add permission to server guards for entering these regions without also being able to open chests, use stuff and etc.
A Solution
Solution would be adding something like DisallowedPVPEvent to api - DisallowedEntryEvent. This event should be also cancellable like PVP event, so we could let certain players in these regions.
Alternatives
Alternative would be to change current WG bypass permissions from bypassing everything to bypassing per flag.
Anything Else?
No response