Hook to allow lootingSolved

please add a hook that would bypass the plugins behavior in CheckHelper method

if (Interface.CallHook("OnPreventLooting", player, entity) != null) return true;​

Implemented locally with some other changes.

do you mean you've implemented it in Oxide ?

Locked automatically