> For the complete documentation index, see [llms.txt](https://docs.taigo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taigo.xyz/setup-game-server/setting-up-the-game-server/setup-offlinegive-command.md).

# Setup OfflineGive command

⚠️The minimum version of the TAIGO.ECore.Validaion plugin: 8.0.3

/og {username} {command} - command syntax&#x20;

You can insert this command when setting up a store to give items to inventory when a person is offline.

{command} - the command to issue items to the player. Supports the placeholder {username}.

{username} - return player name

Example usage command in console:

```
og TaigoStudio give {username} apple 64
og TaigoStudio give TaigoStudio apple 64
```

You can specify a command in the product settings to issue in the following format:

```yaml
command: “og {username} give {username} apple 64”
```
