βοΈConfiguration
Config.DefaultProp
The name of the table prop players place in the world.
"prop_table_07"
Config.PlaceOnGround
If true
, automatically places the table on the ground.
true
Config.GroundOffset
Offset height if placing on ground.
0.0
Config.DrawText
Settings for 3D text (scale, font, color, alpha, outline)
(See code snippet)
Config.PlaceText
Text shown when placing the table (ENTER
to confirm
"
oENTER
s to place the table"
Config.PlayText
Prompt for the tableβs owner to start a match
"Press
o[E]
s to play."
Config.JoinText
Prompt shown to a second player who can join the match
"
y%s
s has invited you.\nPress [E] to join."
Config.UseCommand
If true
, allows placing the table via a command
true
Config.CommandName
The name of the command (e.g., /wood
"finrow"
Config.UseItem
If true
, players can place the table by using an item (ESX/QB)
true
Config.ItemName
The item name in your frameworkβs database
"finrow"
Config.CountBotWins
Whether wins against the bot count on the scoreboard
true
Config.UseESX
Set to true
if your server uses ESX
true
Config.UseQBCore
Set to true
if your server uses QBCore
true
Config.DiscordBotToken
If you need Discord integration for fetching avatars, set your bot token here.
YOUR_DCTOKEN_HERE
Last updated