Configuration

🔧 Configuration Guide

The Entry Point script offers extensive customisation options through two main configuration files. This guide will walk you through each configuration option to help you set up the perfect job experience for your server.

📁 Configuration Files

The configuration is split across multiple lua files inside of the shared folder:

  • config-main.lua - Core gameplay settings, default values, and mechanics

  • config-client.lua - Provides edit access to specific client sided functions, especially for changing notifications and other basic functions.

  • config-server.lua - Provides edit access to specific server sided functions.

Last updated