# Hand

{% hint style="danger" %}
The `Hand` feature does not work for Creative players. This is a Minecraft limitation, and cannot be fixed. The `Hand` feature is only intended to work for players in survival mode.
{% endhint %}

This feature lets you put a fake item in the offhand of the player. As the module's name (Hand) suggests, this is usually used to put a fake hand item in the offhand which is specially positioned to look like it is "holding up" the weapon. This is especially convincing for large weapons, or 2 handed weapons.

This can also be used for scope reticles.

{% hint style="info" %}
This feature *mirrors* the [Skin](https://app.gitbook.com/s/nwFaVZ2SN7YPdxsP5G6f/weapon-modules/skin "mention") module (The config is the exact same). This means that you can use skins and attachments to modify the hand item.

Use `/handskin` in game to change your preferred hand skin.&#x20;

Importantly, the `Hand` section in config **DOES NOT GO IN THE SKIN SECTION**!

> Good

```yaml
AK_47:
  Hand: <...>
  Skin: <...>
```

> Bad

```yaml
AK_47:
  Skin: 
    Hand: <...>
```

{% endhint %}

```yaml
  Hand:
    Default: <integer>
    Scope: ADD <integer>
    Scope_<number>: ADD <integer>
    No_Ammo: ADD <integer>
    Reload: ADD <integer>
    Sprint: ADD <integer>
   
    # This requires WeaponMechanicsCosmetics to be installed
    <skin>: ADD <integer>
    <another skin>: ADD <integer>
    
    # This required WeaponMechanicsPlus to be installed
    Attachments:
      <attachment title>: ADD <integer>
      <another attachment>: ADD <integer>
```

All config options work the same as [Skin](https://app.gitbook.com/s/nwFaVZ2SN7YPdxsP5G6f/weapon-modules/skin "mention"), check out that wiki for more information.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cjcrafter.gitbook.io/weaponmechanicscosmetics/hand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
