feat(Core/Hooks): Added new hook for pvp flag state (#8336)

This commit is contained in:
Nefertumm
2021-10-11 14:40:27 -03:00
committed by GitHub
parent 0769212db5
commit bcec4191e4
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
### Added
- Added `OnPlayerPVPFlagChange` hook, it will be executed after the pvp flag from a player gets changed.