Nts-craft

# [RELEASE] NTS Craft - Advanced RedM Craftbook & Campfire System (VORP & RSG)

Hello Cfx.re community!

We are proud to introduce **NTS Craft**, a highly immersive, interactive, and beautifully designed **Craftbook** resource for RedM roleplay servers. Ditch the boring, generic lists and give your players a premium, tactile crafting experience with a **3D Flipbook UI**, **server-side networked campfire spawning**, and **fully localized logs**.

Whether you run a survival-based server or a job-oriented economy, NTS Craft is fully configurable, extremely secure, and optimized for maximum server performance.

-–

## :movie_camera: **Preview Video**

Watch Preview

-–

## :shopping_cart: **Tebex Store**

Purchase On Tebex

##:speech_balloon:Discord

JOIN DISCORD

-–

## :glowing_star: **Key Features**

* :open_book: **Premium 3D Flipbook UI:** Players can read general recipe books or job-specific manuals through a gorgeous, interactive UI. Pages flip realistically, complete with custom details, recipe lists, and auto-resolved item images.

* :fire: **Server-Side Networked Campfire:** Upon starting a craft, a campfire prop is spawned directly by the server (networked) and the player aligns and kneels facing it. All nearby players can see the campfire and the player kneeling in real-time.

* :shield: **Anti-Exploit Security:** All job verification and material checks are validated server-side. Restrict books to specific jobs like blacksmiths, doctors, or gunsmiths.

* :evergreen_tree: **Automatic Lifecycle Cleanup:** No orphaned props! Active campfires are automatically deleted if a player crashes, logs out, or when the resource restarts.

* :globe_with_meridians: **Full Multi-Language Support:** Fully translated into **English**, **Turkish**, **French**, **German**, and **Spanish**.

* :speech_balloon: **Localized Discord Webhooks:** Automatically logs successful crafts with player details (including Discord mentions), spent ingredients, and book details—fully translated into the server’s configured language.

-–

## :gear: **Dependencies & Compatibility**

* **Frameworks:** VORP Core & RSG Core (Auto-detected at runtime).

* **Dependencies:**

* ****[nts_progressbar](**https://nighttimesorry.tebex.io/package/7261166)**: Displays an elegant progress bar while players are crafting at the campfire.

-–

## :chart_increasing: **Performance & Resmon**

* **Resmon:** `0.00ms` when idle, and peak of `0.01ms` when actively crafting.

* Highly optimized networking with minimal resource footprint.

-–

## :file_folder: **Config Preview**

```lua

Config = {}

Config.Framework = ‘auto’ – ‘vorp’, ‘rsg’, or ‘auto’

Config.Debug = false

Config.Webhook = “” – Discord Webhook URL for logs (leave empty to disable)

Config.Locale = ‘en’ – ‘en’, ‘tr’, ‘fr’, ‘de’, ‘es’

Config.Campfire = {

model = "p_campfire05x",

scenario = "WORLD_HUMAN_FIRE_TEND_KNEEL",

offsetDistance = 1.0

}

Config.Craftbooks = {

\["craftbook_blacksmith"\] = {

    label      = "Blacksmith's Manual",

    coverTitle = "BLACKSMITHING",

    allowedJobs = { "blacksmith" },

    category   = "blacksmith",

    recipes = {

        {

            id          = "knife",

            label       = "Hunting Knife",

            item        = "WEAPON_KNIFE",

            type        = "weapon",

            amount      = 1,

            craftTime   = 8000,

            description = "A sharp steel blade forged by hand.",

            ingredients = {

                { item = "iron_ore", label = "Iron Ore", amount = 3 },

                { item = "wood", label = "Wood", amount = 1 }

            }

        }

    }

}

}

```

-–

## :speech_balloon: **Need Help or Have Questions?**

Join our community and support Discord! We offer continuous updates and documentation assistance for all our products.

*Proudly signed by NTS Scripts for RedM.*

Code is accessible No
Subscription-based No
Lines (approximately) 1000+
Requirements VORP/RSG
Support Yes (In My Discord)
2 Likes

Really looking good

1 Like