For the complete documentation index, see llms.txt. This page is also available as Markdown.

Addiction System

The addiction system tracks drug use and can apply withdrawal effects.

⌨️ Player Command

Players can check their addiction level:

/drugs_addiction

⚙️ Settings

Configure addiction in config.lua.

Option
Description

Enabled

Turns the system on or off.

WithdrawalThreshold

Level needed before withdrawal starts.

WithdrawalTimeLimit

Time after last drug use before withdrawal starts.

DecayInterval

How often addiction decays.

DecayMin

Minimum decay per tick.

DecayMax

Maximum decay per tick.

DrugStrength

Addiction added by each drug type.

💪 Drug Strength

Default values:

Drug
Strength

weed

10

meth

25

coke

15

🚫 Disable Addiction

Last updated