server.lua

Documentation for server.lua Configuration

Item Reward

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

Money Type for Jobs and Quests

Config.MoneyType = "cash"
  • Description: Determines whether the player receives job payment as cash or bank balance.

  • Options: "cash" or "bank"

Config.MoneyTypeQuest = "cash"
  • Description: Specifies the method of payment (cash or bank) for completing quests.

  • Options: "cash" or "bank"


Webhook Configuration

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.

Last updated