The linked NukepugDesigns resource is Fury Nailbat 1.0.0, an addon melee weapon identified as WEAPON_FURYNAILBAT. It includes a streamed model, weapon metadata, a display-name script and an inventory icon. The creator reports testing only with ox_inventory and does not offer support for other inventories.
Install the server resource and inventory definition
Copy the inner fury_nailbat folder, keeping fxmanifest.lua, meta, stream and cl_weaponNames.lua together. Add ensure fury_nailbat to server.cfg. This is a server resource, not a file to put in your local GTA mods folder. Starting it registers the supplied assets; it does not grant the weapon to a player.
The supplied info.txt places WEAPON_FURYNAILBAT in ox_inventory/data/weapons.lua with label Nail Bat, weight=1000 and durability=0.0. Merge that entry into the existing weapon table without overwriting other weapons. Add the supplied WEAPON_FURYNAILBAT.png to the image directory used by your installed inventory version and verify filename case on Linux.
Choose an authorized server-side way to distribute the item through your existing shop, crafting or administrator tools. None is included here. Keep the weapon identifier consistent across inventory, metadata and distribution; adding an image or copying the resource does not make it appear automatically in every inventory.
Check the actual package before release
The metadata defines melee behavior and bat animations. The manifest also references weaponcomponents.meta, but no such file is supplied. Review startup warnings and remove an unused declaration or obtain the intended file from the creator; do not invent attachments. Test equip, unequip, inventory icon, display name, durability and reconnect behavior on your server.
Preserve the package attribution and read its license before redistribution. Reviewed on 11 September 2026 at revision c3e87938eb78ef57d063a6687234a5359ed5f57b: README, installation notes, manifest, client label and all four metadata files were read. Binary assets were inventoried, not rendered. No weapon was granted or used in FiveM.