Config File

Configuration

The config.lua file allows you to customize various aspects of the fishing system.

Basic Settings

Config.Locale = 'en' -- Default language (options: 'en', 'de', 'tr')

Config.Admins = { 
    'admin',
    'god',
    -- 'superadmin', -- Uncomment to add more admin groups
}

Config.FishRod = {
    item_name = "fishing_rod", -- Item name of the fishing rod
    price = 100, -- Price of the fishing rod
    Min_WaitTime = 10000, -- Min time to wait for a fish (10 seconds)
    Max_WaitTime = 30000, -- Max time to wait for a fish (30 seconds)
}

XP System

Configure how much XP players gain for catching different tiers of fish:

Chance System

Control fishing mechanics and probabilities:

Leveling System

Configure the maximum level and XP requirements for each level:

Fish Market NPC

Configure the NPC for the fish market:

Fish Market Items

Configure the available fish in the market:

Last updated