🛠️Config
Basic Config Settings
These settings give you extensive control over how FryDev Spawn functions and integrates with your server, including framework compatibility, debugging, appearance, and permission system configuration.
CHECK_UPDATES: If set totrue, the script checks for updates and displays them in the server console.DEBUG_START_DIRECT: Controls whether debugging starts directly.SETTINGS.FRAMEWORK: Specifies the framework you are using (e.g., 'qbcore', 'qbox', 'custom').SETTINGS.CLOTHING_MENU: Specifies the clothing menu to use ('qb-clothing', 'ill').SETTINGS.DEBUG: Controls various debugging options, including client and server debugging.SETTINGS.USE_LAST_LOCATION.HAVE_TO_SPAWN: Determines whether players must spawn at their last location.SETTINGS.USE_LAST_LOCATION.CAN_SPAWN: Allows spawning at the last location.SETTINGS.CHECK_IF_IS_IN_PRISON: Enables prison status checks for spawning.SETTINGS.CHECK_IF_DEAD: Enables death status checks for spawning.SETTINGS.COMMAND: Defines in-game commands to open and close the spawn UI and get Vector3 coordinates.SETTINGS.PERMISSION: Specifies the default permission system.SETTINGS.SPAWN_IN_ANIMATION_PRESET: Sets the spawn animation preset index (currently only 1).SETTINGS.PRISON_COORDS: Defines possible prison spawn locations.SETTINGS.CHARACTER_CREATION: Defines possible spawn locations post-character creation.UI.BACKGROUND_COLOR: Specifies the UI background color.UI.USE_LOGO: Toggles logo usage in the UI.UI.LOGO_EXTENSION: Specifies the logo file extension.UI.ACCENT_COLOR: Sets the UI accent color.UI.HOVER_COLOR: Defines the UI hover color.UI.USE_MODE: Specifies the UI color mode.UI.SPAWN_IN_TEXT.IN_USE: Determines whether spawn-in text is used.UI.SPAWN_IN_TEXT.POSITION: Sets the position of the text in the UI.APARTMENTS.IN_USE: Controls whether the apartment system is in use.APARTMENTS.SYSTEM: Specifies the apartment system type ('qb-apartments' or 'ps-housing').HOUSING.IN_USE: Controls whether the housing system is in use.HOUSING.SYSTEM: Specifies the housing system type ('qb-housing' or 'ps-housing').PERMISSION_SYSTEM.IN_USE: Controls whether the permission system is in use.PERMISSION_SYSTEM.LICENSE_TYPE: Specifies the type of license.PERMISSION_SYSTEM.LICENSES: Lists the licenses.
Last updated
Was this helpful?