Permissions (12)
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
Gets called when group got created.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.CreateGroup of Carbon.Common.dll.
Gets called when group got obliterated.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.RemoveGroup of Carbon.Common.dll.
Gets called when group parent is set.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.SetGroupParent of Carbon.Common.dll.
Gets called when a permission has been assigned to a group.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.GrantGroupPermission of Carbon.Common.dll.
Gets called when a permission has been revoked from a group.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.RevokeGroupPermission of Carbon.Common.dll.
Gets called when group rank is set.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.SetGroupRank of Carbon.Common.dll.
Gets called when group title is set.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.SetGroupTitle of Carbon.Common.dll.
Gets called when a permission has been registered for a plugin.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.RegisterPermission of Carbon.Common.dll.
Gets called when all permission of a plugin have been unregistered.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.UnregisterPermissions of Carbon.Common.dll.
Whenever an user is added to a group.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.AddUserGroup of Carbon.Common.dll.
Whenever an user is removed from a group.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.RemoveUserGroup of Carbon.Common.dll.
Gets called the nickname of a player gets updated.
No return behavior.
This hook is Carbon-only compatible.
Patches Permission.UpdateNickname of Carbon.Common.dll.