New Website Sale - 15% OFF everything

server.lua

Item Reward

Lua
Config.ItemReward = {
    {
        name = "wood",
        amount = 1,
    },
}

Money Type for Jobs and Quests

Lua
Config.MoneyType = "cash"
  • Description: Determines whether the player receives job payment as cash or bank balance.
  • Options: "cash" or "bank"
Lua
Config.MoneyTypeQuest = "cash"
  • Description: Specifies the method of payment (cash or bank) for completing quests.
  • Options: "cash" or "bank"
Lua
Config.MoneyTypeVehicle = "bank"
  • Description: Player will pay and receive money to/from cash or bank for vehicle transactions.
  • Options: "cash" or "bank"

Webhook Configuration

Lua
Config.Webhook = "https://discord.com/api/webhooks/890000000000000000/"
  • Description: URL for sending logs or notifications to a Discord channel.
  • Note: Replace with your webhook URL for proper functionality.