server.lua
Documentation for server.lua Configuration
Main Configuration Table
The
Config
table holds all key configuration settings. Below is an explanation of each parameter and its purpose.
Parameters
Parameter
Type
Default Value
Description
ItemEnabled
boolean
true
Determines if the item functionality is enabled.
Item
string
"whoami"
The name of the item. Used only if ItemEnabled
is set to true
.
CommandEnabled
boolean
false
Determines if the command functionality is enabled.
Command
string
"whoami"
The name of the command. Used only if CommandEnabled
is set to true
.
Example Configuration
Below is an example of how the configuration may look in your
server.lua
file:
Last updated