- Sets the repair cost of the item to maximum, making it completely uneditable in anvils and/or enchantment tables.
- Will override the RepairCost option.
- Defaults to false.
#### Repairable
Sets the repair cost of the item to maximum, making it completely uneditable in anvils and/or enchantment tables.
Will override the RepairCost option.
Defaults to `false`.
```yaml
Options:
Repairable:false
```
**RepairCost: \[number\]**
#### RepairCost
Sets the repair cost of the item.
If set to less than 0, the vanilla one will be used.
Defaults to `-1`.
```yaml
Options:
RepairCost:10
```
- Sets the repair cost of the item.
#### Unbreakable
Sets the unbreakable tag on the item.
Items with this set to true will not lose durability.
Defaults to `false`.
```yaml
Options:
Unbreakable:true
```
**Unbreakable: \[true/false\]**
#### HideFlags
Hides all the item flags, making things like enchants not visible in the item's lore (please note however that the item will still have an enchanted glow).
Defaults to `false`.
```yaml
Options:
HideFlags:true
```
- Sets the unbreakable tag on the item.
- Items with this set to true will not lose durability.
#### PreventStacking
Prevents the item from stacking to similar items.
Defaults to `false`.
```yaml
Options:
PreventStacking:true
```
**HideFlags: \[true/false\]**
#### Model
Sets the custom model data ID for the item.
Defaults to `0`.
```yaml
Options:
Model:true
```
- Hides all the item flags, making things like enchants not visible in the item's lore (please note however that the item will still have an enchanted glow).
**PreventStacking: \[true/false\]**
# Playerheads
Only applicable to playerhead type items
- Prevents the item from stacking to similar items.
#### Player
Sets the texture of the player head.
The value must be the IGN of the target player.
Player heads must use data value 3 for this to work.
```yaml
Options:
Player:Herobrine
```
**Model: \[number\]**
#### SkinTexture
Also sets the texture of the player head, but instead uses a SkinURL.
> - Type into browser: https://sessionserver.mojang.com/session/minecraft/profile/trimmeduuidofplayerhere.
> - Use http://mcuuid.net/ to find the trimmed uuid of the player.
- Sets the custom model data ID for the item
Player heads must use data value 3 for this to work.