> For the complete documentation index, see [llms.txt](https://polars-armoury.gitbook.io/polars-armoury-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polars-armoury.gitbook.io/polars-armoury-docs/christmas-melee-pack/ox-inventory-guide.md).

# Ox Inventory Guide

<mark style="color:red;">**Step 1 : Install the weapon file**</mark>

* Download the weapon file from your <mark style="color:green;">CFX KEY</mark>
* Then place it into your server folder (e.g resources) or  your preferred directory
* Make sure to <mark style="color:green;">ENSURE</mark> the weapon pack and <mark style="color:green;">RESTART</mark> your server

<mark style="color:red;">**Step 2 : Place the images**</mark>&#x20;

place the images found in the "images" folder  in <mark style="color:green;">\[ox\_inventory/web/images]</mark>

<mark style="color:red;">**Step 3: Copy and paste this code in \[ox\_inventory/data/weapons.lua]**</mark>

{% code fullWidth="false" %}

```lua
-- Polars Armoury Christmas Melee Pack

['WEAPON_SLEIGH'] = {
	label = 'Santas Sleigh',
	weight = 450,
},
['WEAPON_ANTLER'] = {
	label = 'Antler',
	weight = 450,
},
['WEAPON_CANDYCANE'] = {
	label = 'Candy Cane',
	weight = 450,
},
['WEAPON_SNOWMAN'] = {
	label = 'Snowman',
	weight = 450,
},
['WEAPON_CHRISTCHAIR'] = {
	label = 'Christmas Bench',
	weight = 450,
},
['WEAPON_CHRISTMUG'] = {
	label = 'Christmas Mug',
	weight = 450,
},
['WEAPON_CHRISTHAMMER'] = {
	label = 'Christmas Hammer',
	weight = 450,
},
['WEAPON_SNOWSHOVEL'] = {
	label = 'Snow Shovel',
	weight = 450,
},
['WEAPON_CHRISTBAT'] = {
	label = 'Christmas Bat',
	weight = 450,
},
['WEAPON_CHRISTREE'] = {
	label = 'Christmas Tree',
	weight = 450,
},
['WEAPON_SNOWMANNOSE'] = {
	label = 'Snowmans Nose',
	weight = 450,
},
```

{% endcode %}
