> For the complete documentation index, see [llms.txt](https://items.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://items.advancedplugins.net/items/items-settings/join-settings.md).

# Join Settings

```yaml
joinSettings:
  # Should player get this item when they join?
  giveItem: false
  # Should the item given with first join only?
  giveOnlyFirstJoin: false
  # Inventory slot in which item should be
  giveItemSlot: 0
```

#### `giveItem`

* Determines whether the player should receive this item when they join the server.
* Set to `true` to give the item upon joining, and `false` to not give the item.

#### `giveOnlyFirstJoin`

* Determines whether the item should be given only on the player's first join.
* Set to `true` to give the item only on the first join, and `false` to give the item on every join.

#### `giveItemSlot`

* Specifies the inventory slot in which the item should be placed when given to the player.
* Set to the desired slot number (0-35).
