⚙️Configuration
Parameter
Description
Example Value
Config = {
DefaultProp = "prop_table_07",
PlaceOnGround = true,
GroundOffset = 0.0,
DrawText = {
scale = 0.35,
font = 4,
r = 255,
g = 255,
b = 255,
alpha = 255,
outline = true
},
PlaceText = "~o~ENTER~s~ to place the table",
PlayText = "Press ~o~[E]~s~ to play.",
JoinText = "~y~%s~s~ has invited you.\nPress [E] to join.",
UseCommand = true,
CommandName = "finrow",
UseItem = true,
ItemName = "finrow",
CountBotWins = true,
UseESX = true,
UseQBCore = false,
NotifyBotInvite = "You are now playing against the bot.",
NotifyFriendInvite = "You have invited a friend.",
NotifyWin = "You won!",
NotifyLose = "You lost...",
NotifyDraw = "It's a draw.",
MaxScoreboardEntries = 8,
DiscordBotToken = "YOUR_DCTOKEN_HERE"
}
Last updated