🍃
Stoned
  • ✌️Welcome to Stoned Documentation
  • Overview
    • 🌐Website Shop
      • 🔗Website URL
    • 🌀Discord
      • 🔗Discord Invite
  • Scripts Guides
    • 💰Money Laundry
      • config.lua
      • cl_functions.lua
    • ⚒️Crafting Table
      • Configuration
    • 🏆Airdrop
      • Config.lua
      • Functions.lua
    • 🧟‍♂️Zombie System
      • Configuration
    • 🏧ATM Robbery
      • Configurantion
    • 📌Pause (ESC) Menu
      • Config
    • 🚗Car Spawn
      • Config.lua
    • 🧟Zombie System V2
      • config.lua
      • cl_config.lua
      • sv_config.lua
    • 👔Mode STAFF
      • config.lua
      • cl_config.lua
      • sv_config.lua
  • 📞Report System
    • Config.lua
    • Permissions.lua
  • 💎Jewelry Robbery
    • Config.lua
    • clconfig.lua
  • ⚙️Tuning System
    • Configs
      • main.lua
      • tunes.lua
  • General Guides
    • 🛠️Common Errors
Powered by GitBook
On this page
  • INSTALLATION
  • 1. Resource Download
  • 2. Dependencies
  • 3. Asset positioning
  • CONFIGURATION
  • 4. Choose your framework
  • 4.1 Do your configuration

Was this helpful?

  1. Scripts Guides

Crafting Table

Manual Guide

Previouscl_functions.luaNextConfiguration

Last updated 1 year ago

Was this helpful?

INSTALLATION

1. Resource Download

To get started, you'll need to download your new resource previously purchased from . For that we must log in with our account at and look for the Asset grants section, there we will find our complete package.

To get updates you get them from the same website ().

2. Dependencies

The following dependency is not mandatory.

You must have this dependency downloaded and started if "Config.EnableProgressBar" is true in the configuration file.

Name
Download Link

progressBar

mythic_progbar

ox_lib

3. Asset positioning

It's important to keep a good order on our server, either in folders or in our cfg file. For this, it is always recommended that the scripts be started under your core.

Make sure you have the correct start order of resources to avoid errors in exports of your framework, if you don't you may receive critical errors.

server.cfg
ensure stoned-craft

CONFIGURATION

4. Choose your framework

Open your Config.lua

4.1 Do your configuration

The rest of the configuration must be done by you, as it is based on the recipes you want to create and their restrictions and other details.

⚒️
shop
keymaster
keymaster
https://github.com/EthanPeacock/progressBars/releases/tag/1.0
https://github.com/HalCroves/mythic_progbar
https://github.com/overextended/ox_lib
config.lua