Give limits item giving by only allowing players with the relevant permissions access to give items (by item ID or item name, when available) to themselves or other players.
WARNING: By default, this will override and replace any commands that share the same name. For Rust, this will cause all F1 item giving to require permissions in order to use it.
If the Kits plugin is installed, players can also give kits if they have the permission.
WARNING: By default, this will override and replace any commands that share the same name. For Rust, this will cause all F1 item giving to require permissions in order to use it.
If the Kits plugin is installed, players can also give kits if they have the permission.
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>.- give.self -- Allows giving items to self
- give.all -- Allows giving items to all players
- give.to -- Allows giving items to other players
- give.arm -- Allows giving items to player's belt (Reign of Kings and Rust only)
Kits
- give.kit -- Allows giving kits to self
- give.kitall -- Allows giving kits to players
- give.kitto -- Allows giving kits to all players
Commands
This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`.- give <item id or name> [amount] -- Give an item to yourself
- giveall <item id or name> [amount] -- Give an item to all players currently connected
- giveto <player name or id> <item id or name> [amount] -- Give an item to another player
- givearm <item id or name> [amount] -- Give an item to your yourself in the belt (Reign of Kings and Rust only)
Kits
A supported Kits plugin must be installed and loaded for these commands to work.- givekit <kit name> -- Give an available kit to yourself
- givekitto <player name or id> <kit name> -- Give an available kit to another player