server.lua
Documentation for server.lua Configuration
Main Configuration Table
Parameters
Parameter
Type
Default Value
Description
Example Configuration
Config = {}
-- Enable or disable item functionality
Config.ItemEnabled = true -- Set to false to disable item functionality
-- Name of the item (used only if ItemEnabled is true)
Config.Item = "whoami"
-- Enable or disable command functionality
Config.CommandEnabled = false -- Set to true to enable the command functionality
-- Name of the command (used only if CommandEnabled is true)
Config.Command = "whoami"Last updated