Chat Commands
Toggle AdminHammer mode: /adminhammerCheck entity command: /b
It is recommended to enable performance mode and bind a key to /b - for example:
bind c "chat.say /b"
Equip the hammer (default tool) and point and right-click at any building/object to display ownership/authorization information.
You can change ToolUsed to any other item in the configuration file; use the item's shortname.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- adminhammer.allow -- Allows player to use the admin hammer
Configuration
The settings and options can be configured in the AdminHammer file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Localization
The default messages are in the AdminHammer file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.Developers
void OnAdminHammerEnabled(BasePlayer player)void OnAdminHammerDisabled(BasePlayer player)