✂️Money Cut

Money cut settings overview

Config.lua
Config.cut = true -- Enable money cut fee [ true \ false ]
Config.cutfee = 0.20  --   Cut 0.20 (20%) of cash received when exchanging bitcoins to cash. (0.01 - 100)
Config.maxcutfeelevel = 10 -- Maximum cut level that player can reach
Config.cutfeedecrease = 0.0170-- Percentage to decrese cut fee for every single level
Config.requiredBitcoinAmount = 0.561152 -- Required bitcoins amount to level up money cut skill multiplied by skill level
Config.sendcut2society = true -- Enable send money cut amount to society [ true \ false ]
Config.sendcut2societyname = 'society_police' -- Society name to send money cut amount

Config.cut If true money cut is enabled, esle if false is disabled. Config.cutfee Money cut fee rate in percentage. Config.maxcutfeelevel Maximum cut fee level for the players. Config.cutfeedecrease Percentage to decrese cut fee for every single level. Config.requiredBitcoinAmount Required bitcoins amount to level up money cut skill multiplied by skill level. Config.sendcut2society If true, the cut rate will be sent to the configured society name, esle if false no cut fee is sent. Config.sendcut2societyname Society name to send money cut amount. Can be any society.